Forum Discussion
Ivan54
Oct 06, 2016Bronze Contributor
AAD PowerShell Commands not working (get-msol ...)
Could some please point out the error I'm doing? I'm trying to create classifications https://azure.microsoft.com/en-us/documentation/articles/active-directory-accessmanagement-groups-settings-cmdle...
- Oct 06, 2016These cmdlets are not supported in the Azure Active Directory Module for Windows PowerShell GA (v.1.1.166.0) which you have installed. Instead you can install V1.1.130.0 public preview and use it. See release notes from below link for more details.
http://connect.microsoft.com/site1164/Downloads/DownloadDetails.aspx?DownloadID=59185
SanthoshB1
Oct 06, 2016Bronze Contributor
These cmdlets are not supported in the Azure Active Directory Module for Windows PowerShell GA (v.1.1.166.0) which you have installed. Instead you can install V1.1.130.0 public preview and use it. See release notes from below link for more details.
http://connect.microsoft.com/site1164/Downloads/DownloadDetails.aspx?DownloadID=59185
http://connect.microsoft.com/site1164/Downloads/DownloadDetails.aspx?DownloadID=59185
Ivan54
Oct 07, 2016Bronze Contributor
Thanks, I'll give it a try. But could someone explain the versioning numbers to me please :P
Why is GA version number higher than the Public Preview? I just assumed that the GA version has caught up to public preview and the page hasn't been updated.
v1.1.166.0 GA
v1.1.130.0 Preview
EDIT1: just tried to install the preview version over the GA version and as assumed the setup says a newer version is already installed :)
Guess I'll have to use some other machine to install the public preview version.
EDIT2: commands are working in the public preview version. Though I'm able to follow the instructions for creating classification labels, but thats a topic for a different thread :)
- Rob de JongDec 13, 2016Copper Contributor
We have one build system that build both a preview version and a GA version in the same run. Since this module is going to be deprecated in favor of the newer AzureAD V2 PowerShell module we do not add any new functionality to it and usually only release it when previously released cmdlets in a preview version are moved into GA status.