Using active directory from command prompt - dsquery user - how to get everyone except x? -



Using active directory from command prompt - dsquery user - how to get everyone except x? -

using illustration http://technet.microsoft.com/en-us/library/cc755655(v=ws.10).aspx#bkmk_7

dsquery user ou=test,dc=microsoft,dc=com -name jon

what want jon. next did not work:

dsquery user ou=test,dc=microsoft,dc=com -name !jon

is possible cmd?

i solved issue adding loop if statement. not reply such works.

active-directory dsquery

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -