Get-AzureADExternalDomainFederation
Get an externalDomainFederation by external domain name.
Syntax
Get-AzureADExternalDomainFederation
[-All <Boolean>]
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADExternalDomainFederation
-ExternalDomainName <String>
[-All <Boolean>]
[<CommonParameters>]
Examples
Example 1: Gets an external domain federation setting for a given external domain.
Get-AzureADExternalFederationDomain -ExternalDomainName "test.com"
This command gets an external domain federation setting.
Parameters
-All
Boolean to express that return all results from the server for the specific query
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-ExternalDomainName
The unique identifer of an externalDomainFederation in Azure Active Directory
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-Filter
The oData v3.0 filter statement. Controls which objects are returned.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-Top
The maximum number of records to return.
| Type: | Int32 |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |