For example, the Caption property may display NetBIOS, while
the Name property displays MSAFD NetBIOS [\Device\NetBT_Tcpip_{2CFD1858-4741-4AD2-
AD9B-E00D23BF8ED9}] DATAGRAM 2. Use the Name property when you want to modify a specific
protocol to ensure you change the correct protocol.
NetUse Manages network connectivity information on the specified system. For example, you
would use this alias to discover mapped network drives. In this case, you??™d type WMIC NetUse
Where ResourceType="Disk" GET LocalName, RemoteName and press Enter.
NIC Provides access to information about the Network Interface Controllers (NICs) installed
on the specified system.
NICConfig Manages the NIC setup. Unlike most of the aliases, this alias doesn??™t include a Name
property, so you must use the Caption property. To obtain a list of NICs on the target system,
type WMIC NICConfig GET Caption and press Enter.
CONFIGURING SERVER CORE USING THE WMIC COMMAND 51
NTDomain Manages Windows domain information, including several useful Active Directory
settings. You can learn more about this alias in the ???Managing Directory Services Using the
WMIC NTDomain Alias??? section of Chapter 19.
Pages:
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189