ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
36 stars 4 forks source link

Send-PSUEvent Improvements #3612

Closed adamdriscoll closed 1 month ago

adamdriscoll commented 2 months ago

Summary of the new feature / enhancement

We should add a -EventHubClient or -ComputerName or something to allow for sending events to a specific node without having to look it up by -ConnectionId.

We should also add -PassThru or something to allow for returning items from all the nodes in a hub without having to loop through each connection.

Proposed technical implementation details (optional)

No response