Disable-LabTelemetry

SYNOPSIS

Disable the transmission of telemetry

SYNTAX

Disable-LabTelemetry [<CommonParameters>]

DESCRIPTION

Disable the transmission of telemetry by setting the environment variable AUTOMATEDLAB_TELEMETRY_OPTOUT to 1

EXAMPLES

Example 1

PS C:\> Disable-LabTelemetry

Disable telemetry until Enable-LabTelemetry is used.

PARAMETERS

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.

INPUTS

None

OUTPUTS

System.Object

NOTES