Cookies Parameter (Connect-OData Cmdlet)
Allows cookies to be manually specified in name=value pairs separated by a semicolon.
Syntax
Connect-OData -Cookies string
Data Type
cstr
Default Value
""
Remarks
In general it should not be required to set this property. However, there are many different flavors of OData services. If your solution requires cookies that are obtained outside of the CData Cmdlets PowerShell Module for OData, they can be manually specified here. Specify cookies in name=value pairs separated by a semicolon. For instance: Cookie1=value;Cookie2=value2.