Reset-LocalNodeServiceSecuritySettings

Synopsis

Resets the node's communication security settings.

Syntax

Reset-LocalNodeServiceSecuritySettings

Detailed Description

The Reset-LocalNodeServiceSecuritySettings command resets the node's authentication and encryption settings that determine how it will identify and communicate with other applications.

Authentication

A node's authentication mode dictates how the node will determine the identity of users trying to communicate with it (whether on behalf of Laserfiche applications or as Workers or Schedulers). By default, nodes do not attempt to authenticate clients. Nodes can be configured to identify callers using Windows Authentication.

Setting the authentication mode to Windows Authentication is required for a node to encrypt its communication and for it to enforce authorization settings.

Encryption

Laserfiche Distributed Computing Cluster supports securing its communication with other applications using SSL over TCP. By default, nodes do not encrypt their communication. Encryption can be enabled using the EncryptionMode parameter.

Inputs

None

You cannot pipe input to this function.

Outputs

None

This function does not return any output.

Examples

Example 1

This command resets the node's communication security settings.

PS C:\> Reset-LocalNodeServiceSecuritySettings

Related Links

Get-LocalNodeServiceSecuritySettings

Set-LocalNodeServiceSecuritySettings