Home » Office 365 » Get-MsolFederationProperty

Get-MsolFederationProperty

The Get-MsolFederationProperty cmdlet in PowerShell displays the properties of the Active Directory Federation Services 2.0 server and Microsoft Online.

The syntax to get key settings from both the Active Directory Federation Services 2.0 server and Microsoft Online is given below.

Get-MsolFederationProperty
   [-SupportMultipleDomain]
   -DomainName <String>
   [<CommonParameters>]

In this article, we will discuss how to get federation property and settings from Microsoft Online.

How to Get Federation Property for the Domain

To get federation property for the domain in Office 365, use the Get-MsolFederationProperty cmdlet. This command uses the -DomainName parameter to specify the domain name for which the properties from both the Active Directory Federation Services 2.0 server and Microsoft Online are displayed.

Get-MsolFederationProperty -Domain ""shellgeeklab.onmicrosoft.com"

This command returns the settings for the domain such as Source, ActiveClientSignInUrl, FederationServiceDisplayName, etc…

Conclusion

I hope the above article on how to get the federation property for the domain in Microsoft Office 365 using the Get-MsolFederationProperty cmdlet in PowerShell is helpful to you.

You can find more topics about PowerShell Active Directory commands and PowerShell basics on the ShellGeek home page.