Modules:
- AzureRM.MarketplaceOrdering
- AzureRM.profile
https://www.powershellgallery.com/packages/AzureRM.MarketplaceOrdering/0.2.0
...
cd 'C:\Program Files\WindowsPowerShell\Modules\'
#to allow script to be run in Powershell
Get-ExecutionPolicy -List
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
>>> run the module: Install-Module -Name AzureRM.MarketplaceOrdering
...
Set-ExecutionPolicy Undefined -Scope CurrentUser