Files
2026-04-11 09:54:03 +02:00

22 lines
407 B
Markdown

---
title: "GPOZaurr Install"
description: "Installation options for GPOZaurr."
---
## PowerShell Gallery
```powershell
Install-Module GPOZaurr -Scope CurrentUser
```
## Source checkout
```bash
git clone https://github.com/EvotecIT/GPOZaurr.git
```
## Next steps
- Browse API: [/projects/gpozaurr/api/](/projects/gpozaurr/api/)
- Return to project overview: [/projects/gpozaurr/](/projects/gpozaurr/)