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
Certificate Store by Thumbprint
PEM And Key Certificates
Protocol
Example: Self-Signed Certificate
Last updated