网络相关
2022年7月31日小于 1 分钟
网络相关
- ping 
- telnet 
- nslookup 
- netsh 
Get-NetTCPConnection
# 获取已建立的链接
Get-NetTCPConnection -State Established
Get-NetIPAddress
Get-NetIPAddress
   [[-IPAddress] <String[]>]
   [-InterfaceIndex <UInt32[]>]
   [-InterfaceAlias <String[]>]
   [-AddressFamily <AddressFamily[]>]
   [-Type <Type[]>]
   [-PrefixLength <Byte[]>]
   [-PrefixOrigin <PrefixOrigin[]>]
   [-SuffixOrigin <SuffixOrigin[]>]
   [-AddressState <AddressState[]>]
   [-ValidLifetime <TimeSpan[]>]
   [-PreferredLifetime <TimeSpan[]>]
   [-SkipAsSource <Boolean[]>]
   [-AssociatedIPInterface <CimInstance>]
   [-PolicyStore <String>]
   [-IncludeAllCompartments]
   [-CimSession <CimSession[]>]
   [-ThrottleLimit <Int32>]
   [-AsJob]
   [<CommonParameters>]
Get-NetIPAddress | Format-Table
