Disable-PnPPowerShellTelemetry
SYNOPSIS
Disables sending of telemetry data.
SYNTAX
Disable sending of telemetry data after going through a confirmation question.
Disable-PnPPowerShellTelemetry
Disable sending of telemetry data skipping the confirmation question.
Disable-PnPPowerShellTelemetry -Force
DESCRIPTION
This cmdlet disables sending of telemetry data.
EXAMPLES
EXAMPLE 1
Disable-PnPPowerShellTelemetry
Disables sending to telemetry data after answering the confirmation question.
EXAMPLE 2
Disable-PnPPowerShellTelemetry -Force
Disables sending to telemetry data skipping the confirmation question.
PARAMETERS
-Force
Switch parameter which executes the cmdlet and skips the confirmation question.
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False