Rename 'Get-Subsystem' to 'Get-PSSubsystem' by daxian-dbw · Pull Request #13765 · PowerShell/PowerShell
It's mentioned in the PR description:
Also fix two minor issues:
- Adjust the width for
SubsystemTypein formatting;- Enumerate the collection when writing out
SubsystemInfo.
Without it, the collection returned from SubsystemManager.GetAllSubsystemInfo() will be written out without change, and thus Get-PSSubsystem | % { $_.GetType() } will return something like ...Collection`1.