Rexxer

Some tips for me and other

Netsh + firewall – example

#Creating firewall exception for SQL instance
netsh advfirewall firewall add rule name=”OCS SQL RTC Access” dir=in action=allow program=”c:Program FilesMicrosoft SQL ServerMSSQL10.RTCMSSQLBinnsqlservr.exe” enable=yes profile=any

#Creating firewall exception for SQL Browser
netsh advfirewall firewall add rule name=”SQL Browser” dir=in action=allow protocol=UDP localport=1434

Leave a Reply