Track Privileged Users in Active Directory Accounts | Msolved Tech

preview_player
Показать описание
In this video, I will show you how to track and filter the privileged users in our active directory. It will help you to know who has full permission or role as administrator in your domain.

Check the PowerShell Command:
Get-ADUser -Filter "adminCount -eq 1" | ft name, samaccountname, enabled
Get-ADGroup -Filter "adminCount -eq 1" | ft name
Рекомендации по теме