Forum Discussion
Steve Hernou
Jan 30, 2019Iron Contributor
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 (...
- Jan 30, 2019
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
VasilMichev
Jan 30, 2019MVP
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 Hernou
Jan 30, 2019Iron Contributor
Great. Thanks Vasil :-)