Get-EntraBetaDomainFederationSettings
Retrieves settings for a federated domain.
Syntax
Default (Default)
Get-EntraBetaDomainFederationSettings
-DomainName <String>
[-TenantId <String>]
[<CommonParameters>]
Description
The Get-EntraBetaDomainFederationSettings
cmdlet gets key settings from Microsoft Entra ID.
Use the Get-EntraBetaFederationProperty
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
Examples
Example 1: Get federation settings for specified domain
Connect-Entra -Scopes 'Domain.Read.All'
Get-EntraBetaDomainFederationSettings -DomainName 'contoso.com'
This command gets federation settings for specified domain.
-DomainName
parameter specifies the fully qualified domain name to retrieve.
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. This parameter provides compatibility with Azure AD and MSOnline for partner scenarios. TenantID is the signed-in user's tenant ID.
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.