Get-MsolFederationProperty

Updated: July 30, 2015

Applies To: Azure, Office 365, Windows Intune

Note



  • The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.

The Get-MSOLFederationProperty cmdlet gets key settings from both the AD FS server and . You can use this information to troubleshoot authentication problems caused by mismatched settings between the AD FS server and .

Syntax

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

Parameters

    -DomainName <string>
        The domain name for which the properties from both the Active 
        Directory Federation Services 2.0 server and Office 365 will be 
        displayed.
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -SupportMultipleDomain [<SwitchParameter>]
        
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer and OutVariable. For more information, type,
        "get-help about_commonparameters".

Examples

The following command will display the Federation properties for the domain Fabrikam.com

Get-MsolFederationProperty -DomainName Fabrikam.com

Additional Resources

There are several other places you can get more information and help. These include:

See Also

Other Resources

Manage Azure Active Directory by using Windows PowerShell