480 CHAPTER 19 CONFIGURING DIRECTORY SERVICES
{-uc | -uco | -uci} Forces the utility to output the results or input arguments in Unicode.
The following list describes each of these Unicode options.
-uc Specifies a Unicode format for both input and output when using a pipe (|).
-uco Specifies a Unicode format for output when using a pipe (|) or file.
-uci Specifies a Unicode format for input when using a pipe (|) or file.
TIP Use the pipe (|) to transfer data between Active Directory utilities. In fact, you can use the
output of one search as input to a second search to create complex searches.
Even though the basic concepts are the same for each object, the individual objects present small
differences in the manner in which you query them. The following sections describe these common
objects and tell how you can access them.
computer
The computer object locates computers on the network that match the search criteria. A computer
can serve any purpose in this case??”everything from a server to a workstation. This object uses the
following syntax:
dsquery computer [{StartNode | forestroot | domainroot}]
[-o {dn | rdn | samid}] [-scope {subtree | onelevel | base}]
[-name Name] [-desc Description] [-samid SAMName]
[-inactive NumberOfWeeks] [-stalepwd NumberOfDays] [-disabled]
[{-s Server | -d Domain}] [-u UserName] [-p {Password | *}] [-q]
[-r] [-gc] [-limit NumberOfObjects] [{-uc | -uco | -uci}]
The following list describes each of the special command line arguments.
Pages:
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136