From 475bfbe64363d17bd465eeb2d35d3976c06ccd8b Mon Sep 17 00:00:00 2001 From: samsamfin Date: Mon, 23 Mar 2026 11:23:30 +0000 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fabae9c..e40f41a 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,10 @@ # LeanLAPS Configure the script variables before deploying, for example: -$minimumPasswordLength = **10** +``` +$minimumPasswordLegth = **10** $publicEncryptionKey = "" $localAdminName = '**Admin**' - +``` ## Intune remediation script settings Use the same PowerShell script - **LeanLAPS.ps1** - for both detection and remediation.