Managed Service Accounts

From MyWiki
Revision as of 15:37, 6 March 2015 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following example demonstrates how to find the managed service accounts in the Fabrikam.com domain:

Get-ADServiceAccount -Filter 'Name -like "*"' | FT Name,HostComputers -A