Jul 04 2017
06:34 AM
- last edited on
Jan 14 2022
05:31 PM
by
TechCommunityAP
Jul 04 2017
06:34 AM
- last edited on
Jan 14 2022
05:31 PM
by
TechCommunityAP
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)
Jul 04 2017 12:01 PM
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.
Jul 05 2017 11:44 PM
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 🙂
Jul 05 2017 11:56 PM
Well, GA is more of a marketing term nowadays. Azure AD blade in the new Azure portal is also GA, but we miss a lot of settings there too. They will arrive eventually, but in the meantime we have to rely on older versions (PowerShell or Azure Portal) 🙂
Jul 06 2017 04:14 PM