Skip to content

Instantly share code, notes, and snippets.

@ronascentes
Created April 25, 2017 18:58
Show Gist options
  • Save ronascentes/d66377db34662700fddac15e7dcf83d1 to your computer and use it in GitHub Desktop.
Save ronascentes/d66377db34662700fddac15e7dcf83d1 to your computer and use it in GitHub Desktop.
Import SQLPS Module
# Import the SQL Server Module.
Import-Module Sqlps -DisableNameChecking;
# To check whether the module is installed.
Get-Module -ListAvailable -Name Sqlps;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment