Gather Networking Information

  • ipconfig (old)

  • Get-NetIpAddress

  • Get-NetIpConfiguration

  • Get-SmbMapping

  • New-SmbMapping

ipconfig

This is not a powershell cmdlet

  • Returns an Array of Objects of type String

ipconfig
# Output1
get-command ipconfig
# Output2

Last updated