Returns a list of networks to which the current user has access to.
Get-YmNetwork [[-Id] <int>]
YammerShell.YammerObjects.YammerNetwork
Parameter | Type | Required | Description |
---|---|---|---|
Id | int | false | The ID to filter the networks after. |
PS:> Get-YmNetwork
Returns all networks to which the currently authenticated user has access to.
PS:> Get-YmNetwork 495653
Return the network with the ID 495653 if the authenticated user as access to it.