From 07e5265b3758b4238e5370219d9ec5b102fca3f7 Mon Sep 17 00:00:00 2001 From: Mark Mascolino Date: Tue, 29 Aug 2023 10:07:32 -0400 Subject: [PATCH] Removed double hypen for calling posh cmdlet removed double hyphen when calling the cmdlet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15a12cb..d192166 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ For e.g. If you wanted to create report for the DLP solution only then you can run the following command: ```powershell -Get-MCCAReport --solution @(1) +Get-MCCAReport -solution @(1) ``` You can learn more about this input parameter in the Input Parameters