Gets service endpoint permission information.
Get-SystoLockEndpointPermission [[-Port] <UInt16>] [<CommonParameters>]
Get-SystoLockEndpointPermission [[-Scheme] <String>] [<CommonParameters>]
The Get-SystoLockEndpointPermission
cmdlet gets SystoLOCK service endpoint permission information on the default or a custom port.
PS C:\> Get-SystoLockEndpointPermission
Gets service endpoint permission information.
PS C:\> Get-SystoLockEndpointPermission -Port 21571
Gets service endpoint permission information on a specified port.
PS C:\> Get-SystoLockEndpointPermission -Scheme http
Gets service endpoint permission information 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
.
Grant-SystoLockEndpointPermission
Revoke-SystoLockEndpointPermission
Test-SystoLockEndpointPermission