Skip to content

Show CountryCodes

Luke Leigh edited this page Mar 31, 2020 · 5 revisions

.SYNOPSIS

Command used to display a list of Country Codes

.DESCRIPTION

This Command can be used to display a list of standard Country Codes from the standard ISO Country Codes

.INPUTS

None. You cannot pipe objects to Show-CountryCodes

.OUTPUTS

System.String. Show-CountryCodes returns a string with all of the ISO Country Codes.

.EXAMPLE

PS C:\GitRepos> Show-CountryCodes
Code Name


AF Afghanistan
AX Åland Islands
AL Albania
DZ Algeria
AS American Samoa
AD Andorra
AO Angola
AI Anguilla
AQ Antarctica


.LINK

https://github.com/BanterBoy/PSCovid19Stats/wiki/Show-CountryCodes

.NOTES

Author: Luke Leigh
Website: https://blog.lukeleigh.com/
LinkedIn: https://www.linkedin.com/in/lukeleigh/
GitHub: https://github.com/BanterBoy/
GitHubGist: https://gist.github.com/BanterBoy

Clone this wiki locally