Check 365 for licensed disabled AD account

From Michael's Information Zone
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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Get-Aduser -filter * | where {$_.Enabled -eq $False} | select -expandproperty samaccountname | get-casmailbox -erroraction silentlycontinue