从这里:
http://ss64.com/nt/dsquery-group.html
Examples
Find all groups on the current domain with a name that starts with 'Admin'
C:\> dsquery group -name Admin*
Find all groups in the 'Groups' OU
C:\> dsquery group ou=Groups,ou=AcmeCo,dc=ss64,dc=com
当我尝试时出现以下错误:
C:\>Dsquery group –name A*
dsquery failed:'A*' is an unknown parameter.
type dsquery /? for help.
我究竟做错了什么?
答案1
显然有两种不同类型的连字符,而我在“-name”参数上使用了错误的连字符。
为什么它说错误的参数是“A*”仍然是一个谜,同样,为什么“net group /domain SOME_GROUP_I_KNOW_EXISTS”也会失败。