I'm trying to troubleshoot Seamless Single Sign-On with Microsoft Entra Connect, but I'm running into issues. The official documentation suggests using Azure AD PowerShell, which apparently has been deprecated and there's no guidance on how to proceed without it. I attempted to install the Microsoft.Entra.Users module, but I keep facing challenges. When trying to import it, I encounter an error about the NuGet provider and issues with commands like 'Enable-EntraAzureADAlias' and 'Connect-Entra' not being recognized. Has anyone figured out how to work through these steps without needing Azure AD PowerShell?
1 Answer
I ran into similar problems, and I ended up skipping the PowerShell step entirely. It might be worth a shot to see if you can just bypass that step and proceed. Just pay attention to the functionality, and see if everything works out!

I'm curious if skipping the AzureADSSO.psd1 script affects anything since it seems dependent on Azure AD PowerShell. It’s surprising how the documentation hasn't kept up with these changes!