Get-MsolFederationProperty
Published: March 22, 2013
Updated: April 19, 2013
Applies To: Office 365, Windows Intune
Note |
|---|
|
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
There are several other places you can get more information and help. These include:
See Also

Note