Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1874 lines
80 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 2000 - 2002
  6. ;//
  7. ;// File: usage.mc
  8. ;// Author: wguidry
  9. ;//--------------------------------------------------------------------------
  10. MessageId=1
  11. SymbolicName=USAGE_DSGET_DESCRIPTION
  12. Language=English
  13. Description: This tool's commands display the selected properties
  14. of a specific object in the directory. The dsget commands:
  15. dsget computer - displays properties of computers in the directory.
  16. dsget contact - displays properties of contacts in the directory.
  17. dsget subnet - displays properties of subnets in the directory.
  18. dsget group - displays properties of groups in the directory.
  19. dsget ou - displays properties of ou's in the directory.
  20. dsget server - displays properties of servers in the directory.
  21. dsget site - displays properties of sites in the directory.
  22. dsget user - displays properties of users in the directory.
  23. dsget quota - displays properties of quotas in the directory.
  24. dsget partition - displays properties of partitions in the directory.
  25. To display an arbitrary set of attributes of any given object in the
  26. directory use the dsquery * command (see examples below).
  27. For help on a specific command, type "dsget <ObjectType> /?" where
  28. <ObjectType> is one of the supported object types shown above.
  29. For example, dsget ou /?.
  30. .
  31. MessageId=2
  32. SymbolicName=USAGE_DSGET_REMARKS
  33. Language=English
  34. Remarks:
  35. The dsget commands help you to view the properties of a specific object in
  36. the directory: the input to dsget is an object and the output is a list of
  37. properties for that object. To find all objects that meet a given search
  38. criterion, use the dsquery commands (dsquery /?).
  39. The dsget commands support piping of input to allow you to pipe results from
  40. the dsquery commands as input to the dsget commands and display detailed
  41. information on the objects found by the dsquery commands.
  42. Commas that are not used as separators in distinguished names must be
  43. escaped with the backslash ("\") character
  44. (for example, "CN=Company\, Inc.,CN=Users,DC=microsoft,DC=com").
  45. Backslashes used in distinguished names must be escaped with a backslash (for
  46. example, "CN=Sales\\ Latin America,OU=Distribution Lists,DC=microsoft,
  47. DC=com").
  48. .
  49. MessageId=3
  50. SymbolicName=USAGE_DSGET_EXAMPLES
  51. Language=English
  52. Examples:
  53. To find all users with names starting with "John" and display their office
  54. numbers:
  55. dsquery user -name John* | dsget user -office
  56. To display the sAMAccountName, userPrincipalName and department attributes of
  57. the object whose DN is ou=Test,dc=microsoft,dc=com:
  58. dsquery * ou=Test,dc=microsoft,dc=com -scope base -attr
  59. sAMAccountName userPrincipalName department
  60. To read all attributes of any object use the dsquery * command.
  61. For example, to read all attributes of the object whose DN is
  62. ou=Test,dc=microsoft,dc=com:
  63. dsquery * ou=Test,dc=microsoft,dc=com -scope base -attr *
  64. Directory Service command-line tools help:
  65. dsadd /? - help for adding objects.
  66. dsget /? - help for displaying objects.
  67. dsmod /? - help for modifying objects.
  68. dsmove /? - help for moving objects.
  69. dsquery /? - help for finding objects matching search criteria.
  70. dsrm /? - help for deleting objects.
  71. .
  72. MessageId=4
  73. SymbolicName=USAGE_DSGET_USER_DESCRIPTION
  74. Language=English
  75. Description: Display the various properties of a user in the directory.
  76. There are two variations of this command. The first variation
  77. allows you to view the properties of multiple users. The second
  78. variation allows you to view the group membership information
  79. of a single user.
  80. .
  81. MessageId=5
  82. SymbolicName=USAGE_DSGET_USER_SYNTAX
  83. Language=English
  84. Syntax: dsget user <UserDN ...> [-dn] [-samid] [-sid] [-upn] [-fn] [-mi]
  85. [-ln] [-display] [-empid] [-desc] [-office] [-tel] [-email]
  86. [-hometel] [-pager] [-mobile] [-fax] [-iptel] [-webpg]
  87. [-title] [-dept] [-company] [-mgr] [-hmdir] [-hmdrv]
  88. [-profile] [-loscr] [-mustchpwd] [-canchpwd]
  89. [-pwdneverexpires] [-disabled] [-acctexpires]
  90. [-reversiblepwd] [-part <PartitionDN> [-qlimit] [-qused]]
  91. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  92. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  93. dsget user <UserDN> [-memberof [-expand]]
  94. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  95. [-p {<Password> | *}] [-c] [-q] [-l]
  96. [{-uc | -uco | -uci}]
  97. .
  98. MessageId=6
  99. SymbolicName=USAGE_DSGET_USER_PARAMETERS
  100. Language=English
  101. Parameters:
  102. Value Description
  103. <UserDN ...> Required/stdin. Distinguished names (DNs) of one
  104. or more users to view.
  105. If the target objects are omitted they
  106. will be taken from standard input (stdin)
  107. to support piping of output from another command
  108. to input of this command. Compare with <UserDN>
  109. below.
  110. -dn Shows the DN of the user.
  111. -samid Shows the SAM account name of the user.
  112. -sid Shows the user Security ID.
  113. -upn Shows the user principal name of the user.
  114. -fn Shows the first name of the user.
  115. -mi Shows the middle initial of the user.
  116. -ln Shows the last name of the user.
  117. -display Shows the display name of the user.
  118. -empid Shows the user employee ID.
  119. -desc Shows the description of the user.
  120. -office Shows the office location of the user.
  121. -tel Shows the telephone number of the user.
  122. -email Shows the e-mail address of the user.
  123. -hometel Shows the home telephone number of the user.
  124. -pager Shows the pager number of the user.
  125. -mobile Shows the mobile phone number of the user.
  126. -fax Shows the fax number of the user.
  127. -iptel Shows the user IP phone number.
  128. -webpg Shows the user web page URL.
  129. -title Shows the title of the user.
  130. -dept Shows the department of the user.
  131. -company Shows the company info of the user.
  132. -mgr Shows the user's manager.
  133. -hmdir Shows the user home directory.
  134. Displays the drive letter to which the
  135. home directory of the user is mapped
  136. (if the home directory path is a UNC path).
  137. -hmdrv Shows the user's home drive letter
  138. (if home directory is a UNC path).
  139. -profile Shows the user's profile path.
  140. -loscr Shows the user's logon script path.
  141. -mustchpwd Shows if the user must change his/her password
  142. at the time of next logon. Displays: yes or no.
  143. -canchpwd Shows if the user can change his/her password.
  144. Displays: yes or no.
  145. -pwdneverexpires Shows if the user password never expires.
  146. Displays: yes or no.
  147. -disabled Shows if the user account is disabled
  148. for logon or not. Displays: yes or no.
  149. -acctexpires Shows when the user account expires.
  150. Display values: a date when the account expires
  151. or the string "never" if the account never expires.
  152. -reversiblepwd Shows if the user password is allowed to be
  153. stored using reversible encryption (yes or no).
  154. <UserDN> Required. DN of group to view.
  155. -memberof Displays the groups of which the user is a member.
  156. -expand Displays a recursively expanded list of groups
  157. of which the user is a member.
  158. {-s <Server> | -d <Domain>}
  159. -s <Server> connects to the domain controller (DC)
  160. with name <Server>.
  161. -d <Domain> connects to a DC in domain <Domain>.
  162. Default: a DC in the logon domain.
  163. -u <UserName> Connect as <UserName>. Default: the logged in user.
  164. User name can be: user name, domain\user name,
  165. or user principal name (UPN).
  166. -p {<Password> | *} Password for the user <UserName>. If * then prompt
  167. for password.
  168. -c Continuous operation mode: report errors but continue
  169. with next object in argument list when multiple
  170. target objects are specified. Without this option,
  171. command exits on first error.
  172. -q Quiet mode: suppress all output to standard output.
  173. -L Displays the entries in the search result set in a
  174. list format. Default: table format.
  175. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  176. formatted in Unicode.
  177. -uco Specifies that output to pipe or file is
  178. formatted in Unicode.
  179. -uci Specifies that input from pipe or file is
  180. formatted in Unicode.
  181. -part <PartitionDN> Connect to the directory partition with the
  182. distinguished name of <PartitionDN>.
  183. -qlimit Displays the effective quota of the user within
  184. the specified directory partition.
  185. -qused Displays how much of the quota the user has
  186. used within the specified directory partition.
  187. .
  188. MessageId=7
  189. SymbolicName=USAGE_DSGET_USER_REMARKS
  190. Language=English
  191. Remarks:
  192. If you do not supply a target object at the command prompt, the target
  193. object is obtained from standard input (stdin). Stdin data can be accepted
  194. from the keyboard, a redirected file, or as piped output from another
  195. command. To mark the end of stdin data from the keyboard or in a redirected
  196. file, use Control+Z, for End of File (EOF).
  197. A quota specification determines the maximum number of directory objects a
  198. given security principal can own in a specific directory partition.
  199. The dsget commands help you view the properties of a
  200. specific object in the directory: the input to dsget is
  201. an object and the output is a list of properties for that object.
  202. To find all objects that meet a given search criterion,
  203. use the dsquery commands (dsquery /?).
  204. If a value that you supply contains spaces, use quotation marks
  205. around the text (for example, "CN=John Smith,CN=Users,DC=microsoft,DC=com").
  206. If you enter multiple values, the values must be separated by spaces
  207. (for example, a list of distinguished names).
  208. .
  209. MessageId=8
  210. SymbolicName=USAGE_DSGET_USER_EXAMPLES
  211. Language=English
  212. Examples:
  213. To find all users in a given OU whose names start with "jon" and display
  214. their descriptions, type:
  215. dsquery user ou=Test,dc=microsoft,dc=com -name jon* | dsget user -desc
  216. To display the list of groups, recursively expanded, to which a given user
  217. "Jon Smith" belongs, type:
  218. dsget user "cn=Jon Smith,cn=users,dc=microsoft,dc=com" -memberof -expand
  219. To display the effective quota and quota used for a given user
  220. "Jon Smith" on a given partition "cn=domain,dc=microsoft,dc=com", type:
  221. dsget user "cn=Jon Smith,cn=users,dc=microsoft,dc=com"
  222. -part "cn=domain,dc=microsoft,dc=com" -qlimit -qused
  223. See also:
  224. dsget - describes parameters that apply to all commands.
  225. dsget computer - displays properties of computers in the directory.
  226. dsget contact - displays properties of contacts in the directory.
  227. dsget subnet - displays properties of subnets in the directory.
  228. dsget group - displays properties of groups in the directory.
  229. dsget ou - displays properties of ou's in the directory.
  230. dsget server - displays properties of servers in the directory.
  231. dsget site - displays properties of sites in the directory.
  232. dsget user - displays properties of users in the directory.
  233. dsget quota - displays properties of quotas in the directory.
  234. dsget partition - displays properties of partitions in the directory.
  235. Directory Service command-line tools help:
  236. dsadd /? - help for adding objects.
  237. dsget /? - help for displaying objects.
  238. dsmod /? - help for modifying objects.
  239. dsmove /? - help for moving objects.
  240. dsquery /? - help for finding objects matching search criteria.
  241. dsrm /? - help for deleting objects.
  242. .
  243. MessageId=9
  244. SymbolicName=USAGE_DSGET_COMPUTER_DESCRIPTION
  245. Language=English
  246. Description: Displays the properties of a computer in the directory.
  247. There are two variations of this command. The first variation
  248. allows you to view the properties of multiple computers. The
  249. second variation allows you to view the membership information
  250. of a single computer.
  251. .
  252. MessageId=10
  253. SymbolicName=USAGE_DSGET_COMPUTER_SYNTAX
  254. Language=English
  255. Syntax: dsget computer <ComputerDN ...> [-dn] [-samid] [-sid] [-desc]
  256. [-loc] [-disabled] [{-s <Server> | -d <Domain>}] [-u <UserName>]
  257. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  258. [-part <PartitionDN> [-qlimit] [-qused]]
  259. dsget computer <ComputerDN> [-memberof [-expand]]
  260. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  261. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  262. .
  263. MessageId=11
  264. SymbolicName=USAGE_DSGET_COMPUTER_PARAMETERS
  265. Language=English
  266. Parameters:
  267. Value Description
  268. <ComputerDN ...> Required/stdin. Distinguished names (DNs) of one
  269. or more computers to view.
  270. If the target objects are omitted they
  271. will be taken from standard input (stdin)
  272. to support piping of output from another
  273. command to input of this command.
  274. Compare with <ComputerDN> below.
  275. -dn Displays the computer DN.
  276. -samid Displays the computer SAM account name.
  277. -sid Displays the computer Security ID (SID).
  278. -desc Displays the computer description.
  279. -loc Displays the computer location.
  280. -disabled Displays if the computer account is
  281. disabled (yes) or not (no).
  282. <ComputerDN> Required. Distinguished name (DN) of the computer to
  283. view.
  284. -memberof Displays the groups of which the computer is a member.
  285. -expand Displays the recursively expanded list of groups of
  286. which the computer is a member. This option takes
  287. the immediate group membership list of the computer
  288. and then recursively expands each group in this list to
  289. determine its group memberships and arrive at a
  290. complete set of the groups.
  291. {-s <Server> | -d <Domain>}
  292. -s <Server> connects to the domain controller (DC)
  293. with name <Server>.
  294. -d <Domain> connects to a DC in domain <Domain>.
  295. Default: a DC in the logon domain.
  296. -u <UserName> Connect as <UserName>. Default: the logged in user.
  297. User name can be: user name, domain\user name,
  298. or user principal name (UPN).
  299. -p {<Password> | *} Password for the user <UserName>. If * then prompt for
  300. password.
  301. -c Continuous operation mode: report errors but continue
  302. with next object in argument list when multiple target
  303. objects are specified. Without this option, command
  304. exits on first error.
  305. -q Quiet mode: suppress all output to standard output.
  306. -L Displays the entries in the search result set in a
  307. list format. Default: table format.
  308. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  309. formatted in Unicode.
  310. -uco Specifies that output to pipe or file is
  311. formatted in Unicode.
  312. -uci Specifies that input from pipe or file is
  313. formatted in Unicode.
  314. -part <PartitionDN> Connects to the directory partition with the
  315. distinguished name of <PartitionDN>.
  316. -qlimit Displays the effective quota of the computer within
  317. the specified directory partition.
  318. -qused Displays how much of its quota the computer has
  319. used within the specified directory partition.
  320. .
  321. MessageId=12
  322. SymbolicName=USAGE_DSGET_COMPUTER_REMARKS
  323. Language=English
  324. Remarks:
  325. If you do not supply a target object at the command prompt, the target
  326. object is obtained from standard input (stdin). Stdin data can be accepted
  327. from the keyboard, a redirected file, or as piped output from another
  328. command. To mark the end of stdin data from the keyboard or in a redirected
  329. file, use Control+Z, for End of File (EOF).
  330. A quota specification determines the maximum number of directory objects a
  331. given security principal can own in a specific directory partition.
  332. The dsget commands help you view the properties of a
  333. specific object in the directory: the input to dsget is an object
  334. and the output is a list of properties for that object.
  335. To find all objects that meet a given search criterion,
  336. use the dsquery commands (dsquery /?).
  337. If a value that you supply contains spaces, use quotation marks
  338. around the text (for example, "CN=DC2,OU=Domain Controllers,DC=microsoft,
  339. DC=com").
  340. If you enter multiple values, the values must be separated by spaces
  341. (for example, a list of distinguished names).
  342. .
  343. MessageId=13
  344. SymbolicName=USAGE_DSGET_COMPUTER_EXAMPLES
  345. Language=English
  346. Examples:
  347. To find all computers in a given OU whose name starts with "tst" and show
  348. their descriptions.
  349. dsquery computer ou=Test,dc=microsoft,dc=com -name tst* |
  350. dsget computer -desc
  351. To show the list of groups, recursively expanded, to which a given computer
  352. "MyDBServer" belongs:
  353. dsget computer cn=MyDBServer,cn=computers,dc=microsoft,dc=com
  354. -memberof -expand
  355. To display the effective quota and quota used of a given computer
  356. "MyDBServer" on a given partition "cn=domain1,dc=microsoft,dc=com", type:
  357. dsget computer cn=MyDBServer,cn=computers,dc=microsoft,dc=com
  358. -part cn=domain1,dc=microsoft,dc=com -qlimit -qused
  359. .
  360. MessageId=14
  361. SymbolicName=USAGE_DSGET_COMPUTER_SEE_ALSO
  362. Language=English
  363. See also:
  364. dsget - describes parameters that apply to all commands.
  365. dsget computer - displays properties of computers in the directory.
  366. dsget contact - displays properties of contacts in the directory.
  367. dsget subnet - displays properties of subnets in the directory.
  368. dsget group - displays properties of groups in the directory.
  369. dsget ou - displays properties of ou's in the directory.
  370. dsget server - displays properties of servers in the directory.
  371. dsget site - displays properties of sites in the directory.
  372. dsget user - displays properties of users in the directory.
  373. dsget quota - displays properties of quotas in the directory.
  374. dsget partition - displays properties of partitions in the directory.
  375. Directory Service command-line tools help:
  376. dsadd /? - help for adding objects.
  377. dsget /? - help for displaying objects.
  378. dsmod /? - help for modifying objects.
  379. dsmove /? - help for moving objects.
  380. dsquery /? - help for finding objects matching search criteria.
  381. dsrm /? - help for deleting objects.
  382. .
  383. MessageId=15
  384. SymbolicName=USAGE_DSGET_GROUP_DESCRIPTION
  385. Language=English
  386. Description: Displays the various properties of a group including the
  387. members of a group in the directory. There are two variations
  388. of this command. The first variation allows you to view the
  389. properties of multiple groups. The second variation allows you
  390. to view the group membership information of a single group.
  391. .
  392. MessageId=16
  393. SymbolicName=USAGE_DSGET_GROUP_SYNTAX
  394. Language=English
  395. Syntax: dsget group <GroupDN ...> [-dn] [-samid] [-sid] [-desc] [-secgrp]
  396. [-scope] [{-s <Server> | -d <Domain>}] [-u <UserName>]
  397. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  398. [-part <PartitionDN> [-qlimit] [-qused]]
  399. dsget group <GroupDN> [{-memberof | -members} [-expand]]
  400. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  401. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  402. .
  403. MessageId=17
  404. SymbolicName=USAGE_DSGET_GROUP_PARAMETERS
  405. Language=English
  406. Parameters:
  407. Value Description
  408. <GroupDN ...> Required/stdin. Distinguished names (DNs) of one
  409. or more groups to view.
  410. If the target objects are omitted they
  411. will be taken from standard input (stdin)
  412. to support piping of output from another command
  413. to input of this command.
  414. Compare with <GroupDN> below.
  415. -dn Displays the group DN.
  416. -samid Displays the group SAM account name.
  417. -sid Displays the group Security ID.
  418. -desc Displays the group description.
  419. -secgrp Displays if the group is a security group or not.
  420. -scope Displays the scope of the group - Local, Global
  421. or Universal.
  422. <GroupDN> Required. DN of group to view.
  423. {-memberof | -members}
  424. Displays the groups of the group
  425. is a member (-memberof), or
  426. displays the members of the group (-members).
  427. -expand For -memberof, displays the recursively expanded
  428. list of groups of which the group is a member.
  429. This option takes the immediate group membership list
  430. of the group and then recursively expands each group
  431. in this list to determine its group memberships
  432. and arrive at a complete set of the groups.
  433. For -members, displays the recursively expanded list
  434. of members of the group. This option takes the
  435. immediate list of members of the group and
  436. then recursively expands each group in this list
  437. to determine its group memberships and arrive
  438. at a complete set of its members.
  439. {-s <Server> | -d <Domain>}
  440. -s <Server> connects to the domain controller (DC)
  441. with name <Server>.
  442. -d <Domain> connects to a DC in domain <Domain>.
  443. Default: a DC in the logon domain.
  444. -u <UserName> Connect as <UserName>. Default: the logged in user.
  445. User name can be: user name, domain\user name,
  446. or user principal name (UPN).
  447. -p {<Password> | *} Password for the user <UserName>. If * then prompt for
  448. password.
  449. -c Continuous operation mode: report errors but continue
  450. with next object in argument list when multiple target
  451. objects are specified. Without this option, command
  452. exits on first error.
  453. -q Quiet mode: suppress all output to standard output.
  454. -L Displays the entries in the search result set in a
  455. list format. Default: table format.
  456. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  457. formatted in Unicode.
  458. -uco Specifies that output to pipe or file is
  459. formatted in Unicode.
  460. -uci Specifies that input from pipe or file is
  461. formatted in Unicode.
  462. -part <PartitionDN> Connects to the directory partition with the
  463. distinguished name of <PartitionDN>.
  464. -qlimit Displays the effective quota of the group within
  465. the specified directory partition.
  466. -qused Displays how much of its quota the group has
  467. used within the specified directory partition.
  468. .
  469. MessageId=18
  470. SymbolicName=USAGE_DSGET_GROUP_REMARKS
  471. Language=English
  472. Remarks:
  473. If you do not supply a target object at the command prompt, the target
  474. object is obtained from standard input (stdin). Stdin data can be accepted
  475. from the keyboard, a redirected file, or as piped output from another
  476. command. To mark the end of stdin data from the keyboard or in a redirected
  477. file, use Control+Z, for End of File (EOF).
  478. A quota specification determines the maximum number of directory objects a
  479. given security principal can own in a specific directory partition.
  480. The dsget commands help you view the properties of a specific
  481. object in the directory: the input to dsget is an object
  482. and the output is a list of properties for that object.
  483. To find all objects that meet a given search criterion,
  484. use the dsquery commands (dsquery /?).
  485. If a value that you supply contains spaces, use quotation marks
  486. around the text (for example, "CN=USA Sales,OU=Distribution Lists,
  487. DC=microsoft,DC=com").
  488. If you enter multiple values, the values must be separated by spaces
  489. (for example, a list of distinguished names).
  490. .
  491. MessageId=19
  492. SymbolicName=USAGE_DSGET_GROUP_EXAMPLES
  493. Language=English
  494. Examples:
  495. To find all groups in a given OU whose names start with "adm" and display
  496. their descriptions.
  497. dsquery group ou=Test,dc=microsoft,dc=com -name adm* |
  498. dsget group -desc
  499. To display the list of members, recursively expanded, of the group "Backup
  500. Operators":
  501. dsget group "CN=Backup Operators,ou=Test,dc=microsoft,dc=com" -members
  502. -expand
  503. To display the effective quota and quota used for a group on a specified
  504. partition, type:
  505. dsget group "CN=Backup Operators,OU=Test,DC=microsoft,DC=com"
  506. -part "CN=domain1,dc=microsoft,dc=Com" -qlimit -qused
  507. .
  508. MessageId=20
  509. SymbolicName=USAGE_DSGET_GROUP_SEE_ALSO
  510. Language=English
  511. See also:
  512. dsget - describes parameters that apply to all commands.
  513. dsget computer - displays properties of computers in the directory.
  514. dsget contact - displays properties of contacts in the directory.
  515. dsget subnet - displays properties of subnets in the directory.
  516. dsget group - displays properties of groups in the directory.
  517. dsget ou - displays properties of ou's in the directory.
  518. dsget server - displays properties of servers in the directory.
  519. dsget site - displays properties of sites in the directory.
  520. dsget user - displays properties of users in the directory.
  521. dsget quota - displays properties of quotas in the directory.
  522. dsget partition - displays properties of partitions in the directory.
  523. Directory Service command-line tools help:
  524. dsadd /? - help for adding objects.
  525. dsget /? - help for displaying objects.
  526. dsmod /? - help for modifying objects.
  527. dsmove /? - help for moving objects.
  528. dsquery /? - help for finding objects matching search criteria.
  529. dsrm /? - help for deleting objects.
  530. .
  531. MessageId=21
  532. SymbolicName=USAGE_DSGET_OU_DESCRIPTION
  533. Language=English
  534. Description: Displays properties of an organizational unit in the
  535. directory.
  536. .
  537. MessageId=22
  538. SymbolicName=USAGE_DSGET_OU_SYNTAX
  539. Language=English
  540. Syntax: dsget ou <OrganizationalUnitDN ...> [-dn] [-desc]
  541. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  542. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  543. .
  544. MessageId=23
  545. SymbolicName=USAGE_DSGET_OU_PARAMETERS
  546. Language=English
  547. Parameters:
  548. Value Description
  549. <OrganizationalUnitDN ...>
  550. Required/stdin. Distinguished names (DNs) of one
  551. or more organizational units (OUs) to view.
  552. If the target objects are omitted they
  553. will be taken from standard input (stdin)
  554. to support piping of output from another
  555. command to input of this command.
  556. -dn Displays the OU DN.
  557. -desc Displays the OU description.
  558. {-s <Server> | -d <Domain>}
  559. -s <Server> connects to the domain controller (DC)
  560. with name <Server>.
  561. -d <Domain> connects to a DC in domain <Domain>.
  562. Default: a DC in the logon domain.
  563. -u <UserName> Connect as <UserName>. Default: the logged in user.
  564. User name can be: user name, domain\user name,
  565. or user principal name (UPN).
  566. -p {<Password> | *} Password for the user <UserName>. If * then prompt for
  567. password.
  568. -c Continuous operation mode: report errors but continue
  569. with next object in argument list when multiple target
  570. objects are specified. Without this option, command
  571. exits on first error.
  572. -q Quiet mode: suppress all output to standard output.
  573. -L Displays the entries in the search result set in a
  574. list format. Default: table format.
  575. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  576. formatted in Unicode.
  577. -uco Specifies that output to pipe or file is
  578. formatted in Unicode.
  579. -uci Specifies that input from pipe or file is
  580. formatted in Unicode.
  581. .
  582. MessageId=24
  583. SymbolicName=USAGE_DSGET_OU_REMARKS
  584. Language=English
  585. Remarks:
  586. If you do not supply a target object at the command prompt, the target
  587. object is obtained from standard input (stdin). Stdin data can be accepted
  588. from the keyboard, a redirected file, or as piped output from another
  589. command. To mark the end of stdin data from the keyboard or in a redirected
  590. file, use Control+Z, for End of File (EOF).
  591. The dsget commands help you view the properties of a specific object in the
  592. directory: the input to dsget is an object and the output is a list of
  593. properties for that object.
  594. To find all objects that meet a given search criterion, use the dsquery
  595. commands (dsquery /?).
  596. If a value that you supply contains spaces, use quotation marks
  597. around the text (for example, "OU=Domain Controllers,DC=microsoft,DC=com").
  598. If you enter multiple values, the values must be separated by spaces
  599. (for example, a list of distinguished names).
  600. .
  601. MessageId=25
  602. SymbolicName=USAGE_DSGET_OU_EXAMPLES
  603. Language=English
  604. Examples:
  605. To find all OU's in the current domain and display their descriptions.
  606. dsquery ou domainroot | dsget ou -desc
  607. .
  608. MessageId=26
  609. SymbolicName=USAGE_DSGET_OU_SEE_ALSO
  610. Language=English
  611. See also:
  612. dsget - describes parameters that apply to all commands.
  613. dsget computer - displays properties of computers in the directory.
  614. dsget contact - displays properties of contacts in the directory.
  615. dsget subnet - displays properties of subnets in the directory.
  616. dsget group - displays properties of groups in the directory.
  617. dsget ou - displays properties of ou's in the directory.
  618. dsget server - displays properties of servers in the directory.
  619. dsget site - displays properties of sites in the directory.
  620. dsget user - displays properties of users in the directory.
  621. dsget quota - displays properties of quotas in the directory.
  622. dsget partition - displays properties of partitions in the directory.
  623. Directory Service command-line tools help:
  624. dsadd /? - help for adding objects.
  625. dsget /? - help for displaying objects.
  626. dsmod /? - help for modifying objects.
  627. dsmove /? - help for moving objects.
  628. dsquery /? - help for finding objects matching search criteria.
  629. dsrm /? - help for deleting objects.
  630. .
  631. MessageId=27
  632. SymbolicName=USAGE_DSGET_CONTACT_DESCRIPTION
  633. Language=English
  634. Description: Displays properties of a contact in the directory.
  635. .
  636. MessageId=28
  637. SymbolicName=USAGE_DSGET_CONTACT_SYNTAX
  638. Language=English
  639. Syntax: dsget contact <ContactDN ...> [-dn] [-fn] [-mi] [-ln]
  640. [-display] [-desc] [-office] [-tel] [-email] [-hometel]
  641. [-pager] [-mobile] [-fax] [-iptel] [-title] [-dept]
  642. [-company] [{-s <Server> | -d <Domain>}]
  643. [-u <UserName>] [-p {<Password> | *}] [-c] [-q] [-l]
  644. [{-uc | -uco | -uci}]
  645. .
  646. MessageId=29
  647. SymbolicName=USAGE_DSGET_CONTACT_PARAMETERS
  648. Language=English
  649. Parameters:
  650. Value Description
  651. <ContactDN ...> Required/stdin. Specifies Distinguished names (DNs)
  652. of one or more contacts to view.
  653. If the target objects are omitted they
  654. will be taken from standard input (stdin)
  655. to support piping of output from another
  656. command to input of this command.
  657. -dn Specifies the contact DN.
  658. -fn Specifies the contact first name.
  659. -mi Specifies the contact middle initial.
  660. -ln Specifies the contact last name.
  661. -display Specifies the contact display name.
  662. -desc Specifies the contact description.
  663. -office Specifies the contact office location.
  664. -tel Specifies the contact telephone#.
  665. -email Specifies the contact e-mail address.
  666. -hometel Specifies the contact home phone#.
  667. -pager Specifies the contact pager#.
  668. -mobile Specifies the contact mobile#.
  669. -fax Specifies the contact fax#.
  670. -iptel Specifies the contact IP phone#.
  671. -title Specifies the contact title.
  672. -dept Specifies the contact department.
  673. -company Specifies the contact company info.
  674. {-s <Server> | -d <Domain>}
  675. -s <Server> connects to the domain controller (DC)
  676. with name <Server>.
  677. -d <Domain> connects to a DC in domain <Domain>.
  678. Default: a DC in the logon domain.
  679. -u <UserName> Connect as <UserName>. Default: the logged in user.
  680. User name can be: user name, domain\user name,
  681. or user principal name (UPN).
  682. -p {<Password> | *}
  683. Password for the user <UserName>. If * then prompt for
  684. password.
  685. -c Continuous operation mode: report errors but continue
  686. with next object in argument list when multiple target
  687. objects are specified. Without this option, command
  688. exits on first error.
  689. -q Quiet mode: suppress all output to standard output.
  690. -L Displays the entries in the search result set in a
  691. list format. Default: table format.
  692. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  693. formatted in Unicode.
  694. -uco Specifies that output to pipe or file is
  695. formatted in Unicode.
  696. -uci Specifies that input from pipe or file is
  697. formatted in Unicode.
  698. .
  699. MessageId=30
  700. SymbolicName=USAGE_DSGET_CONTACT_REMARKS
  701. Language=English
  702. Remarks:
  703. If you do not supply a target object at the command prompt, the target
  704. object is obtained from standard input (stdin). Stdin data can be accepted
  705. from the keyboard, a redirected file, or as piped output from another
  706. command. To mark the end of stdin data from the keyboard or in a redirected
  707. file, use Control+Z, for End of File (EOF).
  708. The dsget commands help you view the properties of a
  709. specific object in the directory: the input to dsget is
  710. an object and the output is a list of properties for that object.
  711. To find all objects that meet a given search criterion,
  712. use the dsquery commands (dsquery /?).
  713. If a value that you supply contains spaces, use quotation marks
  714. around the text (for example, "CN=John Smith,OU=Contacts,DC=microsoft,
  715. DC=com").
  716. If you enter multiple values, the values must be separated by spaces
  717. (for example, a list of distinguished names).
  718. .
  719. MessageId=31
  720. SymbolicName=USAGE_DSGET_CONTACT_EXAMPLES
  721. Language=English
  722. Examples:
  723. To display the description and phone numbers for contacts
  724. "Jon Smith" and "Jona Jones".
  725. dsget contact "CN=John Doe,OU=Contacts,DC=microsoft,DC=com"
  726. "CN=Jane Doe,OU=Contacts,DC=microsoft,DC=com" -desc -tel
  727. .
  728. MessageId=32
  729. SymbolicName=USAGE_DSGET_CONTACT_SEE_ALSO
  730. Language=English
  731. See also:
  732. dsget - describes parameters that apply to all commands.
  733. dsget computer - displays properties of computers in the directory.
  734. dsget contact - displays properties of contacts in the directory.
  735. dsget subnet - displays properties of subnets in the directory.
  736. dsget group - displays properties of groups in the directory.
  737. dsget ou - displays properties of ou's in the directory.
  738. dsget server - displays properties of servers in the directory.
  739. dsget site - displays properties of sites in the directory.
  740. dsget user - displays properties of users in the directory.
  741. dsget quota - displays properties of quotas in the directory.
  742. dsget partition - displays properties of partitions in the directory.
  743. Directory Service command-line tools help:
  744. dsadd /? - help for adding objects.
  745. dsget /? - help for displaying objects.
  746. dsmod /? - help for modifying objects.
  747. dsmove /? - help for moving objects.
  748. dsquery /? - help for finding objects matching search criteria.
  749. dsrm /? - help for deleting objects.
  750. .
  751. MessageId=33
  752. SymbolicName=USAGE_DSGET_SUBNET_DESCRIPTION
  753. Language=English
  754. Description: Displays properties of a subnet defined
  755. in the directory.
  756. .
  757. MessageId=34
  758. SymbolicName=USAGE_DSGET_SUBNET_SYNTAX
  759. Language=English
  760. Syntax: dsget subnet <SubnetCN ...> [-dn] [-desc] [-loc] [-site]
  761. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  762. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  763. .
  764. MessageId=35
  765. SymbolicName=USAGE_DSGET_SUBNET_PARAMETERS
  766. Language=English
  767. Parameters:
  768. Value Description
  769. <SubnetCN ...> Required/stdin. Common name (CN) of one
  770. or more subnets to view. The format is
  771. the subnet's RDN (see examples below).
  772. -dn Displays the subnet distinguished name (DN).
  773. If the target objects are omitted they
  774. will be taken from standard input (stdin)
  775. to support piping of output from another
  776. command to input of this command.
  777. -desc Displays the subnet description.
  778. -loc Displays the subnet location.
  779. -site Displays the site name associated with the subnet.
  780. {-s <Server> | -d <Domain>}
  781. -s <Server> connects to the domain controller (DC)
  782. with name <Server>.
  783. -d <Domain> connects to a DC in domain <Domain>.
  784. Default: a DC in the logon domain.
  785. -u <UserName> Connect as <UserName>. Default: the logged in user.
  786. User name can be: user name, domain\user name,
  787. or user principal name (UPN).
  788. -p {<Password> | *}
  789. Password for the user <UserName>. If * then prompt for
  790. password.
  791. -c Continuous operation mode: report errors but continue
  792. with next object in argument list when multiple target
  793. objects are specified. Without this option, command
  794. exits on first error.
  795. -q Quiet mode: suppress all output to standard output.
  796. -L Displays the entries in the search result set in a
  797. list format. Default: table format.
  798. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  799. formatted in Unicode.
  800. -uco Specifies that output to pipe or file is
  801. formatted in Unicode.
  802. -uci Specifies that input from pipe or file is
  803. formatted in Unicode.
  804. .
  805. MessageId=36
  806. SymbolicName=USAGE_DSGET_SUBNET_REMARKS
  807. Language=English
  808. Remarks:
  809. If you do not supply a target object at the command prompt, the target
  810. object is obtained from standard input (stdin). Stdin data can be accepted
  811. from the keyboard, a redirected file, or as piped output from another
  812. command. To mark the end of stdin data from the keyboard or in a redirected
  813. file, use Control+Z, for End of File (EOF).
  814. The dsget commands help you view the properties of
  815. a specific object in the directory: the input to dsget is
  816. an object and the output is a list of properties for that object.
  817. To find all objects that meet a given search criterion,
  818. use the dsquery commands (dsquery /?).
  819. If a value that you supply contains spaces, use quotation marks
  820. around the text (for example, "123.56.15.0/24,CN=Subnets,CN=Sites
  821. ,CN=Configuration,DC=My Domain,DC=microsoft,DC=com").
  822. If you enter multiple values, the values must be separated by spaces
  823. (for example, a list of subnet common names).
  824. .
  825. MessageId=37
  826. SymbolicName=USAGE_DSGET_SUBNET_EXAMPLES
  827. Language=English
  828. Examples:
  829. To show all relevant properties for the subnets "123.56.15.0/24" and
  830. "123.56.16.0/24":
  831. dsget subnet
  832. "123.56.15.0/24,CN=Subnets,CN=Sites,CN=Configuration,DC=microsoft,DC=com"
  833. "123.56.16.0/24,CN=Subnets,CN=Sites,CN=Configuration,DC=microsoft,DC=com"
  834. .
  835. MessageId=38
  836. SymbolicName=USAGE_DSGET_SUBNET_SEE_ALSO
  837. Language=English
  838. See also:
  839. dsget - describes parameters that apply to all commands.
  840. dsget computer - displays properties of computers in the directory.
  841. dsget contact - displays properties of contacts in the directory.
  842. dsget subnet - displays properties of subnets in the directory.
  843. dsget group - displays properties of groups in the directory.
  844. dsget ou - displays properties of ou's in the directory.
  845. dsget server - displays properties of servers in the directory.
  846. dsget site - displays properties of sites in the directory.
  847. dsget user - displays properties of users in the directory.
  848. dsget quota - displays properties of quotas in the directory.
  849. dsget partition - displays properties of partitions in the directory.
  850. Directory Service command-line tools help:
  851. dsadd /? - help for adding objects.
  852. dsget /? - help for displaying objects.
  853. dsmod /? - help for modifying objects.
  854. dsmove /? - help for moving objects.
  855. dsquery /? - help for finding objects matching search criteria.
  856. dsrm /? - help for deleting objects.
  857. .
  858. MessageId=39
  859. SymbolicName=USAGE_DSGET_SITE_DESCRIPTION
  860. Language=English
  861. Description: Display properties of a site defined in the directory.
  862. .
  863. MessageId=40
  864. SymbolicName=USAGE_DSGET_SITE_SYNTAX
  865. Language=English
  866. Syntax: dsget site <SiteCN ...> [-dn] [-desc] [-autotopology]
  867. [-cachegroups] [-prefGCsite] [{-s <Server> | -d <Domain>}]
  868. [-u <UserName>] [-p {<Password> | *}] [-c] [-q] [-l]
  869. [{-uc | -uco | -uci}]
  870. .
  871. MessageId=41
  872. SymbolicName=USAGE_DSGET_SITE_PARAMETERS
  873. Language=English
  874. Parameters:
  875. Value Description
  876. <SiteCN ...> Required/stdin. Common name (CN) of one
  877. or more sites to view.
  878. If the target objects are omitted they
  879. will be taken from standard input (stdin)
  880. to support piping of output from another
  881. command to input of this command.
  882. -dn Specifies the site's distinguished name (DN).
  883. -desc Specifies the site's description.
  884. -autotopology Specifies if automatic inter-site topology generation
  885. is enabled (yes) or disabled (no).
  886. -cachegroups Specifies if caching of group membership is enabled
  887. to support GC-less logon (yes) or disabled (no).
  888. -prefGCsite Specifies the preferred GC site name if caching
  889. of groups is enabled.
  890. {-s <Server> | -d <Domain>}
  891. -s <Server> connects to the domain controller (DC)
  892. with name <Server>.
  893. -d <Domain> connects to a DC in domain <Domain>.
  894. Default: a DC in the logon domain.
  895. -u <UserName> Connect as <UserName>. Default: the logged in user.
  896. User name can be: user name, domain\user name,
  897. or user principal name (UPN).
  898. -p {<Password> | *}
  899. Password for the user <UserName>. If * then prompt for
  900. password.
  901. -c Continuous operation mode: report errors but continue
  902. with next object in argument list when multiple target
  903. objects are specified. Without this option, command
  904. exits on first error.
  905. -q Quiet mode: suppress all output to standard output.
  906. -L Displays the entries in the search result set in a
  907. list format. Default: table format.
  908. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  909. formatted in Unicode.
  910. -uco Specifies that output to pipe or file is
  911. formatted in Unicode.
  912. -uci Specifies that input from pipe or file is
  913. formatted in Unicode.
  914. .
  915. MessageId=42
  916. SymbolicName=USAGE_DSGET_SITE_REMARKS
  917. Language=English
  918. Remarks:
  919. If you do not supply a target object at the command prompt, the target
  920. object is obtained from standard input (stdin). Stdin data can be accepted
  921. from the keyboard, a redirected file, or as piped output from another
  922. command. To mark the end of stdin data from the keyboard or in a redirected
  923. file, use Control+Z, for End of File (EOF).
  924. The dsget commands help you view the properties of a
  925. specific object in the directory: the input to dsget is
  926. an object and the output is a list of properties for that object.
  927. To find all objects that meet a given search criterion,
  928. use the dsquery commands (dsquery /?).
  929. If a value that you supply contains spaces, use quotation marks
  930. around the text (for example, "CN=John Smith,CN=Users,DC=microsoft,DC=com").
  931. If you enter multiple values, the values must be separated by spaces
  932. (for example, a list of distinguished names).
  933. .
  934. MessageId=43
  935. SymbolicName=USAGE_DSGET_SITE_EXAMPLES
  936. Language=English
  937. Examples:
  938. To find all sites in the forest and display their descriptions.
  939. dsquery site | dsget site -dn -desc
  940. .
  941. MessageId=44
  942. SymbolicName=USAGE_DSGET_SITE_SEE_ALSO
  943. Language=English
  944. See also:
  945. dsget - describes parameters that apply to all commands.
  946. dsget computer - displays properties of computers in the directory.
  947. dsget contact - displays properties of contacts in the directory.
  948. dsget subnet - displays properties of subnets in the directory.
  949. dsget group - displays properties of groups in the directory.
  950. dsget ou - displays properties of ou's in the directory.
  951. dsget server - displays properties of servers in the directory.
  952. dsget site - displays properties of sites in the directory.
  953. dsget user - displays properties of users in the directory.
  954. dsget quota - displays properties of quotas in the directory.
  955. dsget partition - displays properties of partitions in the directory.
  956. Directory Service command-line tools help:
  957. dsadd /? - help for adding objects.
  958. dsget /? - help for displaying objects.
  959. dsmod /? - help for modifying objects.
  960. dsmove /? - help for moving objects.
  961. dsquery /? - help for finding objects matching search criteria.
  962. dsrm /? - help for deleting objects.
  963. .
  964. MessageId=45
  965. SymbolicName=USAGE_DSGET_SLINK_DESCRIPTION
  966. Language=English
  967. Description: Displays properties of a sitelink defined in the directory.
  968. .
  969. MessageId=46
  970. SymbolicName=USAGE_DSGET_SLINK_SYNTAX
  971. Language=English
  972. Syntax: dsget slink <SlinkCN ...> [-transport {ip | smtp}]
  973. [-dn] [-desc] [-cost] [-replint] [-site] [-autobacksync]
  974. [-notify] [{-s <Server> | -d <Domain>}] [-u <UserName>]
  975. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  976. .
  977. MessageId=47
  978. SymbolicName=USAGE_DSGET_SLINK_PARAMETERS
  979. Language=English
  980. Parameters:
  981. Value Description
  982. <SlinkCN ...> Required/stdin. Common name (CN) of one
  983. or more sites to view.
  984. If the target objects are omitted they
  985. will be taken from standard input (stdin).
  986. -transport {ip | smtp} Inter-site transport type: IP or SMTP. Default: IP.
  987. All sitelinks given by <SlinkCN> are
  988. treated to be of the same type.
  989. -dn Displays the sitelink distinguished name (DN).
  990. -desc Displays the sitelink description.
  991. -cost Displays the cost associated with the sitelink.
  992. -replint Displays the sitelink replication interval (minutes).
  993. -site Displays the list of site names linked by the
  994. sitelink.
  995. -autobacksync Displays if two-way sync option for the site link is
  996. enabled (Yes) or disabled (No).
  997. -notify Displays if notification by source on this link is
  998. enabled (Yes) or disabled (No).
  999. {-s <Server> | -d <Domain>}
  1000. -s <Server> connects to the domain controller (DC)
  1001. with name <Server>.
  1002. -d <Domain> connects to a DC in domain <Domain>.
  1003. Default: a DC in the logon domain.
  1004. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1005. User name can be: user name, domain\user name,
  1006. or user principal name (UPN).
  1007. -p {<Password> | *} Password for the user <UserName>. If * then prompt
  1008. for password.
  1009. -c Continuous operation mode: report errors but continue
  1010. with next object in argument list when multiple
  1011. target objects are specified. Without this option,
  1012. command exits on first error.
  1013. -q Quiet mode: suppress all output to standard output.
  1014. -L Displays the entries in the search result set in a
  1015. list format. Default: table format.
  1016. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1017. formatted in Unicode.
  1018. -uco Specifies that output to pipe or file is
  1019. formatted in Unicode.
  1020. -uci Specifies that input from pipe or file is
  1021. formatted in Unicode.
  1022. .
  1023. MessageId=48
  1024. SymbolicName=USAGE_DSGET_SLINK_REMARKS
  1025. Language=English
  1026. Remarks:
  1027. If you do not supply a target object at the command prompt, the target
  1028. object is obtained from standard input (stdin). Stdin data can be accepted
  1029. from the keyboard, a redirected file, or as piped output from another
  1030. command. To mark the end of stdin data from the keyboard or in a redirected
  1031. file, use Control+Z, for End of File (EOF).
  1032. The dsget commands help you view the properties of a
  1033. specific object in the directory: the input to dsget is
  1034. an object and the output is a list of properties for that object.
  1035. To find all objects that meet a given search criterion,
  1036. use the dsquery commands (dsquery /?).
  1037. If a value that you supply contains spaces, use quotation marks
  1038. around the text (for example, "CN=John Smith,CN=Users,DC=microsoft,DC=com").
  1039. If you enter multiple values, the values must be separated by spaces
  1040. (for example, a list of distinguished names).
  1041. Examples:
  1042. To find all SMTP sitelinks in the forest and display their associated sites.
  1043. dsquery slink -transport smtp | dsget slink -dn -site
  1044. .
  1045. MessageId=49
  1046. SymbolicName=USAGE_DSGET_SLINK_SEE_ALSO
  1047. Language=English
  1048. See also:
  1049. dsget - describes parameters that apply to all commands.
  1050. dsget computer - displays properties of computers in the directory.
  1051. dsget contact - displays properties of contacts in the directory.
  1052. dsget subnet - displays properties of subnets in the directory.
  1053. dsget group - displays properties of groups in the directory.
  1054. dsget ou - displays properties of ou's in the directory.
  1055. dsget server - displays properties of servers in the directory.
  1056. dsget site - displays properties of sites in the directory.
  1057. dsget user - displays properties of users in the directory.
  1058. Directory Service command-line tools help:
  1059. dsadd /? - help for adding objects.
  1060. dsget /? - help for displaying objects.
  1061. dsmod /? - help for modifying objects.
  1062. dsmove /? - help for moving objects.
  1063. dsquery /? - help for finding objects matching search criteria.
  1064. dsrm /? - help for deleting objects.
  1065. .
  1066. MessageId=50
  1067. SymbolicName=USAGE_DSGET_SLINKBR_DESCRIPTION
  1068. Language=English
  1069. Description: dsget slinkbr displays properties of a sitelink bridge
  1070. .
  1071. MessageId=51
  1072. SymbolicName=USAGE_DSGET_SLINKBR_SYNTAX
  1073. Language=English
  1074. Syntax: dsadd slinkbr <SlinkbrCN ...> [-transport {ip | smtp}]
  1075. [-desc <Description>] [-slink] [{-s <Server> | -d <Domain>}]
  1076. [-u <UserName>] [-p {<Password> | *}] [-c] [-q] [-l]
  1077. [{-uc | -uco | -uci}]
  1078. .
  1079. MessageId=52
  1080. SymbolicName=USAGE_DSGET_SLINKBR_PARAMETERS
  1081. Language=English
  1082. Parameters:
  1083. Value Description
  1084. <SlinkbrCN ...> Required/stdin. Common name of one or more
  1085. sitelink bridges to view.
  1086. If the target objects are omitted they
  1087. will be taken from standard input (stdin).
  1088. -transport {ip | smtp} Inter-site transport type: IP or SMTP. Default: IP.
  1089. All site link bridges given by <Name> are
  1090. treated to be of the same type.
  1091. -dn Displays the site link bridge distinguished names
  1092. (DN).
  1093. -desc <Description> Displays the site link bridge description.
  1094. -slink Displays the list of site links in the sitelink
  1095. bridge.
  1096. {-s <Server> | -d <Domain>}
  1097. -s <Server> connects to the domain controller (DC)
  1098. with name <Server>.
  1099. -d <Domain> connects to a DC in domain <Domain>.
  1100. Default: a DC in the logon domain.
  1101. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1102. User name can be: user name, domain\user name,
  1103. or user principal name (UPN).
  1104. -p {<Password> | *} Password for the user <UserName>. If * then prompt
  1105. for password.
  1106. -c Continuous operation mode: report errors but continue
  1107. with next object in argument list when multiple
  1108. target objects are specified. Without this option,
  1109. command exits on first error.
  1110. -q Quiet mode: suppress all output to standard output.
  1111. -L Displays the entries in the search result set in a
  1112. list format. Default: table format.
  1113. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1114. formatted in Unicode.
  1115. -uco Specifies that output to pipe or file is
  1116. formatted in Unicode.
  1117. -uci Specifies that input from pipe or file is
  1118. formatted in Unicode.
  1119. .
  1120. MessageId=53
  1121. SymbolicName=USAGE_DSGET_SLINKBR_REMARKS
  1122. Language=English
  1123. Remarks:
  1124. If you do not supply a target object at the command prompt, the target
  1125. object is obtained from standard input (stdin). Stdin data can be accepted
  1126. from the keyboard, a redirected file, or as piped output from another
  1127. command. To mark the end of stdin data from the keyboard or in a redirected
  1128. file, use Control+Z, for End of File (EOF).
  1129. The dsget commands help you view the properties of a
  1130. specific object in the directory: the input to dsget is
  1131. an object and the output is a list of properties for that
  1132. object. To find all objects that meet a given search criterion,
  1133. use the dsquery commands (dsquery /?).
  1134. If a value that you supply contains spaces, use quotation marks
  1135. around the text (for example, "CN=John Smith,CN=Users,DC=microsoft,DC=com").
  1136. If you enter multiple values, the values must be separated by spaces
  1137. (for example, a list of distinguished names).
  1138. Examples:
  1139. To find all SMTP sitelink bridges in the forest and display their associated
  1140. site links.
  1141. dsquery slinkbr -transport smtp | dsget slinkbr -dn -slink
  1142. .
  1143. MessageId=54
  1144. SymbolicName=USAGE_DSGET_SLINKBR_SEE_ALSO
  1145. Language=English
  1146. See also:
  1147. dsget - describes parameters that apply to all commands.
  1148. dsget computer - displays properties of computers in the directory.
  1149. dsget contact - displays properties of contacts in the directory.
  1150. dsget subnet - displays properties of subnets in the directory.
  1151. dsget group - displays properties of groups in the directory.
  1152. dsget ou - displays properties of ou's in the directory.
  1153. dsget server - displays properties of servers in the directory.
  1154. dsget site - displays properties of sites in the directory.
  1155. dsget user - displays properties of users in the directory.
  1156. Directory Service command-line tools help:
  1157. dsadd /? - help for adding objects.
  1158. dsget /? - help for displaying objects.
  1159. dsmod /? - help for modifying objects.
  1160. dsmove /? - help for moving objects.
  1161. dsquery /? - help for finding objects matching search criteria.
  1162. dsrm /? - help for deleting objects.
  1163. .
  1164. MessageId=55
  1165. SymbolicName=USAGE_DSGET_CONN_DESCRIPTION
  1166. Language=English
  1167. Description: Displays properties of a replication connection.
  1168. .
  1169. MessageId=56
  1170. SymbolicName=USAGE_DSGET_CONN_SYNTAX
  1171. Language=English
  1172. Syntax: dsget conn <ConnDN ...> [-dn] [-desc] [-from] [-transport]
  1173. [-enabled] [-manual] [-autobacksync] [-notify]
  1174. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  1175. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  1176. .
  1177. MessageId=57
  1178. SymbolicName=USAGE_DSGET_CONN_PARAMETERS
  1179. Language=English
  1180. Parameters:
  1181. Value Description
  1182. <ConnDN ...> Required/stdin. Distinguished names (DNs) of one
  1183. or more connections to view.
  1184. If the target objects are omitted they
  1185. will be taken from standard input (stdin).
  1186. -dn Show the connection DN.
  1187. -desc Show the connection description.
  1188. -from Show the server name at the from-end of connection.
  1189. -transport Show the transport type (rpc, ip, smtp) of connection.
  1190. -enabled Show if the connection is enabled.
  1191. -manual Show if the connection is under manual control (yes) or
  1192. under automatic KCC control (no).
  1193. -autobacksync Show if automatic two-way sync for the connection is
  1194. enabled (yes) or disabled (no).
  1195. -notify Show if notification by source for the connection is
  1196. enabled (yes), disabled (no) or set to default behavior.
  1197. {-s <Server> | -d <Domain>}
  1198. -s <Server> connects to the domain controller (DC)
  1199. with name <Server>.
  1200. -d <Domain> connects to a DC in domain <Domain>.
  1201. Default: a DC in the logon domain.
  1202. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1203. User name can be: user name, domain\user name,
  1204. or user principal name (UPN).
  1205. -p {<Password> | *}
  1206. Password for the user <UserName>. If * then prompt for
  1207. password.
  1208. -c Continuous operation mode: report errors but continue
  1209. with next object in argument list when multiple target
  1210. objects are specified. Without this option, command
  1211. exits on first error.
  1212. -q Quiet mode: suppress all output to standard output.
  1213. -L Displays the entries in the search result set in a
  1214. list format. Default: table format.
  1215. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1216. formatted in Unicode.
  1217. -uco Specifies that output to pipe or file is
  1218. formatted in Unicode.
  1219. -uci Specifies that input from pipe or file is
  1220. formatted in Unicode.
  1221. .
  1222. MessageId=58
  1223. SymbolicName=USAGE_DSGET_CONN_REMARKS
  1224. Language=English
  1225. Remarks:
  1226. If you do not supply a target object at the command prompt, the target
  1227. object is obtained from standard input (stdin). Stdin data can be accepted
  1228. from the keyboard, a redirected file, or as piped output from another
  1229. command. To mark the end of stdin data from the keyboard or in a redirected
  1230. file, use Control+Z, for End of File (EOF).
  1231. The dsget commands help you view the properties of a
  1232. specific object in the directory: the input to dsget is
  1233. an object and the output is a list of properties for that object.
  1234. To find all objects that meet a given search criterion,
  1235. use the dsquery commands (dsquery /?).
  1236. If a value that you supply contains spaces, use quotation marks
  1237. around the text (for example, "CN=John Smith,CN=Users,DC=microsoft,DC=com").
  1238. If you enter multiple values, the values must be separated by spaces
  1239. (for example, a list of distinguished names).
  1240. .
  1241. MessageId=59
  1242. SymbolicName=USAGE_DSGET_CONN_EXAMPLES
  1243. Language=English
  1244. Examples:
  1245. To find all connections for server CORPDC1 and show their from-end servers
  1246. and enabled states.
  1247. dsquery conn -to CORPDC1 | dsget conn -dn -from -enabled
  1248. .
  1249. MessageId=60
  1250. SymbolicName=USAGE_DSGET_CONN_SEE_ALSO
  1251. Language=English
  1252. See also:
  1253. dsget - describes parameters that apply to all commands.
  1254. dsget computer - displays properties of computers in the directory.
  1255. dsget contact - displays properties of contacts in the directory.
  1256. dsget subnet - displays properties of subnets in the directory.
  1257. dsget group - displays properties of groups in the directory.
  1258. dsget ou - displays properties of ou's in the directory.
  1259. dsget server - displays properties of servers in the directory.
  1260. dsget site - displays properties of sites in the directory.
  1261. dsget user - displays properties of users in the directory.
  1262. Directory Service command-line tools help:
  1263. dsadd /? - help for adding objects.
  1264. dsget /? - help for displaying objects.
  1265. dsmod /? - help for modifying objects.
  1266. dsmove /? - help for moving objects.
  1267. dsquery /? - help for finding objects matching search criteria.
  1268. dsrm /? - help for deleting objects.
  1269. .
  1270. MessageId=61
  1271. SymbolicName=USAGE_DSGET_SERVER_DESCRIPTION
  1272. Language=English
  1273. Description: This command displays the various properties of a domain
  1274. controller. There are three variations of this command. The
  1275. first variation displays the general properties of a
  1276. specified domain controller. The second variation displays
  1277. a list of the security principals who own the largest
  1278. number of directory objects on the specified domain
  1279. controller. The third variation displays the distinguished
  1280. names of the directory partitions on the specified
  1281. server.
  1282. .
  1283. MessageId=62
  1284. SymbolicName=USAGE_DSGET_SERVER_SYNTAX
  1285. Language=English
  1286. Syntax: dsget server <ServerDN ...> [-dn] [-desc] [-dnsname]
  1287. [-site] [-isgc] [{-s <Server> | -d <Domain>}]
  1288. [-u <UserName>] [-p {<Password> | *}] [-c] [-q] [-l]
  1289. [{-uc | -uco | -uci}]
  1290. dsget server <ServerDN ...> [-topobjowner <Display>]
  1291. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  1292. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  1293. dsget server <ServerDN ...> [-part]
  1294. [{-s <Server> | -d <Domain>}] [-u <UserName>]
  1295. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  1296. .
  1297. MessageId=63
  1298. SymbolicName=USAGE_DSGET_SERVER_PARAMETERS
  1299. Language=English
  1300. Parameters:
  1301. Value Description
  1302. <ServerDN ...> Required/stdin. Distinguished names (DNs) of one
  1303. or more servers to view.
  1304. If the target objects are omitted they
  1305. will be taken from standard input (stdin)
  1306. to support piping of output from another
  1307. command to input of this command.
  1308. -dn Displays the server's DN.
  1309. -desc Displays the server's description.
  1310. -dnsname Displays the server's Domain Name System (DNS) host name.
  1311. -site Displays the site to which this server belongs.
  1312. -isgc Displays whether or not the server is a
  1313. global catalog server.
  1314. {-s <Server> | -d <Domain>}
  1315. -s <Server> connects to the domain controller (DC)
  1316. with name <Server>.
  1317. -d <Domain> connects to a DC in domain <Domain>.
  1318. Default: a DC in the logon domain.
  1319. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1320. User name can be: user name, domain\user name,
  1321. or user principal name (UPN).
  1322. -p {<Password> | *}
  1323. Password for the user <UserName>. If * then prompt for
  1324. password.
  1325. -c Continuous operation mode: report errors but continue
  1326. with next object in argument list when multiple target
  1327. objects are specified. Without this option, command
  1328. exits on first error.
  1329. -q Quiet mode: suppress all output to standard output.
  1330. -L Displays the entries in the search result set in a
  1331. list format. Default: table format.
  1332. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1333. formatted in Unicode.
  1334. -uco Specifies that output to pipe or file is
  1335. formatted in Unicode.
  1336. -uci Specifies that input from pipe or file is
  1337. formatted in Unicode.
  1338. -part Displays the distinguished names of the directory
  1339. partitions on the specified server.
  1340. -topobjowner <display>
  1341. Displays a sorted list of the security principals
  1342. (users, computers, security groups, and inetOrgPersons)
  1343. who own the largest number of directory objects across
  1344. all directory partitions on the server and the number
  1345. of directory objects they own. The number of accounts to
  1346. display in the list is specified by <display>. Enter
  1347. "0" to display all object owners. If <display> is not
  1348. specified, the number of principals listed defaults
  1349. to 10.
  1350. .
  1351. MessageId=64
  1352. SymbolicName=USAGE_DSGET_SERVER_REMARKS
  1353. Language=English
  1354. Remarks:
  1355. If you do not supply a target object at the command prompt, the target
  1356. object is obtained from standard input (stdin). Stdin data can be accepted
  1357. from the keyboard, a redirected file, or as piped output from another
  1358. command. To mark the end of stdin data from the keyboard or in a redirected
  1359. file, use Control+Z, for End of File (EOF).
  1360. A quota specification determines the maximum number of directory objects a
  1361. given security principal can own in a specific directory partition.
  1362. The dsget commands help you view the properties of a
  1363. specific object in the directory: the input to dsget is
  1364. an object and the output is a list of properties for that object.
  1365. To find all objects that meet a given search criterion,
  1366. use the dsquery commands (dsquery /?).
  1367. If a value that you supply contains spaces, use quotation marks
  1368. around the text (for example, "CN=My Server,CN=Servers,CN=Site10,
  1369. CN=Sites,CN=Configuration,DC=microsoft,DC=com").
  1370. If you enter multiple values, the values must be separated
  1371. by spaces (for example, a list of distinguished names).
  1372. If either -part or -topobjowner is specified, they override any other
  1373. specified parameters, so that only the results of the -part or -topobjowner
  1374. parameter are displayed.
  1375. .
  1376. MessageId=65
  1377. SymbolicName=USAGE_DSGET_SERVER_EXAMPLES
  1378. Language=English
  1379. Examples:
  1380. To find all domain controllers for domain corp.microsoft.com
  1381. and display their DNS host name and site name:
  1382. dsquery server -domain corp.microsoft.com |
  1383. dsget server -dnsname -site
  1384. To show if a domain controller with the name DC1 is also a
  1385. global catalog server:
  1386. dsget server cn=DC1,cn=Servers,cn=Site10,cn=Sites,cn=Configuration,
  1387. dc=microsoft,dc=com -isgc
  1388. To show the distinguished names of the directory partitions on a domain
  1389. controller with the name DC1, type:
  1390. dsget server cn=DC1,cn=Servers,cn=Site10,cn=Sites,cn=Configuration,
  1391. dc=microsoft,dc=com -part
  1392. To show the security principals that own the largest total number of
  1393. directory objects on the directory partitions of a domain controller with the
  1394. name DC1, and limiting the list to the top 5 owners, type:
  1395. dsget server cn=DC1,cn=Servers,cn=Site10,cn=Sites,cn=Configuration,
  1396. dc=microsoft,dc=com -topobjowner 5
  1397. .
  1398. MessageId=66
  1399. SymbolicName=USAGE_DSGET_SERVER_SEE_ALSO
  1400. Language=English
  1401. See also:
  1402. dsget - describes parameters that apply to all commands.
  1403. dsget computer - displays properties of computers in the directory.
  1404. dsget contact - displays properties of contacts in the directory.
  1405. dsget subnet - displays properties of subnets in the directory.
  1406. dsget group - displays properties of groups in the directory.
  1407. dsget ou - displays properties of ou's in the directory.
  1408. dsget server - displays properties of servers in the directory.
  1409. dsget site - displays properties of sites in the directory.
  1410. dsget user - displays properties of users in the directory.
  1411. dsget quota - displays properties of quotas in the directory.
  1412. dsget partition - displays properties of partitions in the directory.
  1413. Directory Service command-line tools help:
  1414. dsadd /? - help for adding objects.
  1415. dsget /? - help for displaying objects.
  1416. dsmod /? - help for modifying objects.
  1417. dsmove /? - help for moving objects.
  1418. dsquery /? - help for finding objects matching search criteria.
  1419. dsrm /? - help for deleting objects.
  1420. .
  1421. MessageId=67
  1422. SymbolicName=USAGE_DSGET_PARTITION_DESCRIPTION
  1423. Language=English
  1424. Description: Displays the properties of a directory partition.
  1425. .
  1426. MessageId=68
  1427. SymbolicName=USAGE_DSGET_PARTITION_SYNTAX
  1428. Language=English
  1429. dsget partition ObjectDN ... [-dn] [-qdefault] [-qtmbstnwt]
  1430. [-topobjowner <Display>] [{-s <Server> | -d <Domain>}] [-u <UserName>]
  1431. [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  1432. .
  1433. MessageId=69
  1434. SymbolicName=USAGE_DSGET_PARTITION_PARAMETERS
  1435. Language=English
  1436. Parameters
  1437. OBJECTDN Required. Specifies the distinguished names (DN) of the
  1438. partition objects to view. If values are omitted, they
  1439. are obtained through standard input (stdin) to support
  1440. piping of output from another command to input of this
  1441. command.
  1442. -dn Displays the distinguished names of the directory
  1443. partition objects.
  1444. -qdefault Displays the default quota that applies to any security
  1445. principal (user, group, computer or inetOrgPerson)
  1446. creating an object in the directory partition, if no
  1447. quota specification exists for the security principal.
  1448. -qtmbstnwt Displays the percent by which the tombstone object count
  1449. should be reduced when calculating quota usage.
  1450. -topobjowner <Display>
  1451. Specifies to generate a sorted list of the distinguished
  1452. names of the accounts owning the largest number of
  1453. objects in the specified directory partition, along
  1454. with the number of directory objects they own. The
  1455. number of accounts to display in the list is determined
  1456. by <display>. Enter "0" to display all object owners. If
  1457. <display> is not specified, the number of principals
  1458. listed defaults to 10.
  1459. {-s <Server> | -d <Domain>}
  1460. -s <Server> connects to the domain controller (DC)
  1461. with name <Server>.
  1462. -d <Domain> connects to a DC in domain <Domain>.
  1463. Default: a DC in the logon domain.
  1464. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1465. User name can be: user name, domain\user name,
  1466. or user principal name (UPN).
  1467. -p {<Password> | *}
  1468. Password for the user <UserName>. If * then prompt for
  1469. password.
  1470. -c Continuous operation mode: report errors but continue
  1471. with next object in argument list when multiple target
  1472. objects are specified. Without this option, command
  1473. exits on first error.
  1474. -q Quiet mode: suppress all output to standard output.
  1475. -L Displays the entries in the search result set in a
  1476. list format. Default: table format.
  1477. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1478. formatted in Unicode.
  1479. -uco Specifies that output to pipe or file is
  1480. formatted in Unicode.
  1481. -uci Specifies that input from pipe or file is
  1482. formatted in Unicode.
  1483. /? Displays help at the command prompt.
  1484. .
  1485. MessageId=70
  1486. SymbolicName=USAGE_DSGET_PARTITION_REMARKS
  1487. Language=English
  1488. If you do not supply a target object at the command prompt, the target object
  1489. is obtained from standard input (stdin). Stdin data can be accepted from the
  1490. keyboard, a redirected file, or as piped output from another command. To mark
  1491. the end of stdin data from the keyboard or in a redirected file, use
  1492. Control+Z, for End of File (EOF).
  1493. A quota specification determines the maximum number of directory objects a
  1494. given security principal can own in a specific directory partition.
  1495. When none of the optional parameters is specified, the distinguished name of
  1496. the directory partition object is displayed.
  1497. When -topobjowner is specified, it overrides any other specified parameters,
  1498. so that only the results of -topobjowner are displayed.
  1499. Use the dsget command to view properties of a specific object in the
  1500. directory. To search for all objects that match a specific criterion, see
  1501. Dsquery *.
  1502. As a result of dsquery searches, you can pipe returned objects to dsget and
  1503. obtain object properties. See Examples.
  1504. If a value that you supply contains spaces, use quotation marks around the
  1505. text (for example, "CN=Mike Danseglio,CN=Users,DC=Microsoft,DC=Com").
  1506. If you supply multiple values for a parameter, use spaces to separate the
  1507. values (for example, a list of distinguished names).
  1508. .
  1509. MessageId=71
  1510. SymbolicName=USAGE_DSGET_PARTITION_EXAMPLES
  1511. Language=English
  1512. To display all directory partitions in the forest that
  1513. begin with "application", along with the top three directory object owners
  1514. on each partition, type:
  1515. dsquery server -forest -part application* |
  1516. dsget server -part |
  1517. dsget partition -topjobowner 3
  1518. .
  1519. MessageId=72
  1520. SymbolicName=USAGE_DSGET_PARTITION_SEE_ALSO
  1521. Language=English
  1522. dsget - describes parameters that apply to all commands.
  1523. dsget computer - displays properties of computers in the directory.
  1524. dsget contact - displays properties of contacts in the directory.
  1525. dsget subnet - displays properties of subnets in the directory.
  1526. dsget group - displays properties of groups in the directory.
  1527. dsget ou - displays properties of ou's in the directory.
  1528. dsget server - displays properties of servers in the directory.
  1529. dsget site - displays properties of sites in the directory.
  1530. dsget user - displays properties of users in the directory.
  1531. dsget quota - displays properties of quotas in the directory.
  1532. dsget partition - displays properties of partitions in the directory.
  1533. Directory Service command-line tools help:
  1534. dsadd /? - help for adding objects.
  1535. dsget /? - help for displaying objects.
  1536. dsmod /? - help for modifying objects.
  1537. dsmove /? - help for moving objects.
  1538. dsquery /? - help for finding objects matching search criteria.
  1539. dsrm /? - help for deleting objects.
  1540. .
  1541. MessageId=73
  1542. SymbolicName=USAGE_DSGET_QUOTA_DESCRIPTION
  1543. Language=English
  1544. Description: Displays the properties of a quota specification. A quota
  1545. specification determines the maximum number of directory objects a given
  1546. security principal can own in a specific directory partition.
  1547. .
  1548. MessageId=74
  1549. SymbolicName=USAGE_DSGET_QUOTA_SYNTAX
  1550. Language=English
  1551. dsget quota <QuotaDN ...> [-dn] [-acct] [-qlimit] [{-s <Server> | -d <Domain>}]
  1552. [-u <UserName>] [-p {<Password> | *}] [-c] [-q] [-l] [{-uc | -uco | -uci}]
  1553. .
  1554. MessageId=75
  1555. SymbolicName=USAGE_DSGET_QUOTA_PARAMETERS
  1556. Language=English
  1557. <QuotaDN ...> Required. Specifies the distinguished names of the quota
  1558. objects to view. If values are omitted, they are
  1559. obtained through standard input (stdin) to support
  1560. piping of output from another command to input of this
  1561. command.
  1562. -dn Displays the distinguished names of the quota
  1563. specifications.
  1564. -acct Displays the the distinguished names of the accounts to
  1565. which the quotas are assigned.
  1566. -qlimit Displays the quota limits for the specified quotas.
  1567. An unlimited quota displays as "-1".
  1568. {-s <Server> | -d <Domain>}
  1569. -s <Server> connects to the domain controller (DC)
  1570. with name <Server>.
  1571. -d <Domain> connects to a DC in domain <Domain>.
  1572. Default: a DC in the logon domain.
  1573. -u <UserName> Connect as <UserName>. Default: the logged in user.
  1574. User name can be: user name, domain\user name,
  1575. or user principal name (UPN).
  1576. -p {<Password> | *}
  1577. Password for the user <UserName>. If * then prompt for
  1578. password.
  1579. -c Continuous operation mode: report errors but continue
  1580. with next object in argument list when multiple target
  1581. objects are specified. Without this option, command
  1582. exits on first error.
  1583. -q Quiet mode: suppress all output to standard output.
  1584. -L Displays the entries in the search result set in a
  1585. list format. Default: table format.
  1586. {-uc | -uco | -uci} -uc Specifies that input from or output to pipe is
  1587. formatted in Unicode.
  1588. -uco Specifies that output to pipe or file is
  1589. formatted in Unicode.
  1590. -uci Specifies that input from pipe or file is
  1591. formatted in Unicode.
  1592. /? Displays help at the command prompt.
  1593. .
  1594. MessageId=76
  1595. SymbolicName=USAGE_DSGET_QUOTA_REMARKS
  1596. Language=English
  1597. If you do not supply a target object at the command prompt, the target object
  1598. is obtained from standard input (stdin). Stdin data can be accepted from the
  1599. keyboard, a redirected file, or as piped output from another command. To mark
  1600. the end of stdin data from the keyboard or in a redirected file, use
  1601. Control+Z, for End of File (EOF).
  1602. When none of the optional parameters is specified, the distinguished names of
  1603. the quota specification, the account to which the quota is assigned, and the
  1604. quota limit are all displayed.
  1605. Use the dsget command to view properties of a specific object in the
  1606. directory. To search for all objects that match a specific criterion, see
  1607. Dsquery *.
  1608. As a result of dsquery searches, you can pipe returned objects to dsget and
  1609. obtain object properties. See Examples.
  1610. If a value that you supply contains spaces, use quotation marks around the
  1611. text (for example, "CN=Mike Danseglio,CN=Users,DC=Microsoft,DC=Com").
  1612. If you supply multiple values for a parameter, use spaces to separate the
  1613. values (for example, a list of distinguished names).
  1614. .
  1615. MessageId=77
  1616. SymbolicName=USAGE_DSGET_QUOTA_EXAMPLES
  1617. Language=English
  1618. To display the account to which the quota is assigned and the quota limit
  1619. for the quota specification "CN=quota1,dc=marketing,dc=northwindtraders,
  1620. dc=com", type:
  1621. dsget quota CN=quota1,dc=marketing,dc=northwindtraders,dc=com -acct -qlimit
  1622. .
  1623. MessageId=78
  1624. SymbolicName=USAGE_DSGET_QUOTA_SEE_ALSO
  1625. Language=English
  1626. dsget - describes parameters that apply to all commands.
  1627. dsget computer - displays properties of computers in the directory.
  1628. dsget contact - displays properties of contacts in the directory.
  1629. dsget subnet - displays properties of subnets in the directory.
  1630. dsget group - displays properties of groups in the directory.
  1631. dsget ou - displays properties of ou's in the directory.
  1632. dsget server - displays properties of servers in the directory.
  1633. dsget site - displays properties of sites in the directory.
  1634. dsget user - displays properties of users in the directory.
  1635. dsget quota - displays properties of quotas in the directory.
  1636. dsget partition - displays properties of partitions in the directory.
  1637. Directory Service command-line tools help:
  1638. dsadd /? - help for adding objects.
  1639. dsget /? - help for displaying objects.
  1640. dsmod /? - help for modifying objects.
  1641. dsmove /? - help for moving objects.
  1642. dsquery /? - help for finding objects matching search criteria.
  1643. dsrm /? - help for deleting objects.
  1644. .