windows - Powershell -- changing Network Adapter's Name/Description -
I am working with several VMs and doing some monitoring things. My current problem is that the name of the network adapter / interface in the counter differs in the operating system, it can be anything from Microsoft Hyper-V Network Adapter on Microsoft Network Adapter # 3
I'm looking into, but it does not seem easy because they are stored in the ridiculous ugly GUID set.
I also considered using the win32_networkadapter class under wmi-objects, but I think it is capable of receiving the interface (not set up) properties, but I think it is not certain That Permanman's counter name will be affected).
Any guidance will be greatly appreciated!
If there are commands in Hyper-V Server 2012 or Windows 8.1 that you are using can do.
Go-Vmnetworkadapter and set-vmnetworkadapter
Comments
Post a Comment