Forum Discussion
RonaldvdMeer
Aug 27, 2018Iron Contributor
Unable to disable feedback notifications
We want to disable Feedbacknotifications. I created a Custom OMA-URI Setting with the OMA-URI ./Device/Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications and data type String and va...
- Aug 31, 2018
Hi Roland,
you have to configure it like this:
./Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications
Data type: Integer
Value: 1
I have it in my tenants like this and it works fine.
best,
Oliver
Aug 31, 2018
Hi Roland,
you have to configure it like this:
./Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications
Data type: Integer
Value: 1
I have it in my tenants like this and it works fine.
best,
Oliver
RonaldvdMeer
Sep 01, 2018Iron Contributor
Thx Oliver,
That did the trick