Created
April 25, 2017 18:58
-
-
Save ronascentes/d66377db34662700fddac15e7dcf83d1 to your computer and use it in GitHub Desktop.
Import SQLPS Module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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