Name | Type | Description | Notes |
---|---|---|---|
Name | String | [optional] | |
Description | String | [optional] | |
Domains | Int32[] | List of domain IDs belonging to the organization | [optional] |
- Prepare the resource
$OrgWrite = Initialize-GrommunioAdminOrgWrite -Name null `
-Description null `
-Domains null
- Convert the resource to JSON
$OrgWrite | ConvertTo-JSON