Get-EntraDomainFederationSettings
Retrieves settings for a federated domain.
Syntax
Default (Default)
Get-EntraDomainFederationSettings
-DomainName <String>
[-TenantId <String>]
[<CommonParameters>]
Description
The Get-EntraDomainFederationSettings
cmdlet gets key settings from Microsoft Entra ID.
Use the Get-EntraFederationProperty
cmdlet to get settings for both Microsoft Entra ID and the Entra ID Federation Services server.
For delegated scenarios, the calling user must be assigned at least one of the following Microsoft Entra roles:
- Global Reader
- Security Reader
- Domain Name Administrator
- External Identity Provider Administrator
- Hybrid Identity Administrator
- Security Administrator
Parameters
-DomainName
The fully qualified domain name to retrieve.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-TenantId
The unique ID of the tenant to perform the operation on. If this isn't provided, then the value will default to the tenant of the current user. This parameter is only applicable to partner users.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.