Skip to content

Instantly share code, notes, and snippets.

@brianvanderlugt
Created October 4, 2018 15:14
Show Gist options
  • Save brianvanderlugt/473a4106b7abe8543ed8c26cb55c95cf to your computer and use it in GitHub Desktop.
Save brianvanderlugt/473a4106b7abe8543ed8c26cb55c95cf to your computer and use it in GitHub Desktop.
Install AzureAD on macOS
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