From 7fd518c9cd596a27c123c508ee14323f0a514a88 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Thu, 14 Dec 2023 17:31:05 -0500 Subject: [PATCH] Fixes --- .../Resources/IntuneASRRulesPolicyWindows10/2-Update.ps1 | 2 +- .../2-Update.ps1 | 2 +- .../2-Update.ps1 | 2 +- .../2-Update.ps1 | 2 +- .../IntuneSettingCatalogASRRulesPolicyWindows10/2-Update.ps1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Modules/Microsoft365DSC/Examples/Resources/IntuneASRRulesPolicyWindows10/2-Update.ps1 b/Modules/Microsoft365DSC/Examples/Resources/IntuneASRRulesPolicyWindows10/2-Update.ps1 index b2af14a165..67a96b5a2d 100644 --- a/Modules/Microsoft365DSC/Examples/Resources/IntuneASRRulesPolicyWindows10/2-Update.ps1 +++ b/Modules/Microsoft365DSC/Examples/Resources/IntuneASRRulesPolicyWindows10/2-Update.ps1 @@ -33,7 +33,7 @@ Configuration Example OfficeCommunicationAppsLaunchChildProcess = 'auditMode' OfficeMacroCodeAllowWin32ImportsType = 'block' PreventCredentialStealingType = 'enable' - ProcessCreationType = 'enable' # Updated Property + ProcessCreationType = 'userDefined' # Updated Property ScriptDownloadedPayloadExecutionType = 'block' ScriptObfuscatedMacroCodeType = 'block' UntrustedExecutableType = 'block' diff --git a/Modules/Microsoft365DSC/Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/2-Update.ps1 b/Modules/Microsoft365DSC/Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/2-Update.ps1 index efaa104596..f11d5e17b6 100644 --- a/Modules/Microsoft365DSC/Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/2-Update.ps1 +++ b/Modules/Microsoft365DSC/Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/2-Update.ps1 @@ -17,7 +17,7 @@ Configuration Example IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager 'myASRReductionRules' { DisplayName = 'asr ConfigMgr' - blockadobereaderfromcreatingchildprocesses = "enable"; # Updated Property + blockadobereaderfromcreatingchildprocesses = "audit"; # Updated Property Description = 'My revised description' Ensure = 'Present' Credential = $Credscredential diff --git a/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10/2-Update.ps1 b/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10/2-Update.ps1 index ba1f650fdd..cc9e0d0351 100644 --- a/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10/2-Update.ps1 +++ b/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10/2-Update.ps1 @@ -137,7 +137,7 @@ Configuration Example Description = '' DisplayName = 'admin template' Ensure = 'Present' - PolicyConfigurationIngestionType = 'block' # Updated Property + PolicyConfigurationIngestionType = 'builtIn' # Updated Property } } } diff --git a/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/2-Update.ps1 b/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/2-Update.ps1 index ed2c28bad3..8cd74170a9 100644 --- a/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/2-Update.ps1 +++ b/Modules/Microsoft365DSC/Examples/Resources/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/2-Update.ps1 @@ -25,7 +25,7 @@ Configuration Example Bluetooth = "notConfigured"; BootFromBuiltInNetworkAdapters = "notConfigured"; BootFromExternalMedia = "notConfigured"; - Cameras = "block"; # Updated Property + Cameras = "enabled"; # Updated Property ChangeUefiSettingsPermission = "notConfiguredOnly"; Credential = $Credscredential; DisplayName = "firmware"; diff --git a/Modules/Microsoft365DSC/Examples/Resources/IntuneSettingCatalogASRRulesPolicyWindows10/2-Update.ps1 b/Modules/Microsoft365DSC/Examples/Resources/IntuneSettingCatalogASRRulesPolicyWindows10/2-Update.ps1 index 0f9a8538f0..84f42fcb01 100644 --- a/Modules/Microsoft365DSC/Examples/Resources/IntuneSettingCatalogASRRulesPolicyWindows10/2-Update.ps1 +++ b/Modules/Microsoft365DSC/Examples/Resources/IntuneSettingCatalogASRRulesPolicyWindows10/2-Update.ps1 @@ -23,7 +23,7 @@ Configuration Example dataType = '#microsoft.graph.allLicensedUsersAssignmentTarget' }) attacksurfacereductiononlyexclusions = @('Test 10', 'Test2', 'Test3') - blockabuseofexploitedvulnerablesigneddrivers = 'enable' # Updated Property + blockabuseofexploitedvulnerablesigneddrivers = 'userDefined' # Updated Property blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion = 'audit' Description = 'Post' Ensure = 'Present'