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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Each of the cmdlets should accept a -PSSession. Currently the parameters for Initialize-WinSession only create a WSMan connection. Should support any PSSession type.
The text was updated successfully, but these errors were encountered:
Support for ssh sessions would work around an issue I have for Non-Windows --> Windows. Currently WSMan from Non-Windows --> Windows seems to only work for non-domain accounts, whereas ssh sessions work for domain accounts. Supporting SSH sessions would allow running windows modules on non-windows that require domain level priviledges.
Each of the cmdlets should accept a
-PSSession
. Currently the parameters forInitialize-WinSession
only create a WSMan connection. Should support any PSSession type.The text was updated successfully, but these errors were encountered: