In this example, a specific version of the PowerShellGet module is installed.PowerShell Copy Install-Module -Name PowerShellGet -RequiredVersion 2.0.0The Install-Module uses the Name parameter to specify the PowerShellGet module. The RequiredVersion parameter specifies that version 2.0.0 is ...
By default, the Install-Module and Install-Script commands will install the most recent available version of a package. Include the -RequiredVersion argument in your call to configure the package if you need to use an earlier version of the software. In addition, before you can install a mod...
Learn how to install the SqlServer PowerShell module, which provides cmdlets for SQL features and updated versions of the SQLPS module.
This article shows how to install and import specific versions of resource modules into your configurations.
Add specific path for issues in tsaconfig (#24244) Checkin generated manpage (#24423) Add updated libicu dependency for Debian packages (#24301) Add mapping to azurelinux repo (#24290) Update vpack pipeline (#24281) Add BaseUrl to buildinfo json file (#24376) Delete the msix blob ...
Determine running edition of PowerShell using $PSVersionTable Filter Get-Module results by CompatiblePSEditions using PSEdition parameter Prevent script execution unless run on a compatible edition of PowerShell Declare a module's compatibility to specific PowerShell versions ...
Save-Module, etc. Running any of these cmdlets will prompt you to install the NuGet provider that both PowerShellGet and PackageManagement are dependent on. Even though the prompt offers two ways to install the provider– you can run ‘Y’ to have PowerShellGet automatically install the provi...
In this section, we will show you how to install the AzureAD PowerShell module. First, open the PowerShell windows and run the following command to bypass the Windows security policy. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ...
Learn how to install the SqlServer PowerShell module, which provides cmdlets for SQL features and updated versions of the SQLPS module.
Add specific path for issues in tsaconfig (#24244) Checkin generated manpage (#24423) Add updated libicu dependency for Debian packages (#24301) Add mapping to azurelinux repo (#24290) Update vpack pipeline (#24281) Add BaseUrl to buildinfo json file (#24376) Delete the msix blob ...