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
Modified New-ISERemoteTab to better support profiles so that prompt functions can be defined. Issue #10.
Changed the -Profile parameter in New-ISERemoteTab to -ProfileScript to avoid potential conflicts with the automatic $Profile variable. This also required an update to New-ISERemoteTabForm.
Updated commands to support PowerShell Direct and connecting to a Hyper-V virtual machine. Issue #9.
Added the nrtf alias for New-ISERemoteTabForm.
Removed the cred and c aliases for the Credential parameter in New-ISERemoteTab.
Removed code in New-ISERemoteTab to run Test-WSMan.
Added better error handling in New-ISERemoteTab.
Removed user name in New-ISERemoteTab when prompting for credential.
Reorganized module layout.
Updated SampleRemoteProfile.ps1 with a demo prompt function.
Increased the required Windows PowerShell version to 5.1.