KB0002 - Security features of PowerShell Universal
In terms of security features, PowerShell Universal currently provides:
- HTTPS for over the wire encryption
 
- Authentication providers such as SAML2, OpenID Connect, Windows (NTLM\Kerberos), WS-Federation, client certificate, and basic auth
 
- Role-based access
 
- Ability to generate app tokens to provide role-based access to the features within
 
- Secret management (passwords and strings) are stored within external vaults using the Microsoft Secret Management PowerShell module
 
- Related Articles
- PowerShell Universal Service crashes on startup after an upgrade to 1.4.6- Version: PowerShell Universal 1.4.6 Issue The PowerShell Universal service will crash with the following error in Event Viewer.  Application: Universal.Server.exe CoreCLR Version: 4.700.19.56402 .NET Core Version: 3.1.0 Description: The process was ... 
- KB0074 - Connecting to PSU API w/Windows Auth- Scope This article applies only to PSU environments where Windows Authentication[1] is enabled and known to be working[2]. Problem You are not able to interact with the PSU instance using the Invoke-WebRequest PowerShell cmdlet even though logging in ... 
- KB0011 - Are licenses different between Production, QA and Test/Development servers?- Update January 24th, 2023 Adam recently summarized the Developer's license per below: The only real limitation on the developer license is that it cannot be accessed remotely. The server is only available on loopback when using the dev license. If ... 
- ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY when accessing PowerShell Universal- Version: Any Issue: When accessing PowerShell Universal with a Chromium-based browser such as Google Chrome or Microsoft Edge, you can encounter an error when HTTPS is enabled. The error will state ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY.  Root ... 
- KB0041 - About Templates- Purpose The purpose of this article is to provide a timeline around the Template functionality of PowerShell Universal. Background Templates were introduced to provide a starting point for newcomers to PowerShell Universal. They have since been ...