You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
Hello.
I am using RPC function NetLocalGroupEnum for gathering local groups and their members like a: Get-NetLocalGroup -ComputerName 1.2.3.4
or rpcclient 1.2.3.4 -c enumalsgroups
or net rpc group list builtin -I 1.2.3.4
Sometimes I can do this, but sometimes some domain hosts don't return me anything information.
Can you please tell me why this approach doesn't work against some windows hosts. Both consist in the same domain.
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
I am using RPC function
NetLocalGroupEnum
for gathering local groups and their members like a:Get-NetLocalGroup -ComputerName 1.2.3.4
or
rpcclient 1.2.3.4 -c enumalsgroups
or
net rpc group list builtin -I 1.2.3.4
Sometimes I can do this, but sometimes some domain hosts don't return me anything information.
Can you please tell me why this approach doesn't work against some windows hosts. Both consist in the same domain.
Thank you.
The text was updated successfully, but these errors were encountered: