Hi,
I am lookingto put anewpossibility, theNICbind orderwithPowerShell.
The use of nvspbind isunfortunatelynot an option.
$ServerName = "work"
$objReg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $ServerName)
$objRegKey = $objReg.OpenSubKey("SYSTEM\\Currentcontrolset\\Services\\TCPIP\\Linkage" )
$arrItem = $objRegKey.GetValue("Bind")
$arrItemSeeking an opportunity to re-sort the outputof $arrItemand the RegKeythen rewrite.
Does anyone have an
idea?