Difference between revisions of "Login to O365"

From MyWiki
Jump to: navigation, search
(Created page with "'''In Powershell load the Quest snapin'''<br> Add-PSSnapin Quest.ActiveRoles.ADManagement<br> $pw = read-host "Enter password" -AsSecureString<br> connect-QADService -service...")
(No difference)

Revision as of 09:49, 27 April 2015

In Powershell load the Quest snapin
Add-PSSnapin Quest.ActiveRoles.ADManagement
$pw = read-host "Enter password" -AsSecureString
connect-QADService -service 'dc02.example.com'-ConnectionAccount 'DOMAIN\useracc'-ConnectionPassword $pw
To disconnect at the end of session : Disconnect-QADService