Get-UserLockAgentDistributionConfiguration
Gets the UserLock deployer options and the configuration of the UserLock Desktop agent.
Gets the UserLock deployer options and the configuration of the UserLock Desktop agent.
Get-UserLockAgentDistributionConfiguration [-UserLockServerName <string>] [-Property <string>][<CommonParameters>]The Get-UserLockAgentDistributionConfiguration cmdlet gets the UserLock deployer options and the configuration of the UserLock Desktop agent. Caution: PowerShell 3.0 is required.
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 | '.' |
Specifies the name of the property to get.
Required | false |
Position | named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
None
ISDecisions.UserLockLibrary.AgentDistributionProperties
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.
Get-UserLockAgentDistributionConfiguration -UserLockServerName MyUlSrvGets the UserLock deployer options and the configuration of the UserLock Desktop agent in the zone protected by the 'MyUlSrv' UserLock server.
Get-UserLockAgentDistributionConfiguration -Property ForceRebootGets the ForceReboot property of the local UserLock server.