Hosting
Hosting as a Windows Service
Configuring a Windows Service Manually
New-Service -Name "PowerShellUniversal" -BinaryPathName "Universal.Server.exe --service" -Description "PowerShell Universal server service." -DisplayName "PowerShell Universal" -StartupType Automatic
Start-Service PowerShellUniversalHosting in Azure
Hosting Manually
Web Server Configuration
Setting the Port and Listening Address
Configuring HTTPS
PFX Certificates
Certificate Store
PEM And Key Certificates
Protocol
Last updated
Was this helpful?