Name | Type | Description | Notes |
---|---|---|---|
Server | String | Space separated list of addresses of the LDAP server to connect to | [optional] |
BindUser | String | DN of the user to perform initial bind with | [optional] |
BindPass | String | Password for bindUser | [optional] |
Starttls | Boolean | Whether to initiate a StartTLS connection | [optional] |
- Prepare the resource
$Connection = Initialize-GrommunioAdminConnection -Server null `
-BindUser null `
-BindPass null `
-Starttls null
- Convert the resource to JSON
$Connection | ConvertTo-JSON