description |
---|
New features in PowerShell Universal v4. |
Event Hubs allow client machines to receive events from the PowerShell Universal server and execute PowerShell locally. Event Hubs support authentication and transmitting data within the events.
Apps are a clearer description of what the previously named dashboard functionality represents. All the functionality of dashboards is still present in apps.
A new drag and drop designer is now available for apps. A subset of controls can be used within the designer to visually layout and edit the properties of components.
PowerShell Universal now ships with live documentation for app components and features. You'll be able to quickly view examples and copy code directly into your apps.
We've added and updated components for apps. These include:
- Split Button
- Speed Dial
- Improved Data Grid
- Updated Date and Time pickers
PowerShell Universal will now periodically run health checks on the environment. These include checks on resource usage (CPU, memory, etc) and service account configuration.
The logging framework is now highly customizable, consistent and searchable. You can output to the file system, TCP, HTTP and even extend the framework by logging in your own custom PowerShell script.
Logging can also be customized per feature (e.g. apps) and resource (e.g. a single app).
The PowerShell Universal server has been updated to PowerShell 7.3 and .NET 7.
Modules can now include PowerShell Universal resources like scripts, schedules, apps and roles. This allows for distribution of functionality via standard package repositories.