< Back
Get-APRSCallPass
Post
NAME Get-APRSCallPass
SYNOPSIS
Generates APRS-IS passcode of a call sign.
SYNTAX
Get-APRSCallPass [-Call] <String> [<CommonParameters>]
DESCRIPTION
The `Get-APRSCallPass` cmdlet generates APRS-IS passcode for the APRS-IS.
Note: This cmdlet is intended for use by the licensed radio amateurs only. It is user's sole responsibility to
ensure that any actions the user perform with this cmdlet are in compliance with applicable laws and regulations.
PARAMETERS
-Call <String>
Call sign to generate passcode for.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
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
System.String
Generates APRS-IS passcode of a call sign.
OUTPUTS
System.Int16
An APRS-IS passcode for the APRS-IS.
NOTES
-- Example 1: Generate a passcode for the call sign "example" --
Get-APRSCallPass -Call "example"
The above generates a passcode for call sign "example"
RELATED LINKS
Test-APRSCallPass
SYNOPSIS
Generates APRS-IS passcode of a call sign.
SYNTAX
Get-APRSCallPass [-Call] <String> [<CommonParameters>]
DESCRIPTION
The `Get-APRSCallPass` cmdlet generates APRS-IS passcode for the APRS-IS.
Note: This cmdlet is intended for use by the licensed radio amateurs only. It is user's sole responsibility to
ensure that any actions the user perform with this cmdlet are in compliance with applicable laws and regulations.
PARAMETERS
-Call <String>
Call sign to generate passcode for.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
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
System.String
Generates APRS-IS passcode of a call sign.
OUTPUTS
System.Int16
An APRS-IS passcode for the APRS-IS.
NOTES
-- Example 1: Generate a passcode for the call sign "example" --
Get-APRSCallPass -Call "example"
The above generates a passcode for call sign "example"
RELATED LINKS
Test-APRSCallPass