5 lines
313 B
PowerShell
5 lines
313 B
PowerShell
$ethernetPortSettingsRef = $wsmanConnectionObject.NewReference("SELECT * FROM AMT_EthernetPortSettings WHERE InstanceID='Intel(r) AMT Ethernet Port Settings 1'")
|
|
$ethernetPortSettingsInstance = $ethernetPortSettingsRef.Get()
|
|
$linkProtection = $ethernetPortSettingsInstance.GetProperty("WLANLinkProtectionLevel")
|
|
|