You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PSSession object has the name specified in the -Name parameter of the New-PSSession command.
Actual Result
The PSSession object does not have the name specified in the -Name parameter of the New-PSSession command.
Id Name ComputerName ComputerType State ConfigurationName Availability
-- ---- ------------ ------------ ----- ----------------- ------------
9 SSH9 x.x.x.x RemoteMachine Opened DefaultShell Available
Reproduction Steps
Expected Result
The PSSession object has the name specified in the
-Nameparameter of theNew-PSSessioncommand.Actual Result
The PSSession object does not have the name specified in the
-Nameparameter of theNew-PSSessioncommand.Cheers,
Trevor Sullivan