Reset-LocalNodeAuthorizationGroup

Synopsis

Resets a node's authorization groups.

Syntax

Reset-LocalNodeAuthorizationGroup

Detailed Description

The Reset-LocalNodeAuthorizationGroup command resets a node's authorization groups to their defaults.

Authorization in Laserfiche Distributed Computing Cluster

Laserfiche Distributed Computing Cluster supports authorization to restrict the operations that can be done by different users.

A Scheduler has four authorization groups (or roles) that Windows users can be assigned to.

  • Admin: Users in the Admin authorization group can view administrative information and make changes to the cluster.
  • ReadOnly: Users in the ReadOnly authorization group can view administrative information on a cluster, but cannot make changes.
  • Client: Users in the Client authorization group can run jobs on a cluster.
  • Machine: Users in the Machine authorization group can start operations that are meant to be started by other nodes in the cluster. A node's Machine authorization group should contain all the service users that the other nodes in the cluster run as.

Workers only use the Machine role.

Note: Authorization is only enforced if the node's AuthenticationMode is set to Windows.

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 authorization groups.

PS C:\> Reset-LocalNodeAuthorizationGroup

Related Links

Add-DomainUserToLocalNodeAuthorizationGroup

Remove-DomainUserFromLocalNodeAuthorizationGroup

Get-LocalNodeAuthorizationGroup

Reset-LocalNodeAuthorizationGroup