PowerShell DSC Ports
hello everyone!
can tell me ports need configured between powershell dsc pull server (https) , dsc clients?
surely ports define ports define web server during configuration have reachable clients... there else opened in (hardware) firewall?
thanks,
jens
jensit.wordpress.com
protip: clients called nodes in dsc.
honestly, don't believe you're going need anymore ports opened port used dsc pull server website, , compliance server website. if take @ powershell.org's, the dsc book, they've used 8080 , 9080 respectively. port reference part of configuration script, , mof, used build out dsc pull server.
if you've built dsc pull server, open iis manager , check bindings on sites -- make sure ports opened. if you're using powershell, can use get-website cmdlet, returns website names , bindings.
if you're worried there's more , end having problems, have network team watch firewalls in real time drops between ip of dsc pull server , dsc node. now, if smb pull server, you'd have more ports in concern yourself. http/https, , minimal amount of ports required. makes type of pull server more desirable... in estimation, @ least.
after stand what's going dsc pull server, run netstat -a before , after configure server dsc pull server. feeling you'll see additional website ports appear (again, defined in configuration script).
Windows Server > Windows PowerShell
Comments
Post a Comment