Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-6&viewFallbackFrom=powershell-Microsoft.PowerShell.Core

Get-ExecutionPolicy -List

Image Added

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

Image Added


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

...

Set-ExecutionPolicy Undefined -Scope CurrentUser

Image Added

Image Added