From b2315582627794785176240bca331ab1a25857cd Mon Sep 17 00:00:00 2001 From: Claus Schiroky <45030137+schiroky@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:56:37 +0100 Subject: [PATCH] Update Manual-Mac.md --- Manuals/3.2.0/Manual-Mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manuals/3.2.0/Manual-Mac.md b/Manuals/3.2.0/Manual-Mac.md index 6e0ff03..800db14 100644 --- a/Manuals/3.2.0/Manual-Mac.md +++ b/Manuals/3.2.0/Manual-Mac.md @@ -106,7 +106,7 @@ If you do not have this module installed, the 'Compliance Utility' will try to i The 'Compliance Utility' is available on [PowerShell Gallery](https://www.powershellgallery.com/packages/ComplianceUtility/). To start the installation, you must first execute the `pwsh` command in a Terminal window to start a PowerShell session. Then type the following command and press enter to start the installation of the 'Compliance Utility': ``` -Install-Module -Name ComplianceUtility -Scope CurrentUser +Install-Module -Name ComplianceUtility -AllowClobber -Scope CurrentUser ``` If you have local administrative privileges, you can run the following command instead: