Grants service endpoint permissions.
Grant-SystoLockEndpointPermission [[-Port] <UInt16>] [<CommonParameters>]
Grant-SystoLockEndpointPermission [[-Scheme] <String>] [<CommonParameters>]
The Grant-SystoLockEndpointPermission
cmdlet grants SystoLOCK service endpoint permissions on the default or a custom port.
PS C:\> Grant-SystoLockEndpointPermission
Grants SystoLOCK service endpoint permission.
PS C:\> Grant-SystoLockEndpointPermission -Port 21571
Grants SystoLOCK service endpoint permission on a specified port.
PS C:\> Grant-SystoLockEndpointPermission -Scheme http
Grants 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: by default set to $false
, after permission is granted changes to$true
.
Get-SystoLockEndpointPermission
Revoke-SystoLockEndpointPermission
Test-SystoLockEndpointPermission