Check 365 for licensed disabled AD account
Revision as of 14:44, 13 July 2017 by Michael.mast (talk | contribs) (Created page with "<pre> Get-Aduser -filter * | where {$_.Enabled -eq $False} | select -expandproperty samaccountname | get-casmailbox -erroraction silentlycontinue </pre>")
Get-Aduser -filter * | where {$_.Enabled -eq $False} | select -expandproperty samaccountname | get-casmailbox -erroraction silentlycontinue