Codes

During my work I frequently meet with problems which I can solve with some automation. I use this page on my blog to link you to my solutions and to provide some explanations. The same information can be found on my gitlab as well.

Link and name Date Language Description
Basic ‘Health’ monitoring - multiple different KQL query 2023-05-21 KQL A few basic KQL query to be used if you want to monitor the health of your tables, resources or end machines. The same gitlab prject will be used for other KQL queries as well.
Bulk table archiving configuration in Sentinel via Powershell 2022-05-17 PS Microsoft already provides a few ways to configure archiving. Based on my experience both their Workbook and PowerShell code has some drawbacks for me. So, I decided to create a PS script to solve these deficiencies.
Custom workspace-level and per-table retention configuration 2021-08-26 ARM Some retention configuration features are missing from the GUI. You can’t configure workspace-level retention with a daily precision and there is no option on the GUI for table-level retention at all. With this ARM template you can do both