https://github.com/hwmex0/aadauditsuite
AADAuditSuite is a PowerShell-based tool designed for comprehensive assessment and auditing of Azure Active Directory (AAD). It provides modules for evaluating various aspects of AAD, including applications, users, and groups.
https://github.com/hwmex0/aadauditsuite
aad active-directory assesment audit azure azureactivedirectory
Last synced: 11 months ago
JSON representation
AADAuditSuite is a PowerShell-based tool designed for comprehensive assessment and auditing of Azure Active Directory (AAD). It provides modules for evaluating various aspects of AAD, including applications, users, and groups.
- Host: GitHub
- URL: https://github.com/hwmex0/aadauditsuite
- Owner: HwMex0
- License: mit
- Created: 2024-01-18T14:59:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T08:01:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:48:31.638Z (about 1 year ago)
- Topics: aad, active-directory, assesment, audit, azure, azureactivedirectory
- Language: PowerShell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AADAuditSuite
## Overview
AADAuditSuite is a PowerShell-based tool designed for comprehensive assessment and auditing of Azure Active Directory (AAD). It provides modules for evaluating various aspects of AAD, including applications, users, and groups.
## Modules
The suite consists of the following modules:
- **AADAppAssessment**: Assesses Azure AD applications.
- **AADGroupsAssessment**: Evaluates Azure AD groups.
- **AADUsersAssessment**: Analyzes Azure AD user accounts.
## Getting Started
To use AADAuditSuite, follow these steps:
1. **Clone the Repository**
```git clone https://github.com/HwMex0/AADAuditSuite.git```
2. **Navigate to the Repository Directory**
```cd AADAuditSuite```
3. **Run the Main Script**
```.\AADAuditSuite.ps1```
## Usage
After running the main script, follow the on-screen prompts to execute the desired assessment modules.
## Contributing
Contributions to AADAuditSuite are welcome. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgments
Special thanks to all contributors and users of AADAuditSuite for their support and feedback.
[](https://hits.seeyoufarm.com)
---
For more information or to report issues, please visit the [AADAuditSuite GitHub repository](https://github.com/HwMex0/AADAuditSuite).