external help file | online version | schema | ms.assetid | ms.reviewer | ms.custom |
---|---|---|---|---|---|
Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml |
2.0.0 |
14330E4B-4E9C-4A11-8A11-47222B149052 |
stevemutungi |
iamfeature=PowerShell |
Gets key settings for a federated domain.
Get-MsolDomainFederationSettings -DomainName <String> [-TenantId <Guid>] [<CommonParameters>]
The Get-MsolDomainFederationSettings cmdlet gets key settings for a federated domain from Azure Active Directory. Use the Get-MsolFederationProperty cmdlet to get settings for both Azure Active Directory and the Active Directory Federation Services server.
PS C:\> Get-MsolDomainFederationSettings -DomainName "contoso.com"
This command returns the federation settings for contoso.com.
Specifies the fully qualified domain name to retrieve.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet returns the following settings:
- ActiveLogOnUri
- FederationBrandName
- IssuerUri
- LogOffUri
- MetadataExchangeUri
- NextSigningCertificate
- PassiveLogOnUri
- SigningCertificate