Aug 18, 2008 #1 bookouri IS-IT--Management Feb 23, 2000 1,464 US Is there something like dsquery that i can use to list info on my local users and groups on servers that are not members of a domain? thanks for any info
Is there something like dsquery that i can use to list info on my local users and groups on servers that are not members of a domain? thanks for any info
Aug 18, 2008 #2 pagy Technical User Sep 23, 2002 1,162 GB what sort of info are you looking for?? 2 basic commands to list the groups and users are; net localgroup net user Paul MCSE 2003 MCSA 2003 MCITP Enterprise Administrator If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions? Scott Adams Upvote 0 Downvote
what sort of info are you looking for?? 2 basic commands to list the groups and users are; net localgroup net user Paul MCSE 2003 MCSA 2003 MCITP Enterprise Administrator If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions? Scott Adams
Aug 18, 2008 Thread starter #3 bookouri IS-IT--Management Feb 23, 2000 1,464 US In active directory i can get a list of users and their misc information like address, phone, email, group membership and things like that. Out of AD, I can get a list of all users with names like smith for example: dsquery user -name *smith* -o rdn Upvote 0 Downvote
In active directory i can get a list of users and their misc information like address, phone, email, group membership and things like that. Out of AD, I can get a list of all users with names like smith for example: dsquery user -name *smith* -o rdn