'Microsoft Online Services Sign-In Assistant download

Anyone know where to download the Microsoft Online Services Sign-In Assistant?

My saved link no longer works and I can't seem to find the download (64-bit) anywhere via Google search or the Microsoft downloads site.

Here is the URL I used previously: https://www.microsoft.com/en-us/download/details.aspx?id=41950



Solution 1:[1]

So it looks like the functionality in the Sign-In Assistant has been moved into the MSOnline PowerShell module. I was able to repoint my reference to Microsoft.Online.Administration.Automation in the C# project to the assembly in the MSOnline module and all is good. (The only reason I needed the reference was to be able to create a Microsoft.Online.Administration.StrongAuthenticationRequirement object.)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Oremac