OK, Assuming you can have access to the PowerShell console on the Veeam server, you can view it using: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:It would be good if there is any script or profile settings I can import as I must do this in multiple servers.Code:
Control Panel\System and Security\Windows Defender Firewall\Allowed apps
Thank you in advance.
Code:
Get-NetFirewallrule | Where-Object { $_.DisplayName -like '*Veeam*' } | Out-GridViewmake 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






