PowerShellStandard icon indicating copy to clipboard operation
PowerShellStandard copied to clipboard

Missing RunspaceConnectionInfo Types

Open adamdriscoll opened this issue 6 years ago • 1 comments

  • VMConnectionInfo - https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.runspaces.vmconnectioninfo?view=pscore-6.2.0
  • SSHConnectionInfo - https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.runspaces.sshconnectioninfo?view=pscore-6.2.0

adamdriscoll avatar Sep 14 '19 03:09 adamdriscoll

The SSHConnectionInfo type is not available in PowerShell 5 so it mustn't be in the standard. The VMConnectionInfo object was explicitly remove (I'm trying to track down why now)

JamesWTruher avatar Mar 25 '20 21:03 JamesWTruher