Powershell笔记

1/Powershell获取IP:

ipconfig
  (ipconfig|select-string "IPv4"|out-string).Split(":")[-1]
原文地址:https://www.cnblogs.com/albert-/p/12699160.html