Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 653 Bytes

GetYmNetwork.md

File metadata and controls

36 lines (23 loc) · 653 Bytes

Get-YmNetwork

Returns a list of networks to which the current user has access to.

Syntax

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

Returns

YammerShell.YammerObjects.YammerNetwork

Parameters

Parameter Type Required Description
Id int false The ID to filter the networks after.

Examples

Example 1

PS:> Get-YmNetwork

Returns all networks to which the currently authenticated user has access to.

Example 2

PS:> Get-YmNetwork 495653

Return the network with the ID 495653 if the authenticated user as access to it.