Skip to content

Instantly share code, notes, and snippets.

View LM-CT's full-sized avatar

Lucas Cloud Target LM-CT

View GitHub Profile
@zbalkan
zbalkan / New-SysmonArchiveQuota.ps1
Last active November 19, 2025 07:15
If you use Sysmon and enabled FileDelete events started with Sysmon 11, you probably came up with the issue of instantly growing hidden archive. For those who have not solved the problem yet, I came up with a PowerShell cmdlet (run as SYSTEM) based on the article https://blog.nviso.eu/2022/06/30/enforcing-a-sysmon-archive-quota/
#Requires -RunAsAdministrator
<#
.Synopsis
Generates Sysmon Archive file quota for `File Delete` events to help managing the size.
.DESCRIPTION
Based on: https://blog.nviso.eu/2022/06/30/enforcing-a-sysmon-archive-quota/
.INPUTS
None. Cmdlet does not accept pipe values.
.OUTPUTS
@ssddanbrown
ssddanbrown / bs.postman_collection.json
Created February 10, 2022 12:33
BookStack Postman Collection
{
"info": {
"name": "BookStack REST API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "DOCS",
"item": [
{