Set-SCSpfTelemetry
Sets telemetry.
Syntax
Set-SCSpfTelemetry []
Set-SCSpfTelemetry
-Enabled <Boolean>
[<CommonParameters>]
Description
The Set-SCSpfTelemetry cmdlet enables or disables telemetry for Service Provider Foundation.
Microsoft collects diagnostic and usage data from Service Provider Foundation over the Internet. Microsoft uses this data to improve the quality, security, and integrity of its products and services. You can use this cmdlet to enable or disable the telemetry that Microsoft collects.
Examples
Example 1: Disable telemetry
PS C:\>Set-SCSPFTelemetry -Enabled $False
This command disables the sharing of diagnostics and usage data in Service Provider Foundation.
Example 2: Enable telemetry
PS C:\>Set-SCSPFTelemetry -Enabled $True
This command enables diagnostics and usage data sharing in Service Provider Foundation.
Parameters
-Enabled
Indicates whether telemetry is enabled.
Type: | System.Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object