Commit graph

13 commits

Author SHA1 Message Date
Magnus Jensen
b48b264157
Add note about Windows profile verification using CDATA to use escaped XML (#37282)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #33350 

This is solely a docs change, since I've verified it works by escaping
instead of using CDATA.

Could also solve/close: https://github.com/fleetdm/fleet/issues/33731

---------

Co-authored-by: Marko Lisica <83164494+marko-lisica@users.noreply.github.com>
2025-12-17 09:16:31 -04:00
Steven Palmesano
820f6c85f0
Change note from footnote to blockquote (#36550)
Relates to https://github.com/fleetdm/fleet/issues/36195
2025-12-05 07:09:54 -06:00
Eric
7ca5306edf
Website: update article image filenames to match website naming conventions (#32263)
Related to: [#25943](https://github.com/fleetdm/fleet/issues/25943)

Changes:
- Updated filenames of images in the website/assets/images/articles/
folder to match website naming conventions
- Updated links to images in articles.
2025-08-25 12:47:33 -05:00
Mitch Francese
e4d093d5a8
Add edge case scenario and how to resolve it. (#31655)
### Summary  
This PR adds documentation for an edge case in Intune: certain policies
may appear in the NodeCache without a proper Boolean value
(`ExpectedValue: -1`), which can lead to confusion when verifying the
CSP policy application.

### What changed  
- Added a **note** explaining the `-1` value in the NodeCache.  
- A PowerShell example was included to detect the issue.  
- Added guidance on verifying the runtime state of the setting.  
- Linked to the related GitHub
[issue](https://github.com/fleetdm/confidential/issues/9817) for further
context.

### Why this is needed  
When dogfooding the original guide, we identified that some policies
applied via Intune don’t explicitly set a value in the registry. Without
this clarification, users may get failures when creating CSPs for Fleet
as it expects a positive value. This update helps avoid confusion and
provides a reliable way to verify policy state.
2025-08-07 16:30:47 -05:00
Ian Littman
c8e3a3b208
Clean up "here" link anchors in articles (#29755) 2025-06-09 09:48:27 -04:00
Noah Talerman
7bfe8d5a0b
Update creating-windows-csps.md (#26882) 2025-03-05 13:52:02 -06:00
Allen Houchins
ebfc7767a8
Update creating-windows-csps.md (#26880) 2025-03-05 14:47:19 -05:00
Dan Tsekhanskiy
3840826c81
Windows configuration profile guide: how to migrate from Intune 2025-03-04 13:51:15 -05:00
Noah Talerman
3bd5aaa8e5
Update guide: Creating Windows configuration profiles (#26027)
- Use "configuration profiles" language to be consistent with product
and other
[docs/guides](https://fleetdm.com/guides/custom-os-settings#basic-article).
- Link to Windows configuration profiles guide from the OS settings
guide
2025-02-04 11:28:19 -08:00
Harrison Ravazzolo
1d6a6c3224
Fix Typos in Windows CSP Article (#24775)
Co-authored-by: Harrison John <harrisonjohn@Harrisons-MacBook-Pro.local>
2024-12-13 16:38:04 -08:00
Noah Talerman
a5726399cb
Creating Windows CSPs (#24737)
Great guide @harrisonravazzolo! Taking an opportunity to teach folks the
Fleet language: custom OS settings.

Also, "Fleet" instead of "FleetDM":
https://fleetdm.com/handbook/company/communications#capitalization-and-proper-nouns
2024-12-13 09:05:53 -05:00
Eric
3c10fe0050
Website: fix failing deploy (#24728)
Changes:
- Updated the category meta tag value (`articles` » `guides`) of the
"Creating Windows CSPs" article to resolve a build script error.
- Wrapped an HTML tag in the article in backticks so it won't be seen as
an unregistered custom HTML element by the website
2024-12-12 15:22:13 -06:00
Harrison Ravazzolo
ef9927a53a
Crafting Windows CSP article (#24727)
Article for website covering the building of Windows csps

Co-authored-by: Harrison John <harrisonjohn@Harrisons-MacBook-Pro.local>
2024-12-12 12:49:58 -08:00