Get-PnPVivaEngageCommunity
SYNOPSIS
Returns the list of Viva engage communities in the tenant.
SYNTAX
Get-PnPVivaEngageCommunity [[-Identity] <string>] [-Connection <PnPConnection>]
DESCRIPTION
Allows to list Viva engage communities.
EXAMPLES
EXAMPLE 1
Get-PnPVivaEngageCommunity
This will return list of all Viva Engage communities in the tenant
EXAMPLE 2
Get-PnPVivaEngageCommunity -Identity "eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ"
This will return list of the Viva Engage community in the tenant with the specified Id.
PARAMETERS
-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
-Identity
The Id of the Viva engage community.
Type: String
Parameter Sets: (All)
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False