This blog covers how you can control what users can and can't see in the settings app in Windows through Endpoint Manager.
RESTRICTING PARTS OF THE SETTINGS APP
The OMA-URI we are using here is the ./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList which allows you to filter down what you want your users to see.
Now when settings this up, you have two options:
- Show Only
- The pages and sections you define are shown, but everything else is hidden.
- If you put only show the System > About page then that's all the users will see.
- Hide
- Hide will only hide the pages you define in your Configuration Profile.
- If you say hide the VPN option under Network then every option in settigns will be shown but VPN.
To decide which option to use, depends on what you want blocking. Do you want to hide 90% of the settings options? Then use show only. If you only want to hide a few options then it'll be easier to use the Hide option.
CREATING THE OMA-URI CONFIGURATION PROFILE
- The Name can be anything you want.
- OMA-URI is ./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList
- The value is your pages you want to block which is covered below.
BUILDING YOUR OMA-URI VALUE
These tables were taken from the Microsoft Docs site linked below
Launch the Windows Settings app - UWP applications | Microsoft Docs