Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 603 Bytes

GetSPOAuthenticationRealm.md

File metadata and controls

25 lines (21 loc) · 603 Bytes

#Get-SPOAuthenticationRealm Gets the authentication realm for the current web ##Syntax

Get-SPOAuthenticationRealm [-Url <String>]

##Parameters

Parameter Type Required Description
Url String False Specifies the URL of the site
##Examples

###Example 1

PS:> Get-SPOAuthenticationRealm

This will get the authentication realm for the current connected site

###Example 2

PS:> Get-SPOAuthenticationRealm -Url https://contoso.sharepoint.com

This will get the authentication realm for https://contoso.sharepoint.com