Table of Contents

Get-PnPMicrosoft365GroupYammerCommunity

SYNOPSIS

Required Permissions

  • Microsoft Graph API : Group.Read.All

Returns the Yammer Community behind a particular Microsoft 365 Group

SYNTAX

Get-PnPMicrosoft365GroupYammerCommunity -Identity <Microsoft365GroupPipeBind> [-Connection] [-Verbose] 

DESCRIPTION

This cmdlet allows retrieval of details on the Yammer Community connected to a Microsoft 365 Group

EXAMPLES

EXAMPLE 2

Get-PnPMicrosoft365GroupYammerCommunity

Retrieves the Yammer Community details behind the Microsoft 365 Group of the currently connected to site

EXAMPLE 2

Get-PnPMicrosoft365GroupYammerCommunity -Identity "IT Community"

Retrieves the Yammer Community details behind the Microsoft 365 Group named "IT Community"

EXAMPLE 3

Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409

Retrieves the Yammer Community details behind the Microsoft 365 Group with the provided Id

PARAMETERS

-Identity

The Identity of the Microsoft 365 Group

Type: Microsoft365GroupPipeBind
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Verbose

When provided, additional debug statements will be shown while executing the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices