Created
October 4, 2018 15:14
-
-
Save brianvanderlugt/473a4106b7abe8543ed8c26cb55c95cf to your computer and use it in GitHub Desktop.
Install AzureAD on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Register-PSRepository -Name PSGalleryInternal -SourceLocation https://dtlgalleryint.cloudapp.net/api/v2/ -InstallationPolicy Untrusted -PublishLocation https://dtlgalleryint.cloudapp.net/api/v2/package/ -ScriptPublishLocation https://dtlgalleryint.cloudapp.net/api/v2/package/ -ScriptSourceLocation https://dtlgalleryint.cloudapp.net/api/v2/items/psscript/ -PackageManagementProvider NuGet | |
Install-Module -Name AzureAD.Standard.Preview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment