< Back

Get-BiaCountryByShortName

Sat Jan 11, 2020 2:03 pm

NAME Get-BiaCountryByShortName



SYNOPSIS

Get a country by ISO 3166-1 short name.





SYNTAX

Get-BiaCountryByShortName [-ShortName] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ShortName <String>

Specifies a name to look for. If name does not exist, a null is returned.



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

System.String[]





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



PS C:\\>$brazil = Get-BiaCountryByShortName Brazil















RELATED LINKS