Cum obtii un raport detaliat de configuratie IP, utilizand PowerShell

Configurare noua (How To)

Situatie

Doresti sa vezi un raport detaliat de configuratie de IP pe calculator.

Solutie

  1. Te loghezi cu user de Administrator pe server.
  2. Deschizi PowerShell as Administrator
  3. Rulezi urmatoarea comanda :

Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter IPEnabled=TRUE -ComputerName . | Select-Object -Property [a-z]* -ExcludeProperty IPX*,WINS*

Tip solutie

Permanent

Voteaza

(5 din 13 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?