Update-MsolFederatedDomain

Updated: July 30, 2015

Applies To: Azure, Office 365, Windows Intune

Note



  • The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.

The Update-MSOLFederatedDomain cmdlet changes settings in both the AD FS server and . It is necessary to run this cmdlet whenever the URLs or certificate information within AD FS change due to configuration changes or through regular maintenance of the certificates, such as when a certificate is about to expire. This cmdlet should also be run when changes occur in . To confirm that the information in the two systems is correct, the Get-MsolFederationPropertycmdlet can be used to retrieve the settings.

Syntax

Update-MsolFederatedDomain -DomainName <string> [-SupportMultiDomain <Boolean>] [-Confirm] [-WhatIf] [<CommonParameters>]

Parameters

    -DomainName <string>
        The single sign-on domain (also known as identity-federated domain) 
        that needs updating.
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -SupportMultiDomain <Boolean>
        
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Confirm [<SwitchParameter>]
        Prompts you for confirmation before executing the command.
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -WhatIf [<SwitchParameter>]
        Describes what would happen if you executed the command without 
        actually executing the command.
        
        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 updates the federated domain settings for the domain contoso.com

Update-MsolFederatedDomain -Domain contoso.com

Additional Resources

There are several other places you can get more information and help. These include:

See Also

Other Resources

Manage Azure Active Directory by using Windows PowerShell