DataConnection Type
The ExchangeConnection object.
Remarks
The ExchangeConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Exchange -User '[email protected]' -Password 'myPassword' -Server 'https://outlook.office365.com/EWS/Exchange.asmx' -Platform 'Exchange_Online' $conn | GM