This will be basis of all search calls to the ConnectWise Manage API.
Invoke-CWMSearchMaster [[-Arguments] <Object>] [[-URI] <String>] [<CommonParameters>]
This will insure that all search 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 search endpoint
Required false
Position 2
Default value
Accept pipeline input false
Accept wildcard characters false
PS C:\>Invoke-CWMSearchMaster -Arguments $Arguments -URI $URI
Author: Chris Taylor
Date: 10/10/2018
https://developer.connectwise.com/Manage/Developer_Guide#Authentication