Cmdlets for Domino

Build 24.0.9060

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 

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060