external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Returns the authentication realm
Get-PnPAuthenticationRealm [-Url <String>]
[-Connection <SPOnlineConnection>]
Gets the authentication realm for the current web
PS:> Get-PnPAuthenticationRealm
This will get the authentication realm for the current connected site
PS:> Get-PnPAuthenticationRealm -Url https://contoso.sharepoint.com
This will get the authentication realm for https://contoso.sharepoint.com
Specifies the URL of the site
Type: String
Parameter Sets: (All)
Required: False
Position: 0
Accept pipeline input: True
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False