Name | Type | Description | Notes |
---|---|---|---|
Folderid | String | [optional] | |
Displayname | String | [optional] | |
Comment | String | [optional] | |
Creationtime | String | Date string with time | [optional] |
Container | String | [optional] |
- Prepare the resource
$PublicFolder = Initialize-GrommunioAdminPublicFolder -Folderid null `
-Displayname null `
-Comment null `
-Creationtime null `
-Container null
- Convert the resource to JSON
$PublicFolder | ConvertTo-JSON