jdhitsolutions / PSScriptTools

:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform. Any operating system limitations should be handled on a per command basis. The Samples folder contains demonstration script files
MIT License
875 stars 110 forks source link

Need Get-PSSessionInfo formatting for remote sessions #105

Closed jdhitsolutions closed 3 years ago

jdhitsolutions commented 3 years ago

When running Get-PSSessionInfo in a PowerShell remoting session, the result is a deserialized version of the object which doesn't use the default formatting.

jdhitsolutions commented 3 years ago

This is the same issue as #106 .