From 00b3e9a00a06b24773254bd6bf619332cf065c1a Mon Sep 17 00:00:00 2001 From: Dakhama mehdi <49924401+dakhama-mehdi@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:24:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 474b443..1db36f5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Hardensysvol can be used for AD audits or pentesting, complementing existing sol - **Compatibility**: Works with Windows Server environments and Windows 10/11 ## Installation from Powershell Gallery -To install Run the following command in PowerShell: +Run the following command in PowerShell: ```powershell Install-Module -Name HardenSysvol -Scope CurrentUser -Force ````