New ISERemoteTab Versions Save

A set of PowerShell functions to add new remote tabs in the PowerShell ISE

v2.1.0

2 years ago

ISERemoteTab

v2.1.0

  • Help updates.
  • Modified -ProfileScript parameter in New-ISERemoteTab to use $ISEREmoteProfile as the default. This is a continuation of Issue #10.
  • Updated README.md.

v2.0.0

2 years ago

ISERemoteTab

v2.0.0

  • Updated License.
  • 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.
  • Help updates.
  • Updated README.md.