Difference between revisions of "Managed Service Accounts"
From MyWiki
(Created page with "'''The following example demonstrates how to find the managed service accounts in the Fabrikam.com domain:'''<br> <source lang="powershell"> Get-ADServiceAccount -Filter 'Name...") |
(No difference)
|
Latest revision as of 15:37, 6 March 2015
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