12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.28k stars 567 forks source link

Cannot select Beta profile in ReportMFAStatusAdmins.PS1 #53

Closed TyrrellStephen closed 2 years ago

TyrrellStephen commented 2 years ago

Error: PS C:\Users..........\Office365itpros> .\ReportMFAStatusAdmins.PS1 Welcome To Microsoft Graph! Select-MgProfile: C:\Users\tyrre\LocalRepos\PowerShellRepos\Office365itpros\ReportMFAStatusAdmins.PS1:8:18 Line | 8 | Select-MgProfile -Beta | ~ | A parameter cannot be found that matches parameter name 'Beta'.

This is due to a typo in line 8 that should read 'Select-MgProfile Beta'

12Knocksinna commented 2 years ago

Thanks. Fixed. (annoying and stupid bug)