Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 604 Bytes

ShowYmRelationships.md

File metadata and controls

33 lines (22 loc) · 604 Bytes

Show-YmRelationships

Syntax

Show-YmRelationships [[-UserId] <int>]

Returns

YammerShell.YammerObjects.YammerRelationship

Parameters

Parameter Type Required Description
UserId int false The ID of a user to show to relationships of

Examples

Example 1

PS:> Show-YmRelationships

Return the relationships for the current authenticated user.

Example 2

PS:> Show-YmRelationships -UserId 1213141516

Return the relationships for the user with the ID 1213141516.