Where is the download link for this item?
- Open a Windows PowerShell console.
-
Run the Install-Module cmdlet as shown here.
PS> Install-Module -Name <moduleName> -RequiredVersion <version>
- Open a Windows PowerShell console.
-
Run the Install-Script cmdlet as shown here.
PS> Install-Script -Name <scriptName> -RequiredVersion <version>