Tests service endpoint permissions.
Test-SystoLockEndpointPermission [[-Port] <UInt16>] [<CommonParameters>]
Test-SystoLockEndpointPermission [[-Scheme] <String>] [<CommonParameters>]
The Test-SystoLockEndpointPermission
cmdlet tests whether service endpoint permissions are granted.
PS C:\> Test-SystoLockEndpointPermission
Tests SystoLOCK service endpoint permission.
PS C:\> Test-SystoLockEndpointPermission -Port 21571
Tests SystoLOCK service endpoint permission on specified port.
PS C:\> Grant-SystoLockEndpointPermission -Scheme http
Tests SystoLOCK service endpoint permission with a specified scheme.
Specifies the network port number that is associated with this endpoint.
Type: UInt16
Parameter Sets: Port
Aliases:
Accepted values: 21571, 21572
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the type of protocol the specific resource is served.
Possible value: http, https, default scheme https.
Type: String
Parameter Sets: Scheme
Aliases:
Accepted values: http, https
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Port number.
Scheme.
Returns $true
if endpoint permission is granted; otherwise $false
.
Get-SystoLockEndpointPermission
Grant-SystoLockEndpointPermission
Revoke-SystoLockEndpointPermission