Returns all groups or a specific group selected by id.
Get-YmGroup [[-Id] <int>]
YammerShell.YammerObjects.YammerGroup YammerShell.YammerObjects.YammerGroup[]
Parameter | Type | Required | Description |
---|---|---|---|
Id | int | false | The ID of a group to return. |
PS:> Get-YmGroup
Returns all groups of the yammer network.
PS:> Get-YmGroup 1234567
Return the group with the ID 1234567