
With some vague, hinted-at solutions I have discovered that in reality it is very simple and worth documenting for others that encounter a similar situation.

I have read several strange articles on various blog sites, describing methods of achieving this that I (with my limited PowerShell experience) could not understand. Therefore I cannot simply use the PowerShell ‘Install-Module’ command, which would take care of the download and installation.

The ultimate installation target (after local development and testing) is a server that has no Internet access, for security reasons. I need to install a new PowerShell module onto a server that has no access to the Internet, so I am unable to use the Install-Module command.įor a task that I have, I require the ‘SQLServer’ PowerShell module, as the older ‘SQLPS’ module does not have the CmdLets that I’m after.
