filmov
tv
Track Privileged Users in Active Directory Accounts | Msolved Tech
Показать описание
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
Check the PowerShell Command:
Get-ADUser -Filter "adminCount -eq 1" | ft name, samaccountname, enabled
Get-ADGroup -Filter "adminCount -eq 1" | ft name