Iam using Powershell 1.0 on my machine, so i want to install SQLPSX 1.6 for ease of manipulating SQL server , in powershell 1.6
I don’t know how to install. I’ve tried running .\LibrarySMO.ps1, but nothing happened
Can you show me how to install ?
My machine is Windows XP ,Powershell 1.0
Assuming you’re in the directory where LibrarySMO.ps1 is located, you need to dot source the script which loads all of the functions for the Powershell session:
dot dot forward slash file name:
. .\LibrarySMO.ps1