Get-VBOOrganizationGroupMember
Short Description
Returns members of organization groups.
Syntax
Detailed Description
This cmdlet returns an array of members added to organization groups.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Group | Specifies an organization group. The cmdlet will return members added to this group. | Accepts the VBOOrganizationGroup object. To get this object, run the Get-VBOOrganizationGroup cmdlet. | True | Named | True (ByValue) | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
This cmdlet returns the VBOOrganizationGroupMember object that contains an array of members added to organization groups.
Examples
Example 1. Getting Organization Group Members
This example shows how to get organization group members added to organization groups.
Perform the following steps:
|
Related Commands