MemCache Provides access to the cache memory information for a system. To check the status
of the Static Random Access Memory (SRAM) on a system, type WMIC MemCache GET Purpose,
InstalledSize, Status and press Enter.
MemoryChip Provides information about memory chips installed on the system. Most systems
don??™t support this alias.
MemPhysical Provides information about the physical memory installed on a system.
NetClient Provides information about Terminal Services and the Remote Desktop functionality
the service provides.
NetLogin Provides information about logins for the specified system. This alias requires a
little extra work to use because you must provide a more complex WQI statement. To obtain
information about any particular user, type WMIC NetLogin Where (Name Like "%UserName")
and press Enter. Once you get past the initial requirement to provide additional information,
you can use the standard actions to obtain specific data.
NetProtocol Manages the network protocols used on the current system. When working
with this protocol to obtain information, use the Caption property instead of the Name property
to access particular protocols.
Pages:
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188