Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 602 Bytes

Queued.md

File metadata and controls

executable file
·
23 lines (17 loc) · 602 Bytes

Queued

Properties

Name Type Description Notes
Message String [optional]
TaskID Int32 ID of the task running the command [optional]

Examples

  • Prepare the resource
$Queued = Initialize-GrommunioAdminQueued  -Message null `
 -TaskID null
  • Convert the resource to JSON
$Queued | ConvertTo-JSON

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