...
Ouvrir le port 1433 sur le parefeu windows (direction in)
Code Block |
---|
New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow |
...
...
Code Block |
---|
New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow |
...