MDE Offboarding script

This commit is contained in:
2025-11-12 12:45:29 +01:00
commit 224f191e9c
4 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"TenantId": "00000000-0000-0000-0000-000000000000",
"ClientId": "11111111-2222-3333-4444-555555555555",
"ClientSecret": "replace-with-client-secret",
"Tag": "offboard",
"CompletedTag": "offboarded",
"ApiBase": "https://eu.api.security.microsoft.com",
"StartsWith": false,
"Offboard": false,
"DelayBetweenCallsSec": 1,
"MaxRetries": 3,
"RetryDelaySec": 5
}