Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 689 Bytes

OrgWrite.md

File metadata and controls

executable file
·
25 lines (19 loc) · 689 Bytes

OrgWrite

Properties

Name Type Description Notes
Name String [optional]
Description String [optional]
Domains Int32[] List of domain IDs belonging to the organization [optional]

Examples

  • Prepare the resource
$OrgWrite = Initialize-GrommunioAdminOrgWrite  -Name null `
 -Description null `
 -Domains null
  • Convert the resource to JSON
$OrgWrite | ConvertTo-JSON

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