PowerShell / WindowsCompatibility

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

Fix for #23. Session management was broken. #40

Closed BrucePay closed 5 years ago

BrucePay commented 6 years ago

Fix for #23. Removed all the initializers from the functions and fixed how $SessionComputerName and $SessionConfigurationName are set. Now if Initialize-WinSession is called without arguments, the session variables are used and if it's called with arguments then the session variables are set.