Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 9944

VMware vSphere • Re: Veeam Firewall rule for Windows Server

$
0
0
Before enabling the Windows Server firewall on all of my Veeam Backup servers, what are the ports or the rule I must manually add under:

Code:

Control Panel\System and Security\Windows Defender Firewall\Allowed apps
It would be good if there is any script or profile settings I can import as I must do this in multiple servers.

Thank you in advance.
OK, Assuming you can have access to the PowerShell console on the Veeam server, you can view it using:

Code:

Get-NetFirewallrule | Where-Object { $_.DisplayName -like '*Veeam*' } | Out-GridView
The command will show you the result of all Windows Firewall rule that contains *Veeam* in the display name.
make sure you see the column name Enabled showing the entry as True to ensure the firewall rule is enabled.

By default, Veeam will be adding the Windows Defender with Advanced Security rule, so you don't need to modify anything, unless you have a very special circumstances.

Hope this helps.

Statistics: Posted by albertwt — May 23, 2024 12:19 pm



Viewing all articles
Browse latest Browse all 9944

Latest Images

Trending Articles



Latest Images