Install-Module MSonline

#########################


Install-Module AzureADPreview

#########################


$Msolcred = Get-Credentials

Connect-Msolservice -Credential $Msolcred

#########################


Set-MsolUser -UserPrincipalName bravotrainingcenter@choicespine.com -PasswordNeverExpires $true