Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 2.21 KB

Invoke-CWMNewMaster.md

File metadata and controls

47 lines (44 loc) · 2.21 KB

Invoke-CWMNewMaster

SYNOPSIS

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

SYNTAX

Invoke-CWMNewMaster [[-Arguments] <Object>] [[-URI] <String>] [[-Skip] <String[]>] [<CommonParameters>]

DESCRIPTION

This will insure that all create 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 create endpoint

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

-Skip <String[]>

Required                    false
Position                    3
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