MSDOS question

Darth Vodka

Registered User.
Local time
Today, 07:22
Joined
Sep 25, 2007
Messages
344
anyone know the MSDOS to see the nested groups within a usergroup?

using

get group abcgroupname /dom

gives me the usernames, but not nested groups

:(
 
It's been a while, but shouldn't that be something like :

root# net rpc group members demo -Uroot%not24get
DOM\Domain Users
DOM\Engineers
DOM\jamesf
DOM\jht
 
It's been a while, but shouldn't that be something like :

root# net rpc group members demo -Uroot%not24get
DOM\Domain Users
DOM\Engineers
DOM\jamesf
DOM\jht

can't get that to work...maybe it's me being thick, i'm certainly no MSDOS expert??

net rpc anything leads to the help message about net...:confused:
 
Well I'm not an expert either, but you might have a look at the getgrgid() function.

Hth
 
is it possible as you said i really don't know i am also waiting for the answer..
 
Hi,

Do you still need this? I have a nice little executable that will do this for you
 

Users who are viewing this thread

Back
Top Bottom