Table of Contents

Get-PnPVivaConnectionsDashboardACE

SYNOPSIS

Returns the Adaptive card extensions from the Viva connections dashboard page. This requires that you connect to a SharePoint Home site and have configured the Viva connections page.

SYNTAX

Get-PnPVivaConnectionsDashboardACE [-Identity <VivaACEPipeBind>] [-Connection <PnPConnection>] 

DESCRIPTION

Allows to retrieve the adaptive card extensions from the Viva connections dashboard page.

EXAMPLES

EXAMPLE 1

Get-PnPVivaConnectionsDashboardACE

Returns all the adaptive card extensions present in the Viva Connections dashboard page.

EXAMPLE 2

Get-PnPVivaConnectionsDashboardACE -Identity "58108715-185e-4214-8786-01218e7ab9ef"

Returns the adaptive card extensions with specified Instance Id from the Viva Connections dashboard page.

PARAMETERS

-Identity

The instance Id of the Adaptive Card extension present on the Viva connections dashboard page. This parameter takes either the Instance Id, the Id or the Title property. But as the latter two are not necessarily unique within the dashboard, the preferred value is to use the Instance Id of the ACE.

Type: VivaACEPipeBind
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

Microsoft 365 Patterns and Practices