<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Zabbix_Agent_Windows_Firewall</id>
	<title>Zabbix Agent Windows Firewall - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Zabbix_Agent_Windows_Firewall"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Zabbix_Agent_Windows_Firewall&amp;action=history"/>
	<updated>2026-06-01T23:48:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Zabbix_Agent_Windows_Firewall&amp;diff=2583&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;# Windows Powershell allow 10050  Private network only ``` New-NetFirewallRule -DisplayName &quot;Allow inbound 10050&quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 100...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Zabbix_Agent_Windows_Firewall&amp;diff=2583&amp;oldid=prev"/>
		<updated>2022-01-04T19:12:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# Windows Powershell allow 10050  Private network only ``` New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 100...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Windows Powershell allow 10050&lt;br /&gt;
&lt;br /&gt;
Private network only&lt;br /&gt;
```&lt;br /&gt;
New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 10050 -Profile Private&lt;br /&gt;
Get-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
All options&lt;br /&gt;
```&lt;br /&gt;
New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 10050 -Profile Domain&lt;br /&gt;
&lt;br /&gt;
New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 10050 -Profile Private&lt;br /&gt;
New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 10050 -Profile Public&lt;br /&gt;
&lt;br /&gt;
New-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot; -Direction Inbound -Protocol TCP -Action Allow -LocalPort 10050 -Profile Any&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get-NetFirewallRule -DisplayName &amp;quot;Allow inbound 10050&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
https://blog.masteringmdm.com/install-and-configure-zabbix-agent-windows/#3_Prepare_Windows_firewall&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>