Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 1.81 KB

Invoke-CWMPatchMaster.md

File metadata and controls

38 lines (36 loc) · 1.81 KB

Invoke-CWMPatchMaster

SYNOPSIS

This will be basis of all Patch calls to the ConnectWise Manage API.

SYNTAX

Invoke-CWMPatchMaster [[-Arguments] <Object>] [[-URI] <String>] [<CommonParameters>]

DESCRIPTION

This will insure that all update requests are handled correctly.

PARAMETERS

-Arguments <Object>

A hash table of parameters

Required                    false
Position                    1
Default value
Accept pipeline input       false
Accept wildcard characters  false

-URI <String>

The URI of the update endpoint

Required                    false
Position                    2
Default value
Accept pipeline input       false
Accept wildcard characters  false

EXAMPLES

EXAMPLE 1

PS C:\>Invoke-CWMPatchMaster -Arguments $Arguments -URI $URI

NOTES

Author: Chris Taylor

Date: 10/10/2018