Started Rust Development (#10)

Reviewed-on: brotoskyj/CHAMP#10
Co-authored-by: brotoskyj <jbrotosky@gmail.com>
Co-committed-by: brotoskyj <jbrotosky@gmail.com>
This commit was merged in pull request #10.
This commit is contained in:
brotoskyj
2025-01-28 15:36:14 -05:00
committed by brotoskyj
parent d65ac84d29
commit 353a1ec628
13 changed files with 7296 additions and 0 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/)