Skip to main content

Get all IP addresses including VPN addresses

Powershell command

gwmi MSFT_NetIPAddress -Namespace 'root/standardcimv2' | format-list -Property InterfaceAlias,IPAddress

Comments

Popular posts from this blog