Epp 20260909 - #1513
Conversation
…dd manual debug-log collection
- Rewrite docs/endpointprotector/install/intune/windowsdeployment.md and
docs/endpointprotector/install/jamf/{configuration,scriptandpackage,creatingpolicy}.md
against the current Microsoft Intune and Jamf Pro interfaces, replacing the
fabricated "disable client communication" console steps with
environment-dependent network guidance, refreshing all screenshots, and
moving Jamf's Managed Login Items into its own section with its missing
configuration steps.
- Add a "Getting Debug Logs locally on Endpoint" section to
globalsettings.md covering the Windows and macOS diagnostic collection
scripts as a fallback when the EPP Client can't reach the Server, and a
note on configuring the Master Password before using Enforced Encryption
global settings.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Code ReviewScope check first: this PR touches only markdown and Build-safety checks (all pass)
No security concerns: the added commands are vendor-supplied local diagnostic scripts with no injectable user input, and no credentials or endpoints are exposed. Two logic issues worth a look1. The General Settings note was tightened to "Click Save only after you have managed all settings and the profile scope" (line 27), but the same PR adds "Step 5 – Save the changes." to the Certificate Settings section (line 64), mid-profile. Following one instruction means violating the other. Either soften the note back, or drop the intermediate save. 2. Lines 249-257 tell the reader to log in to Jamf, click New, and create a new configuration profile with Managed Logged In Items. Then line 268 says "On the Managed Login Items section, click Configure..." — the pattern every other section on this page uses for the existing profile. As written, the reader cannot tell whether the Team Identifier / Rule Value settings belong to the new profile from steps 5-9 or to the profile they have been building since the top of the page. Related: the "Step 5 ... Step 9" numbering in that block is orphaned — nothing in the section establishes steps 1-4. This was already true before the move, but promoting the block to a top-level h2 makes it more conspicuous, and the section is being edited here anyway. Neither issue blocks the build. Everything else looks correct. |
Updates: