Skip to content

Files

executable file
·
29 lines (23 loc) · 817 Bytes

PublicFolder.md

File metadata and controls

executable file
·
29 lines (23 loc) · 817 Bytes

PublicFolder

Properties

Name Type Description Notes
Folderid String [optional]
Displayname String [optional]
Comment String [optional]
Creationtime String Date string with time [optional]
Container String [optional]

Examples

  • Prepare the resource
$PublicFolder = Initialize-GrommunioAdminPublicFolder  -Folderid null `
 -Displayname null `
 -Comment null `
 -Creationtime null `
 -Container null
  • Convert the resource to JSON
$PublicFolder | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]