< Back
Get-BiaCountryByAlpha3
Post
NAME Get-BiaCountryByAlpha3
SYNOPSIS
Get a country by ISO 3166-1 alpha 3 code.
SYNTAX
Get-BiaCountryByAlpha3 [-Alpha3] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Alpha3 <String>
Specifies an alpha 3 code to look for. If code does not exist, a null is returned.
$china = Get-BiaCountryByAlpha3 CHN
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Bia.Countries.Iso3166Country
RELATED LINKS
SYNOPSIS
Get a country by ISO 3166-1 alpha 3 code.
SYNTAX
Get-BiaCountryByAlpha3 [-Alpha3] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Alpha3 <String>
Specifies an alpha 3 code to look for. If code does not exist, a null is returned.
$china = Get-BiaCountryByAlpha3 CHN
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Bia.Countries.Iso3166Country
RELATED LINKS