Job Manages jobs on the system through the Task Manager. This alias is exceptionally helpful
with Server Core since you don??™t have direct access to Task Manager (it requires a GUI). Learn
more about this particular alias in the ???Working with the WMIC Job Alias??? section of Chapter 8.
LoadOrder Manages the order in which system services load. Normally, you won??™t want to
change these entries because a change in order could prevent a service from starting. However,
this feature is helpful when you suspect a service isn??™t starting as anticipated (make sure you create
a copy of the order when the system is in a known good working state). To create a copy of
the current load order, type WMIC LoadOrder > LoadOrder.TXT and press Enter. The load order
will appear in LoadOrder.TXT.
LogicalDisk Provides access to information about the logical disks on the system. The information
includes only local drives.
Logon Provides access to information about the current logon sessions. Unfortunately, the output
isn??™t very useful because it doesn??™t contain logon names??”it provides logon identifiers instead,
so you need to perform additional processing.
Pages:
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187