< Back
Get-BiaCountryByFullName
Post
NAME Get-BiaCountryByFullName
SYNOPSIS
Get a country by ISO 3166-1 full name.
SYNTAX
Get-BiaCountryByFullName [-FullName] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-FullName <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
Bia.Countries.Iso3166Country
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$norway = Get-BiaCountryByFullName "the Kingdom of Norway"
RELATED LINKS
SYNOPSIS
Get a country by ISO 3166-1 full name.
SYNTAX
Get-BiaCountryByFullName [-FullName] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-FullName <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
Bia.Countries.Iso3166Country
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$norway = Get-BiaCountryByFullName "the Kingdom of Norway"
RELATED LINKS