Add Windows GPO deployment guide (#879)

* new: Windows GPO deployment guide under MDM for Deployment

* new: point GPO guide at the full policy key reference

* new: bold the example-posture disclaimer in GPO guide

* new: grammar and readability pass on GPO guide

* new: clarify AUTOSTART=0 vs Disable Autostart policy

* new: address review feedback on GPO guide install script and pinning
This commit is contained in:
Jack Carter
2026-07-23 16:14:52 +02:00
committed by GitHub
parent f51e8ea987
commit a4e7c1df5c
3 changed files with 192 additions and 84 deletions

View File

@@ -426,6 +426,10 @@ export const docsNavigation = [
title: 'MDM for Deployment',
isOpen: true,
links: [
{
title: 'Deploy with Group Policy (GPO)',
href: '/manage/integrations/mdm-deployment/windows-gpo-deployment',
},
{
title: 'macOS CLI-Only .pkg',
href: '/manage/integrations/mdm-deployment/macos-cli-pkg-deployment',