Get-PnPFooter
SYNOPSIS
Gets the configuration regarding the footer of the current web
SYNTAX
Get-PnPFooter [-Connection <PnPConnection>]
DESCRIPTION
Allows the current configuration of the footer in the current web to be retrieved. The footer currently only works on Modern Communication sites.
EXAMPLES
EXAMPLE 1
Get-PnPFooter
Returns the current footer configuration of the current web
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