Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Dec 14, 2023
1 parent bcc3386 commit 7fd518c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Configuration Example
Description = ''
DisplayName = 'admin template'
Ensure = 'Present'
PolicyConfigurationIngestionType = 'block' # Updated Property
PolicyConfigurationIngestionType = 'builtIn' # Updated Property
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7fd518c

Please sign in to comment.