Gerenios / AADInternals

AADInternals PowerShell module for administering Azure AD and Office 365
http://aadinternals.com/aadinternals
MIT License
1.2k stars 210 forks source link

Does AADInternals works in macOS? #79

Closed supasaf closed 8 months ago

supasaf commented 8 months ago

I'm using macOS as my laptop, I installed PowerShell by:

brew install powershell/tap/powershell

However, I got the following message when triggering Import-Module AADInternals:

PS /Users/ss/Downloads> Install-Module AADInternals

Untrusted repository
You are installing the modules from an untrusted repository. If you trust this
repository, change its InstallationPolicy value by running the Set-PSRepository
cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "N"):Y

PS /Users/ss/Downloads> Import-Module AADInternals
Add-Type: Cannot find path '/Users/ss/Downloads/System.Web.Extensions.dll' because it does
not exist.
    ___    ___    ____  ____      __                        __
   /   |  /   |  / __ \/  _/___  / /____  _________  ____ _/ /____
  / /| | / /| | / / / // // __ \/ __/ _ \/ ___/ __ \/ __ `/ / ___/
 / ___ |/ ___ |/ /_/ _/ // / / / /_/  __/ /  / / / / /_/ / (__  )
/_/  |_/_/  |_/_____/___/_/ /_/\__/\___/_/  /_/ /_/\__,_/_/____/

 v0.9.2 TI Summit edition by @DrAzureAD (Nestori Syynimaa)