< Back

Get-BiaCountryByNumeric

Sat Jan 11, 2020 2:01 pm

NAME Get-BiaCountryByNumeric



SYNOPSIS

Get a country by ISO 3166-1 numeric code.





SYNTAX

Get-BiaCountryByNumeric [-Numeric] <Int32> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Numeric <Int32>

Specifies n numeric code to look for. If code does not exist, a null is returned.



Required? true

Position? 1

Default value 0

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





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$uk = Get-BiaCountryByNumeric 826















RELATED LINKS