This will be basis of all create calls to the ConnectWise Manage API.
Invoke-CWMNewMaster [[-Arguments] <Object>] [[-URI] <String>] [[-Skip] <String[]>] [<CommonParameters>]
This will insure that all create requests are handled correctly.
A hash table of parameters
Required false
Position 1
Default value
Accept pipeline input false
Accept wildcard characters false
The URI of the create endpoint
Required false
Position 2
Default value
Accept pipeline input false
Accept wildcard characters false
Required false
Position 3
Default value
Accept pipeline input false
Accept wildcard characters false
PS C:\>Invoke-CWMPatchMaster -Arguments $Arguments -URI $URI
Author: Chris Taylor
Date: 10/10/2018