Revokes service endpoint permissions.
Revoke-SystoLockEndpointPermission [[-Port] <UInt16>] [<CommonParameters>]
Revoke-SystoLockEndpointPermission [[-Scheme] <String>] [<CommonParameters>]
The Revoke-SystoLockEndpointPermission
cmdlet revokes SystoLOCK endpoint permission on the default or a specified port.
PS C:\> Revoke-SystoLockEndpointPermission
Revokes SystoLOCK service endpoint permission.
PS C:\> Revoke-SystoLockEndpointPermission -Port 21571
Revokes SystoLOCK service endpoint permission on a specified port.
PS C:\> Grant-SystoLockEndpointPermission -Scheme http
Revokes SystoLOCK service endpoint permission with a specified scheme.
Specifies the service endpoint port number.
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.
Contains information about endpoint permission.
Port: the endpoint port.
Scheme: the endpoint permission scheme.
IsAssigned: if endpoint permission is revoked changes to $false
.
Get-SystoLockEndpointPermission
Grant-SystoLockEndpointPermission
Test-SystoLockEndpointPermission