From 45eb9615540e8c7b974203a9041ade7a16f8c1cc Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:43:42 -0500 Subject: [PATCH] Fix: Vaugue parameter name --- source/M365FoundationsCISReport.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/M365FoundationsCISReport.psd1 b/source/M365FoundationsCISReport.psd1 index 2d9971e..cebf274 100644 --- a/source/M365FoundationsCISReport.psd1 +++ b/source/M365FoundationsCISReport.psd1 @@ -51,7 +51,7 @@ Description = 'Automated assessment of 50 CIS 365 Foundations v3.0.0 benchmark.' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @() +# RequiredModules = @() # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @()