Convert-MsolDomainToFederated
Published: March 22, 2013
Updated: September 17, 2014
Applies To: Azure, Office 365, Windows Intune
Note |
|---|
|
The Convert-MSOLDomainToFederated cmdlet converts the specified domain from standard authentication to single sign-on (also known as identity federation), including configuring the relying party trust settings between the Active Directory Federation Services (AD FS) server and the Microsoft Online Services. As part of converting a domain from standard authentication to single sign-on, each user must also be converted. This conversion happens automatically the next time a user signs in; no action is required by the administrator.
Convert-MsolDomainToFederated -DomainName <string> [-SupportMultipleDomain] [-Confirm] [-WhatIf] [<CommonParameters>]
-DomainName <string>
The name of the domain to convert to single sign-on (also known as
identity federation).
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SupportMultipleDomain [<SwitchParameter>]
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".
Convert-MsolDomainToFederated -DomainName contoso.com
There are several other places you can get more information and help. These include:
See Also
Show:
Note