PowerShell / WindowsCompatibility

Module that allows Windows PowerShell Modules to be used from PSCore6
Other
138 stars 33 forks source link

Should expose -PSSession parameter #55

Open SteveL-MSFT opened 5 years ago

SteveL-MSFT commented 5 years ago

Each of the cmdlets should accept a -PSSession. Currently the parameters for Initialize-WinSession only create a WSMan connection. Should support any PSSession type.

zigford commented 5 years ago

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.

SteveL-MSFT commented 5 years ago

@zigford that's a scenario we want to support, however, it'll likely come after 1.0.0 release