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

Use Sort-Object instead of Sort on linux #62

Closed NgoHuy closed 1 year ago

NgoHuy commented 1 year ago

When using AccessPackages, the powershell will return error with Sort is not defined. Use Sort-Object instead.