Skip to content

Instantly share code, notes, and snippets.

@iainbrighton
Created May 10, 2017 08:11
Show Gist options
  • Save iainbrighton/46b8acd869d19dca56af88e3b10e96ff to your computer and use it in GitHub Desktop.
Save iainbrighton/46b8acd869d19dca56af88e3b10e96ff to your computer and use it in GitHub Desktop.
<#
To download the latest version of a module, use https://www.powershellgallery.com/api/v2/package/<ModuleName>
e.g. https://www.powershellgallery.com/api/v2/package/dbatools
To download a specific module version, use https://www.powershellgallery.com/api/v2/package/<ModuleName>/<ModuleVersion>
e.g. https://www.powershellgallery.com/api/v2/package/dbatools/0.8.948
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment