Skip to main content

Workgroupconnectiondto

Properties

NameTypeDescriptionNotes
ObjectWorkgroupconnectiondtoObject[optional]
ConnectionTypeEnum [ "AccessRequestReviewer", "Owner", "ManagementWorkgroup" ]Connection Type.[optional]

Examples

  • Prepare the resource
$Workgroupconnectiondto = Initialize-Workgroupconnectiondto  -Object null `
-ConnectionType AccessRequestReviewer
  • Convert the resource to JSON
$Workgroupconnectiondto | ConvertTo-JSON

[Back to top]