Set colNetCards = objWMIService.ExecQuery _ ("Select * From Win32_NetworkAdapterConfiguration Where IPEnabled = True")
For Each objNetCard in colNetCards arrNetworkNumber = Array(NETWORK_NUMBER) arrFrameTypes = Array(AUTO) objNetCard.SetIPXFrameTypeNetworkPairs arrNetworkNumber, arrFrameTypes Next