Forum Discussion
Azure AD Powershell v2 missing some commands :-(
Hi,
Not sure if this is the correct community to ask but I seem to be missing certain ps commands in Azure AD v2 (2.0.2.4), more specifically all the commands with AzureADServicePrincipalPolicy (Get, Add).
The others are all there (AzureADServicePrincipal , KeyCredential, Owner, CreatedObject,...).
I have tried uninstalling and reinstalling the module but that did not work.
Not sure what else I can do 🙂
Certain cmdlets, such as the *-Get-AzureADServicePrincipalPolicy ones, are only available as part of the AzureADPreview module: https://www.powershellgallery.com/packages/AzureADPreview/2.0.2.5
Certain cmdlets, such as the *-Get-AzureADServicePrincipalPolicy ones, are only available as part of the AzureADPreview module: https://www.powershellgallery.com/packages/AzureADPreview/2.0.2.5
- Steve HernouIron ContributorGreat. Thanks Vasil :-)