Filter By
Displaying results 1 - 4 of 4 (Page 1 of 1)
SysAdminsFriends is a module that provides some tools that are useful for system administrators. * Export-FirewallRules, Import-FirewallRules, Remove-FirewallRules for firewall rules * Get-Sessions retrieves information on logon sessions * Start-Webserver is a Powershell web server without IIS * ConvertTo-Batch converts short Powershell scripts... More info Tags |
WebServer is a module that starts a webserver (without the need for IIS). Powershell command execution, script execution, upload, download and other functions are implemented. * Start-Webserver starts a webserver listening on port 80 with binding to localhost only * Start-Webserver "http://+:8080/" "C:\Data" starts a webserver on port 8080 with ... More info Tags |
Pretend Endpoint, the disposable web server. A set of PowerShell cmdlets to create an HTTP test server/endpoint for inspecting or debugging client requests. Tags |