< Back

Test-APRSCallPass

Sun Jan 12, 2020 8:10 pm

NAME Test-APRSCallPass



SYNOPSIS

Tests an APRS-IS passcode for validity.





SYNTAX

Test-APRSCallPass [-Call] <String> [-Passcode] <Int32> [<CommonParameters>]





DESCRIPTION

The `Test-APRSCallPass` tests if given call sign and an APRS-IS are a valid combination.



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 test passcode.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Passcode <Int32>

Passcode to test.



Required? true

Position? 1

Default value None

Accept pipeline input? False

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

None







OUTPUTS

System.Boolean

Result of the verification.





NOTES









Example 1: Test if "1111" is valid passcode for the call sign "example"



Test-APRSCallPass -Call "example" -Passcode 1111



The above tests if 1111 is a valid passcode for the call sign "example".



RELATED LINKS

Get-APRSCallPass