Hosting
Various hosting methods for PowerShell Universal.
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
Permissions
Protocol
Security Headers
Example: Self-Signed Certificate
Last updated
Was this helpful?