Converting an Office 365 domain to a federated domain
Complete the following steps:
- LaunchWindows Azure Active Directory Module for Windows PowerShell.
- RunConnect-MsolServiceand provide a set of Office 365 global admin credentials. For example, credentials.
- To enable Remote PowerShell, runEnable-PSRemotingand select the[A] Yes To Alloption.
- Connect to AD FS service by executingSet-MsolADFSContext -Computer <ADFS computer FQDN>.
- To convert the Office 365 domain to a federated domain, runConvert-MsolDomainToFederated - DomainName <Office365_Domain_Name>.
- After conversion, check to see if the change applied by executing theGet-MsolDomaincmdlet shows the Office 365 domains.
- After the domain is successfully converted, you can see Relying Party Trusts created for Office 365 in the AD FS console.