Update-MsolFederatedDomain
Updates the settings in both the Active Directory Federation Services 2.0 server and Microsoft Online.
Syntax
Update-MsolFederatedDomain
[-SupportMultipleDomain]
-DomainName <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Update-MsolFederatedDomain cmdlet changes settings in both the Active Directory Federation Services 2.0 server and Microsoft Online. A single sign-on domain is also known as identity-federated domain.
It is necessary to run this cmdlet whenever the URLs or certificate information within Active Directory Federation Services 2.0 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 Microsoft Online. To confirm that the information in the two systems is correct, the Get-MSOLFederationProperty cmdlet can be used to retrieve the settings.
Parameters
-Confirm
Prompts you for confirmation before running the command.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DomainName
Specifies the name of the single sign-on domain to update.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SupportMultipleDomain
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |