mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-01 05:07:57 +00:00
Standardize website content layout
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "GPOZaurr Examples"
|
||||
description: "Curated examples for common Group Policy administration and cleanup workflows."
|
||||
layout: docs
|
||||
---
|
||||
|
||||
These examples are maintained with the GPOZaurr repository and chosen for the website because they explain a real administrative workflow.
|
||||
|
||||
## Featured examples
|
||||
|
||||
<div class="ev-example-card-grid">
|
||||
<a class="ev-example-card" href="./backup-disabled-or-empty-gpos/">
|
||||
<span class="ev-example-card__eyebrow">Safe cleanup</span>
|
||||
<h3>Back up disabled or empty GPOs</h3>
|
||||
<p>Create a focused backup set before removing stale Group Policy Objects.</p>
|
||||
</a>
|
||||
<a class="ev-example-card" href="./find-group-policy-permission-issues/">
|
||||
<span class="ev-example-card__eyebrow">Permission review</span>
|
||||
<h3>Find Group Policy permission issues</h3>
|
||||
<p>List permission problems that should be reviewed before remediation work starts.</p>
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user