Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 586 Bytes

GetYmGroup.md

File metadata and controls

38 lines (24 loc) · 586 Bytes

Get-YmGroup

Returns all groups or a specific group selected by id.

Syntax

Get-YmGroup [[-Id] <int>]

Returns

YammerShell.YammerObjects.YammerGroup YammerShell.YammerObjects.YammerGroup[]

Parameters

Parameter Type Required Description
Id int false The ID of a group to return.

Examples

Example 1

PS:> Get-YmGroup

Returns all groups of the yammer network.

Example 2

PS:> Get-YmGroup 1234567

Return the group with the ID 1234567