Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andysvints/WhatIsMyIP
Module for geting Public IP of the computer.
https://github.com/andysvints/WhatIsMyIP
powershell powershell-module whatismyip
Last synced: 9 days ago
JSON representation
Module for geting Public IP of the computer.
- Host: GitHub
- URL: https://github.com/andysvints/WhatIsMyIP
- Owner: andysvints
- License: mit
- Created: 2019-03-21T21:05:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T16:51:57.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:05:10.252Z (4 months ago)
- Topics: powershell, powershell-module, whatismyip
- Language: PowerShell
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - andysvints/WhatIsMyIP - Module for geting Public IP of the computer. (PowerShell)
README
# WhatIsMyIP
Module for geting Public IP of the computer.## Install-Module
Copy and Paste the following command to install this package using PowerShellGet
```powershell
Install-Module -Name WhatIsMyIP
```## Cmdlets
Please refer to the comment-based help for more information about these commands.
### Get-PublicIP
This function is used to get External IP address using ipify.org and ipinfo.io APIs.
#### Syntax
```powershell
Get-PublicIP [-Detailed] [-WhatIf] [-Confirm] []
```#### Example
```powershell
PS> whatismyip -detailedip : 1.1.1.1
hostname : one.one.one.one
anycast : True
city : Los Angeles
region : California
country : US
loc : 34.0522,-118.2437
org : AS13335 Cloudflare, Inc.
postal : 90076
timezone : America/Los_Angeles
``````**[Icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/ip-address)**