AutomatedLab / AutomatedLab.Common

PowerShell module for daily administrative tasks and general helper functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send-ModuleToPSSession does not work when target PS version < 5

nyanhp opened this issue · comments

Send-ModuleToPSSession simply assumes that the module should be stored in a versioned folder in ProgramFiles, which does not work in any PowerShell version < 5. Also, the cmdlet is currently not Linux-compatible.