-
Notifications
You must be signed in to change notification settings - Fork 8
Invoke ePOWakeUpAgent
Wakes up the ePO Agent on specified computer
Invoke-ePOWakeUpAgent [-Computer] <Object> [-ForceFullPolicyUpdate] [-FullProps] [-SuperAgent]
[-AbortAfter <Int32>] [-RetryIntervalSeconds <Int32>] [-NumberOfAttempts <Int32>] [-RandomMinutes <Int32>]
[<CommonParameters>]
Invoke-ePOWakeUpAgent -AgentGuid <Object> [-ForceFullPolicyUpdate] [-FullProps] [-SuperAgent]
[-AbortAfter <Int32>] [-RetryIntervalSeconds <Int32>] [-NumberOfAttempts <Int32>] [-RandomMinutes <Int32>]
[<CommonParameters>]
For each specified computer, the ePO server attempts to wake up the computer's agent and run policy updates.
PS C:\> Invoke-ePOWakeUpAgent -ComputerName $ComputerName
Wake up a computer.
PS C:\> @('Computer1', 'Computer2') | Invoke-ePOWakeUpAgent
Wake up a list of computers.
Specifies the computer(s) to waking up. Can be provided as:
* An ePOComputer object
* A computer name
This parameter can be passed in from the pipeline.
Type: Object
Parameter Sets: Computer
Aliases: ComputerName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill AgentGuid Description }}
Type: Object
Parameter Sets: AgentGuid
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Updates the agent with all polices and properties
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Full properties will be sent by Agent.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Allows you to use a SuperAgent to broadcast wakeup calls to other agents.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies total number of minutes it should wait for an agent to respond before it considers the attempt a failure.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 5
Accept pipeline input: False
Accept wildcard characters: False
Specifies how long it should wait between attempts if the previous attempt to wake up an agent failed.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 30
Accept pipeline input: False
Accept wildcard characters: False
Specifies how many times the ePO server should attempt to wake up the agent before it deems it a failure.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 1
Accept pipeline input: False
Accept wildcard characters: False
Specifies number of minutes to randomise the wakeup calls
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.