You must provide specific data file criteria in order to achieve good
results. For example, if you want to locate all of the executable files in the Windows directory,
type WMIC DataFile Where "Path='\\Windows\\' and Extension='exe'" and press Enter.
Notice the use of double quotes to encompass the search criteria and single quotes to encompass
values. In addition, notice the use of double backslashes in the path variable. You can??™t use
expansion variables in this case.
DCOMApp Manages the Distributed Component Object Model (DCOM) applications on the system.
You can use this feature to start, stop, install, and remove DCOM applications as needed
using a simple batch file. Because DCOM applications can become quite complex, make sure
you understand how to configure DCOM applications using the Component Services console
first.
Desktop Manages the user??™s desktop. Unfortunately, this alias assumes that the user??™s desktop
includes a GUI. Consequently, this alias doesn??™t work well with Server Core. You can obtain
information such as the screen saver that the user is employing and what the desktop has for a
background image.
CONFIGURING SERVER CORE USING THE WMIC COMMAND 49
DesktopMonitor Provides access to statistics about the configuration of the desktop on the
specified system.
Pages:
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183