Get-IPInfo.ps1 is a script which uses invoke-command to run Get-NetIPConfiguration from a remote computer. The result is a quick way to get the IP configuration from a remote computer, and have it display in a textbox.
"Yeah. I wrote a script that will do that."
Get-IPInfo.ps1 is a script which uses invoke-command to run Get-NetIPConfiguration from a remote computer. The result is a quick way to get the IP configuration from a remote computer, and have it display in a textbox.