Status code 0x87d101f4 isn’t defined in the provided context, but the scenario matches a configuration/profile deployment failure for Windows proxy settings. To successfully enforce a corporate proxy PAC script with Intune, configure and deploy a supported Windows device configuration profile using the built‑in Network proxy settings rather than an incorrect or unsupported custom configuration.
Use these steps and checks:
- Create a supported Windows configuration profile
- In Intune admin center, go to Devices.
- Under Manage devices, select Configuration > Create > New policy.
- Choose Platform = Windows 10 and later.
- Choose a profile type that exposes Network proxy (for example, a template that includes Windows device restrictions or the Settings catalog where NetworkProxy CSP is available).
- Configure Network proxy settings correctly
Using the Network proxy section (which uses the NetworkProxy policy CSP):
- Automatically detect proxy settings: set to Block if automatic detection must be disabled. Note that when set to Block, the ProxySettingsPerUser setting is automatically set to
0.
- Use proxy script: set to Allow.
- Setup script address URL: enter the full URL to the PAC file, for example
http://proxy.contoso.com/proxy.pac.
- If using a manual proxy instead of PAC:
- Use manual proxy server: set to Allow.
- Address: enter the proxy host name or IP.
- Port number: enter the TCP port.
- Proxy exceptions: list any destinations that must bypass the proxy, separated by semicolons (
;).
- Bypass proxy server for local address: set to Allow if intranet traffic must not use the proxy.
Ensure the PAC URL is reachable from the client devices and uses a protocol and path supported by the NetworkProxy CSP.
- Re‑assign and monitor the profile
- Assign the profile to the appropriate device or user groups.
- In Devices > Monitor, review configuration policy status and confirm that the new profile shows Succeeded on targeted devices.
- If failures persist
- Confirm that the profile type and settings are supported for the Windows edition in use (as listed in the NetworkProxy policy CSP documentation referenced by the Intune UI).
- Remove conflicting proxy policies (for example, older device restriction profiles or GPOs) that might cause remediation failures.
Using the built‑in Network proxy settings in a supported Windows configuration profile and a valid PAC URL aligns with the documented Intune and CSP behavior and should resolve the deployment failures.
References: