Set-PnPTeamifyPromptHidden
SYNOPSIS
Hides the teamify prompt for a site.
SYNTAX
Set-PnPTeamifyPromptHidden [-Connection <PnPConnection>]
DESCRIPTION
This cmdlet hides the teamify prompt for the current site.
EXAMPLES
Example 1
Set-PnPTeamifyPromptHidden
This example hides the teamify prompt for the currently connected site.
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)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.