RecoverOS Manages the system recovery options, including the memory dump feature.
Registry Provides access to the physical features of the registry such as size and location. You
can also provide a proposed registry size.
SCSIController Provides information about any Small Computer System Interface (SCSI)
devices on the selected computer. In addition, this alias provides information about Redundant
Array of Inexpensive Disk (RAID) controllers. You can use calls to set the power state and to
reset the controller.
Server Provides statistics about the server such as the logon errors and number of bytes
received.
Service Manages the services running on the target system. You can use calls to start, stop,
pause, continue, and perform other tasks with services. To determine the status of the services,
type WMIC Service GET Name,State and press Enter. To start a particular service, type WMIC
Service Where Name="ServiceName" CALL StartService and Press Enter.
ShadowCopy Provides information about volumes with shadow copy management. You can
also use this alias to add shadow copy management to a volume.
ShadowStorage Provides information about the shadow copy storage areas for the target system.
Pages:
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197