https://github.com/ps-easyit/easylaps
https://github.com/ps-easyit/easylaps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ps-easyit/easylaps
- Owner: PS-easyIT
- License: mit
- Created: 2025-03-16T18:46:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:51:24.000Z (2 months ago)
- Last Synced: 2025-03-16T19:44:57.098Z (2 months ago)
- Language: PowerShell
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easyLAPS - Windows LAPS GUI
**easyLAPS** ist eine einfache und effiziente GUI-Anwendung zur Verwaltung des neuen Windows LAPS (Local Administrator Password Solution 2.0).
Mit dieser PowerShell-Anwendung können LAPS-Passwörter abgerufen, zurückgesetzt und verwaltet werden.## 🚀 Funktionen
- **Anzeige von LAPS-Passwörtern**: Zeigt das aktuelle LAPS-Passwort eines ausgewählten Computers an.
- **Passwort-Reset**: Setzt das LAPS-Passwort sofort zurück.
- **AD-Computer-Liste**: Listet alle Computerobjekte aus Active Directory auf.
- **GUI-Unterstützung**: Benutzerfreundliche Oberfläche mit Steuerungselementen für einfaches Management.
- **Clipboard-Funktion**: Kopiert das Passwort direkt in die Zwischenablage.
- **INI-Datei Konfiguration**: Anpassbare Branding- und GUI-Einstellungen.## 🖥️ Voraussetzungen
- **Windows PowerShell 5.1 oder neuer**
- **Windows LAPS (2.0)**
- **Active Directory-Modul für Windows PowerShell**
- **LAPS PowerShell-Modul (`Get-LapsADPassword`, `Reset-LapsPassword`)**--------------
**easyLAPS** is a simple and efficient GUI application for managing the new Windows LAPS (Local Administrator Password Solution 2.0).
This PowerShell-based tool allows users to retrieve, reset, and manage LAPS passwords easily.## 🚀 Features
- **Retrieve LAPS passwords**: Displays the current LAPS password of a selected computer.
- **Password reset**: Instantly resets the LAPS password.
- **AD computer list**: Lists all computer objects from Active Directory.
- **User-friendly GUI**: Provides an intuitive interface for easy management.
- **Clipboard function**: Copies passwords directly to the clipboard.
- **INI file configuration**: Customizable branding and GUI settings.## 🖥️ Requirements
- **Windows PowerShell 5.1 or later**
- **Windows LAPS (2.0)**
- **Active Directory module for Windows PowerShell**
- **LAPS PowerShell module (`Get-LapsADPassword`, `Reset-LapsPassword`)**