Forum Discussion
PowerShell v2 and convert domain to federated
Trying to move all our day-to-day operations to the Azure Active Directory Powershell v2 module since we use MFA.
One thing we do quite a lot is convert customer domains to federated (ADFS) with:
Import-Module msonline
Connect-MsolService
Set-MsolADFSContext -Computer <server>
Convert-MsolDomainToFederated -DomainName <domain.com>
However, can't find cmdlet to do this with v2. Anyone got some info if this will soon be available or are we stuck with v1 for still some time?
Right now running 2.0.0.115 (Version history here)
Some stuff is still missing from the AzureAD module, managing federation is one such example. It's hardly a day-to-day operation though, so just keep the old MSOL module installed on some machine, and do your daily tasks with the Azure AD one.
- JonasBackSteel Contributor
As I suspected, I guess it's on the roadmap. It's just confusing for colleagues and customers when you educate them that "Sure, the product is GA but we still have stuff missing... " but that's just the life of admins nowadays in the world of continuous deployment/development :)
- Dean_GrossSilver ContributorGA does not mean feature complete, it just means that it backed by an enterprise SLA, supported by Microsoft Support, and is ready to use for production apps