Situatie
Doresti sa vezi un raport detaliat de configuratie de IP pe calculator.
Solutie
- Te loghezi cu user de Administrator pe server.
- Deschizi PowerShell as Administrator
- Rulezi urmatoarea comanda :
Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter IPEnabled=TRUE -ComputerName . | Select-Object -Property [a-z]* -ExcludeProperty IPX*,WINS*
Leave A Comment?