Set-telemetriaSet-Telemetry
RiepilogoSynopsis
Abilita o Disabilita il trasferimento dei dati di telemetria a Microsoft.Enables or disables the transfer of telemetry data to Microsoft.
SintassiSyntax
Set-Telemetry [-Disable] [-Enable] [-AsJob]
DescrizioneDescription
Il cmdlet Set-telemetria consente di controllare se i dati di telemetria vengono inviati a Microsoft modificando l'impostazione corrispondente nel registro di sistema.The Set-Telemetry cmdlet lets you control whether or not telemetry data is sent to Microsoft by changing the corresponding setting in the registry.
In particolare, questo cmdlet configura i criteri di gruppo del dominio per impostare il valore del registro di sistema di telemetria su 0 e arrestare l'esecuzione del servizio UTC di Windows in tutte le macchine virtuali e negli host dell'infrastruttura.Specifically, this cmdlet configures the domain group policy to set the telemetry registry value to 0 and stop the Windows UTC service from running on all infrastructure VMs and hosts.
EsempiExamples
Esempio 1Example 1
Set-Telemetry -Enable
Esempio 2Example 2
Set-Telemetry -Disable
ParametriParameters
-Abilita-Enable
Consente il trasferimento dei dati di telemetria a Microsoft.Enables the transfer of telemetry data to Microsoft.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Disabilita-Disable
Disabilita il trasferimento dei dati di telemetria a Microsoft.Disables the transfer of telemetry data to Microsoft.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-AsJob-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Passaggi successiviNext steps
Per informazioni su come accedere e usare l'endpoint con privilegi, vedere usare l'endpoint con privilegi nell'Hub Azure stack.For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.