Multiple Fixes

1. Added LICENSE and README
2. Fixed Typo
This commit is contained in:
brotoskyj
2025-01-28 15:21:49 -05:00
parent 18ab70c299
commit e1a5b5c8c1
5 changed files with 723 additions and 69 deletions
+46
View File
@@ -0,0 +1,46 @@
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
# CHAMP
Central Helpesk Application and Management Program
CHAMP is a program that allows support staff of enterprise helpdesks to centrally manage most sections of an Active Directory profile as well as manage common device features associated with Windows Domain environments
## Features
**Account Management**
- Search by Username or Lastname
- Account Creation Date
- Account Enabled
- Display Name
- Email Address
- Job Title
- Last Bad Password
- Last Logon Time (To currently connected domain controller)
- Organizational Unit
- Password Last Set
- Password Expired
- Active Directory Group Memberships
**Computer/Device Management**
- C$ / Remote Computer File Explorer
- Current Logged on User
- LAPS Password Viewer
- Remote to Computer via SCCM
- Reboot Computer and automatically remote back in via SCCM
- SCCM Remote Control Viewer Log Parser
**Side Bar**
- Customizable Bookmarks
**Other Tools**
- Useful tools to other departments in an organization like Cyber Security or Incident Response Teams
## Roadmap
- Themes
## Acknowledgements
- [Icons](https://www.flaticon.com/authors/bombasticon-studio)
- [Slint](https://slint.dev/)