Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



https://www.powershellgallery.com/packages/AzureRM.MarketplaceOrdering/0.2.0

As a Administrator

cd 'C:\Program Files\WindowsPowerShell\Modules\'

#allow script to be run in Powershell

Get-ExecutionPolicy -List

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

>>> run the module:  Install-Module -Name AzureRM.MarketplaceOrdering

Get-ExecutionPolicy -List

Set-ExecutionPolicy Undefined -Scope CurrentUser



  • No labels