Expand Minimize
This topic has not yet been rated - Rate this topic

Get-MsolFederationProperty

Published: March 22, 2013

Updated: April 19, 2013

Applies To: Office 365, Windows Intune

noteNote
  • This topic provides online help content that is applicable to multiple Microsoft cloud services, including Windows Intune and Office 365.

  • The Windows Azure Active Directory Module for Windows PowerShell 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 Microsoft Online Services. You can use this information to troubleshoot authentication problems caused by mismatched settings between the AD FS server and Microsoft Online Services.

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

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.