MSFT_SmbServerNetworkInterface, ROOT\Microsoft\Windows\SMB - Instances

Class | Methods | Properties (7) | Qualifiers (4) | Instances (2) | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Instances of MSFT_SmbServerNetworkInterface

This section contains sample wmi instances of MSFT_SmbServerNetworkInterface class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation.

Instance \\W2012SDC\ROOT\Microsoft\Windows\SMB:MSFT_SmbServerNetworkInterface.InterfaceIndex=12,IpAddress="192.168.20.45",ScopeName="*"

Properties={
   'FriendlyName' : 'Ethernet' //String
   'InterfaceIndex' : 12 //Long, 0xC
   'IpAddress' : '192.168.20.45' //String
   'LinkSpeed' : '100000000' //String, 0x5F5E100
   'RdmaCapable' : False //Boolean, 0x0
   'RssCapable' : False //Boolean, 0x0
   'ScopeName' : '*' //String
}

Instance \\W2012SDC\ROOT\Microsoft\Windows\SMB:MSFT_SmbServerNetworkInterface.InterfaceIndex=12,IpAddress="fe80::f5b2:8647:f9d0:e5d1",ScopeName="*"

Properties={
   'FriendlyName' : 'Ethernet' //String
   'InterfaceIndex' : 12 //Long, 0xC
   'IpAddress' : 'fe80::f5b2:8647:f9d0:e5d1' //String
   'LinkSpeed' : '100000000' //String, 0x5F5E100
   'RdmaCapable' : False //Boolean, 0x0
   'RssCapable' : False //Boolean, 0x0
   'ScopeName' : '*' //String
}
comments powered by Disqus
WUtils.com