New-AzureADPolicy missed in the Azure cloud shell
New-AzureADPolicy : The term 'New-AzureADPolicy' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Also if try to install AzureADPreview
Install-Module -Name AzureADPreview
The result is:
PackageManagement\Install-Package : Unable to load shared library 'api-ms-win-core-sysinfo-l1-1-0.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libapi-ms-win-core-sysinfo-l1-1-0.dll: cannot open shared object file: No such file or directory
Is it possible to work somehow with Azure AD in the web cloud shell?
Install-Module -Name AzureADPreview
works in cloud shell one month ago? AFAIK, the cloud shell never supports to install module. – Flunkey