Link to home
Start Free TrialLog in
Avatar of janhoedt
janhoedt

asked on

Ps and sql queries: firewall ports to open?

Hi,

I need to:
-connect to a server via powershell (execute invoke commands and enter pssessions)
-execute sql queries to another server

Both work on one w10 pc, not on another.
Which ports on the firewall I need to open
-for Powershell
-for sql queries?

Please advise
J
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

sql usually communicates via tcp port 1433

On the working WIN 10 PC, do you have SQL Browser service running? 

On non working PC, check the same service


Check sql modules installed on non working PC


Firewalls have logs. Let the firewall log blocked connections and you'll see which ports are tried.
Avatar of janhoedt
janhoedt

ASKER

No answer on ps, only sql. Just generic Gooagable answer without details/clarification
Don't close questions before asking for clarification. Makes no sense.
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial