简体   繁体   中英

Find computers with a specific user in local admin group

I need to check if a specific domain user is a member of a local administrators group.

I prefer to use Powershell, but the problem is that we are not allowing WinRM so I can't use PSRemoting, so I can't run Get-LocalGroupMember or something.

Thanks alot for your help.

I recommend you to have a look on PowerView . Get-NetLocalGroup queries the information via WinNT provider or on demand via WinAPI.

Refer to harmj0y's blog for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM