Get-LocalNode

Synopsis

Gets a summary of all of a node's settings.

Syntax

Get-LocalNode

Detailed Description

The Get-LocalNode function returns an object that contains all the node's settings that are accessible from the LfDccLocalNodeAdmin module.

Inputs

None

You cannot pipe input to this function.

Outputs

Laserfiche.DistributedComputingCluster.PowerShellModules.LfDccLocalNodeAdmin.Data.LocalNode

An object that contains all the settings of the node that are accessible from the LfDccLocalNodeAdmin module.

Examples

Example 1

This command gets all of the node's settings.

PS C:\> Get-LocalNode
        Ports                        : MetaData:              8108
        BufferedCommunication: 8107
        SecuritySettings             : AuthenticationMode:    None
        EncryptionMode:        None
        AuthorizationRoles           : Admin:                 {Administrators}
        ReadOnly:              {Administrators,  Everyone}
        Client:                {Administrators,  Everyone}
        Machine:               {Administrators,  Everyone}
        MaxConcurrentTaskCountPolicy : Automatic (0)
        IsScheduler                  : False
        SchedulerHostName            : v-load-2cpu-2.laserfiche.com
        SchedulerMetaDataPort        : 8108

Related Links

Reset-LocalNode