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:

  1. Adjust the width for SubsystemType in formatting;
  2. 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.