Skip to content

Commit

Permalink
Improve Set-ATP script
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Nov 22, 2023
1 parent f9c3f7f commit 568ea43
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 157 deletions.
1 change: 1 addition & 0 deletions Scripts/Deploy-Firewall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ if (Approve-Execute @ExecuteParams)
# Rules for 3rd party programs
$AllScriptParams["Force"] = $AllCurrent
& "$Destination\Software\Adobe.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\BlueStacks.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\Calibre.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\CPUID.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\DnsCrypt.ps1" @ScriptParams @AllScriptParams
Expand Down
3 changes: 3 additions & 0 deletions Scripts/Security/Deploy-ASR.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Scripts/README
.LINK
https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/attack-surface-reduction-rules-reference
.LINK
https://learn.microsoft.com/en-us/powershell/module/defender
#>

#Requires -Version 5.1
Expand Down
3 changes: 3 additions & 0 deletions Scripts/Security/Remove-ASR.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Scripts/README
.LINK
https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/attack-surface-reduction-rules-reference
.LINK
https://learn.microsoft.com/en-us/powershell/module/defender
#>

#Requires -Version 5.1
Expand Down
Loading

0 comments on commit 568ea43

Please sign in to comment.