UserLock Documentation
UserLock Documentation
You are here: Reference > UserLock PowerShell > Cmdlet Help > Get-UserLockAgentDistributionConfiguration

Get-UserLockAgentDistributionConfiguration Cmdlet

Synopsis

Gets the UserLock deployer options and the configuration of the UserLock Desktop agent.

Syntax

Get-UserLockAgentDistributionConfiguration [-UserLockServerName <string>] [-Property <string>][<CommonParameters>]

Description

The Get-UserLockAgentDistributionConfiguration cmdlet gets the UserLock deployer options and the configuration of the UserLock Desktop agent. Caution: PowerShell 3.0 is required.

Parameters

-UserLockServerName <string>

Specifies the name of the UserLock server. The default is the localhost name.

Required false
Position named
Accepts pipeline input false
Accepts wildcard characters false
Default Value '.'

-Property <string>

Specifies the name of the property to get.

Required false
Position named
Accepts pipeline input false
Accepts wildcard characters false

<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type

None

Return Type

ISDecisions.UserLockLibrary.AgentDistributionProperties

Notes

You can also refer to Get-UserLockAgentDistributionConfiguration by its alias, "guladc". For more information, see about_Aliases. To use Get-UserLockAgentDistributionConfiguration, you must have the "Agent distribution" UserLock administrative access right.

Examples

Example 1

Get-UserLockAgentDistributionConfiguration -UserLockServerName MyUlSrv

Gets the UserLock deployer options and the configuration of the UserLock Desktop agent in the zone protected by the 'MyUlSrv' UserLock server.

Example 2

Get-UserLockAgentDistributionConfiguration -Property ForceReboot

Gets the ForceReboot property of the local UserLock server.

Related Links

Get-UserLockAgentDistribution

Set-UserLockAgentDistributionConfiguration

Get-UserLockCommand