URL Parameter (Connect-QBPOS Cmdlet)
The URL for the CData QuickBooks Desktop Gateway. For example, http://localhost:2080.
Syntax
Connect-QBPOS -URL string
Data Type
cstr
Default Value
""
Remarks
If the URL is specified, the cmdlet will not communicate directly with QuickBooks. Instead, it will send a request to the specified Web address. QuickBooks POS and the Desktop Gateway should be installed at the remote location. If the connector is listening on the specified port, it will communicate the cmdlet's request to QuickBooks POS and return the response.
This is a required parameter.