Microsoft
Software
Hardware
Network
Question : dsquery / dsget - different results, not able to pass results to dsget
Hi there,
it's really mistery - ok normally I used the follwoing command to get all useraccounts starting with an u:
dsquery user -samid u* -limit 0
but when I used this syntax I get even more useraccounts (and that is the correct result):
dsquery * domainroot -filter "(&(&(objectcategory=user)
(samaccoun
tname=u*))
)" -attr samaccountname -limit 0
Do anybody know why?
It's not so a big overhead to work with the second command, but the bad thing is, the results of the second command can't be piped to deget. I think this comes because dsquery named it in the output samaccountname and not samid...
Is there a possible workaround?
Thanks guys... cheers
Answer : dsquery / dsget - different results, not able to pass results to dsget
Actually I may have misread your question.
If you run
dsquery user domainroot -samid u* -limit 0
Is this not returning all the right accounts?
Random Solutions
How do I auto-forward an email to an outside address and leave a copy on my system?
Outlook 2007 opens with choose profile
Teradata SQL Macro not returning results
Winmail.dat attachments are occuring internally
Exchange 2007 SRV upgrade/migration to anthoer Exchange 2010 SRV gone wrong, what would you suggest guys
Help using Function to Get Current User's Desktop: Access 2003 VB
Unable to query for computers in the network - Windows SBS 2008 Console
Change label caption in report header
ListBox Selected Index from Javascript
passing string to container from Active-X