Commit 18168a2b authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

starting firewall rules

parent 8547c83f
Loading
Loading
Loading
Loading

Firewall/README.md

0 → 100644
+29 −0
Original line number Diff line number Diff line


## by Hand (boring)


"Windows-Firewall mit erweiterter Sicherheit"

"Eingehende Regeln"

"Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend)   Privat    Ja
"Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend)   Domäne    Ja
"Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend)   Öffentlich    Nein
"Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend)   Privat    Ja
"Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend)   Domäne    Ja
"Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend)   Öffentlich    Nein






## Playground
Get-NetFirewallRule -Name "File and Printer Sharing (Echo Request - ICMPv4-In)"


$nfServiceFilte = Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In-NoScope


Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In
+9 −0
Original line number Diff line number Diff line

# can be done bye wf.msc

New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 131.188.220.192/26 -Action Allow
New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 192.168.220.128/25 -Action Allow
New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 10.188.220.0/25 -Action Allow


New-NetFirewallRule -DisplayName "Allow inbound ICMPv6" -Direction Inbound -Protocol ICMPv6 -IcmpType 8 -RemoteAddress <localsubnet> -Action Allow
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
                                   Step-Recorder  
                                   Inventory Collector

  - disalbe_ActivityHistory.reg  : Disable History and Timeline  (included publishing and uploading)



## Install
+13 −1
Original line number Diff line number Diff line
@@ -29,10 +29,22 @@ Get-AppxPackage -AllUsers -Name Microsoft.MixedReality.Portal | Remove-AppxPacka
Get-AppxPackage -AllUsers -Name Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.NetworkSpeedTest | Remove-AppxPackage

Get-AppxPackage -AllUsers -Name Microsoft.YourPone  | Remove-AppxPackage

Get-AppxPackage -AllUsers -Name ActiproSoftwareLLC.562882FEEB491 | Remove-AppxPackage

Get-AppxPackage -AllUsers -Name Microsoft.Todos  | Remove-AppxPackage
Get-AppxPackage -Name Microsoft.Todos  | Remove-AppxPackage

Get-AppxPackage -AllUsers -Name Microsoft.Whiteboad  | Remove-AppxPackage
Get-AppxPackage -Name Microsoft.Witeboard  | Remove-AppxPackage

Get-AppxPackage -AllUsers -Name Microsoft.OfficeLens  | Remove-AppxPackage
Get-AppxPackage -Name Microsoft.OfficeLens  | Remove-AppxPackage



# To uninstall Phone:
Get-AppxPackage -AllUsers -Name Microsoft.YourPhone  | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name *WindowsPhone* | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name *commsphone* | Remove-AppxPackage