Press "Enter" to skip to content

Installing The SqlServer Powershell Module

Aaron Nelson has some tips when installing the SQL Server Powershell module:

Whatever you do, try to avoid using the -Scope CurrentUser option.  You may need to use it if you don’t have high enough permissions, in that situation go ahead and use -Scope CurrentUser.  However, if you can avoid using it, do so.  I have lost a lot of time to having used this option.

Read on for more tips.