DataConnection Type
The DominoConnection object.
Remarks
The DominoConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Domino -URL "http://dominoserver:3002/" -DataSource "names" -TableTypes "Tables" -AuthScheme "OAuthPassword" -User "MyUser" -Password "MyPassword" $conn | GM