CustomUrlParams Parameter (Connect-Excel Cmdlet)
The custom query string to be included in the request.
Syntax
Connect-Excel -CustomUrlParams string
Data Type
cstr
Default Value
""
Remarks
The CustomUrlParams allow you to specify custom query string parameters that are included with the HTTP request. The parameters must be encoded as a query string in the form field1=value1&field2=value2&field3=value3. The values in the query string must be URL encoded.