Command To List All Windows Group That A User

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

That is the command to find all of the Windows groups that a user is in on a
domain?

Thanks
 
Search for DumpACL (possibly called "DumpSec" now). It was originally
produced by Somarsoft.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
 
Joe K. said:
That is the command to find all of the Windows groups that a user is in on a
domain?

Thanks

Run this command from a Command Prompt:

net user Joe /domain
 
Hmm. net user truncates all of the group names at about 20 characters. Is
there an option or other command that does not truncate the names?
 
Back
Top