Difference between revisions of "Powershell"
From MyWiki
Line 1: | Line 1: | ||
Add-PSSnapin Quest.ActiveRoles.ADManagement<br> | Add-PSSnapin Quest.ActiveRoles.ADManagement<br> | ||
To disconnect at the end of session : Disconnect-QADService<br> | To disconnect at the end of session : Disconnect-QADService<br> | ||
+ | $pw = read-host "Enter password" -AsSecureString<br> |
Revision as of 13:37, 23 May 2014
Add-PSSnapin Quest.ActiveRoles.ADManagement
To disconnect at the end of session : Disconnect-QADService
$pw = read-host "Enter password" -AsSecureString