The other problem i have is Enable-NetAdapterQos does not work. Says it cant find it?????????
PS C:\Windows\system32> Get-NetAdapter -InterfaceAlias "embedded flex*" | ft name
name
----
Embedded FlexibleLOM 1 Port 2
Embedded FlexibleLOM 1 Port 1
PS C:\Windows\system32> Enable-NetAdapterQos -InterfaceAlias "Embedded FlexibleLOM 1 Port 2"
Enable-NetAdapterQos : No MSFT_NetAdapterQosSettingData objects found with property 'Name' equal to 'Embedded FlexibleLOM 1 Port 2'. Verify the value of the property and retry.
At line:1 char:1
+ Enable-NetAdapterQos -InterfaceAlias "Embedded FlexibleLOM 1 Port 2"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Embedded FlexibleLOM 1 Port 2:String) [Enable-NetAdapterQos], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_Name,Enable-NetAdapterQos
PS C:\Windows\system32>