Parse NetStat info with PowerShell 5

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 5

  • @ornealm
    @ornealm 9 лет назад +1

    This is a very good exercise...work in a networking center and I really appreciate your instructions.

  • @collinstump9706
    @collinstump9706 8 лет назад +2

    Thanks Ed
    Another alternative for the select:
    ... | select * -ExcludeProperty p1
    This will get you all properties except for the empty one.

  • @AMSabuncu
    @AMSabuncu 9 лет назад +2

    Damn useful technique here, thanks.

    • @edwilson6300
      @edwilson6300  9 лет назад

      +A.M. Sabuncu You are welcome. I think this new cmdlet is awesome.

  • @BezKomentare
    @BezKomentare 6 лет назад

    so Cool