Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/windows-audit-policy
Max out Windows Auditing
https://github.com/simeononsecurity/windows-audit-policy
powershell windows
Last synced: about 6 hours ago
JSON representation
Max out Windows Auditing
- Host: GitHub
- URL: https://github.com/simeononsecurity/windows-audit-policy
- Owner: simeononsecurity
- License: mit
- Created: 2021-05-10T20:26:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:06:17.000Z (4 months ago)
- Last Synced: 2024-07-27T00:23:42.796Z (4 months ago)
- Topics: powershell, windows
- Language: PowerShell
- Homepage: https://simeononsecurity.com/github/Windows-Audit-Policy
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Windows-Audit-Policy
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![VirusTotal Scan](https://github.com/simeononsecurity/Windows-Audit-Policy/actions/workflows/virustotal.yml/badge.svg)](https://github.com/simeononsecurity/Windows-Audit-Policy/actions/workflows/virustotal.yml)
Max out Windows Auditing
## Recommended reading material:
- [auditpol](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/auditpol)
- [auditpol clear](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/auditpol-clear)
- [auditpol backup](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/auditpol-backup)
- [auditpol restore](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/auditpol-restore)
- [auditpol list](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/auditpol-list)## How to run the script
### Manual Install:
If manually downloaded, the script must be launched from the directory containing all the other files from the [GitHub Repository](https://github.com/simeononsecurity/Windows-Audit-Policy)
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-auditpolicy.ps1
```
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)