Forum Discussion
JamesA1675
Dec 06, 2021Copper Contributor
Powershell not recognizing cmdlet?
I'm launching Powershell ISE and attempting to use get-azureadmconditionalaccesspolicy. This is from a shared server. Another user is able to run the same script without issue. I get the following...
- Dec 07, 2021The cmdlet is Get-AzureADMSConditionalAccessPolicy, make sure you type (paste) it correctly as your example is missing an "S".
VasilMichev
Dec 07, 2021MVP
The cmdlet is Get-AzureADMSConditionalAccessPolicy, make sure you type (paste) it correctly as your example is missing an "S".
- JamesA1675Dec 07, 2021Copper ContributorI was having a hell of a day yesterday. I ran into the error, installed the module, but still couldn't run it. In my troubleshooting I went to manually typing in the command and ended up misspelling it. I checked today and the script is working for me. Thank you for pointing out the misspelling. Would have drove me crazy today again.