Forum Discussion
zhifeng_ke
Mar 30, 2022Copper Contributor
Regarding whether windows server has a quick start port listening scheme
Linux servers all have a certain version of Python installed by default, and Python can provide a simple service, it is very easy, You can quickly create a port listener for testing network connectiv...
Mar 30, 2022
zhifeng_ke You can use the Httplistener module, install-module Httplistener and then run Start-HTTPListener -Port 8080 . Perhaps you will need to allow the port in the Windows Firewall first depending on your environment.
For more information : https://devblogs.microsoft.com/powershell/simple-http-api-for-executing-powershell-scripts/