Forum Discussion
Power BI Report Server Telemetry
Hi.
Thank you for sharing this. I'm having issues related to Telemetry and want to disable the feature.
I'm a novice with PowerShell, So I struggling to get your Powershell command working. (I want to follow through what you're done and keen to learn).
I have:
((Invoke-RestMethod -Uri "http://servername/Reports/api/v2.0/telemetry" -method get -userdefaultcredentials)).properties
What am I missing before "((Invoke-RestMethod -Uri.." ?
I ssume I should use the full server url including "http://" Is that correct?
Are there any dependencies? Do I need to load any Power modules first?
Thanks
Pete
Just apply below registery patch, I tried it and it worked perfectly.
1. Make a new text file and copy this text to it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\PBIRS\CPE]
"CustomerFeedback"=dword:00000000
"EnableErrorReporting"=dword:00000000
2. Rename it to patch.reg
3. Run it by double click on it.