-
Run from PS console:
Invoke-WebRequest -Uri powershellgallery.com/api/v2/package/sqlserver -Out D:\temp\sqlserver.zip -
Extract and save to Program Files\WindowsPowerShell\Modules\sqlserver
-
Check if Powershell is able to see it:
Get-Module -ListAvailable -
Import SqlServer module
Import-Module SqlServer
-
-
Save brovish/b3e19084ba3da9e32be611f762a60e5f to your computer and use it in GitHub Desktop.
Install SQL Server Powershell module without access to the PowerShell Gallery modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment