Created
May 28, 2020 08:42
-
-
Save man-oi/223c1d3b241033f82946e87dcd888b2d to your computer and use it in GitHub Desktop.
Powershell Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get external ip address | |
(Invoke-WebRequest ifconfig.me/ip).Content.Trim() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment