| external help file | ConnectWiseControlAPI-help.xml |
|---|---|
| Module Name | ConnectWiseControlAPI |
| online version | |
| schema | 2.0.0 |
Will issue a wake command to a given session.
Invoke-CWCWake -GUID <Guid[]> -Type <String> [<CommonParameters>]
Will issue a wake command to a given access or support session.
End-CWWake -GUID $GUID
Will issue a wake command to a given session.
The GUID identifier for the session you wish to end. Accepts an array of GUIDs
Type: Guid[]
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe type of session Support/Access
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Version: 1.0 Author: Chris Taylor Creation Date: 12/7/2018 Purpose/Change: Initial script development