12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot select Beta profile in ReportMFAStatusAdmins.PS1

TyrrellStephen opened this issue · comments

commented

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'

Thanks. Fixed. (annoying and stupid bug)