Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Print:Print and Document Services: Difference between revisions

From sysadminafterdark docs
(Created page with "Print and Document Services")
 
No edit summary
Line 1: Line 1:
==Firewall Rules==
In order to enable remote management through RSAT, the following exceptions must be allowed through Windows Firewall:
<pre>
Set-NetFirewallRule -DisplayGroup "File And Printer Sharing" -Enabled True
Set-NetFirewallRule -Name FPS-ICMP4-ERQ-In -Enabled True
Set-NetFirewallRule -Name FPS-ICMP6-ERQ-In -Enabled True
</pre>
[[Category:Print|Print and Document Services]]
[[Category:Print|Print and Document Services]]

Revision as of 00:07, 28 March 2024

Firewall Rules

In order to enable remote management through RSAT, the following exceptions must be allowed through Windows Firewall:

Set-NetFirewallRule -DisplayGroup "File And Printer Sharing" -Enabled True
Set-NetFirewallRule -Name FPS-ICMP4-ERQ-In -Enabled True
Set-NetFirewallRule -Name FPS-ICMP6-ERQ-In -Enabled True