Royal TS V3 (with a PowerShell module) released

Back in January 2015, I wrote an introduction to the new PowerShell module in Royal TS V3, which back then was available as a beta version.

Since then, the final version of Royal TS V3 has released. I provided some feedback for improvements in the previous article, many of them are implemented in the final version:

  • We have unified Get-RoyalObjects and Get-RoyalObject into one cmdlet
  • We have added IntelliSense for some parameters with predefined value
  • We have updated our help to be more complete and it is now available via Get-Help
  • Additionally, we will have a look into getting the Royal TS PowerShell module into Chocolatey/OneGet and in the PowerShell Gallery.

The path to the Royal TS PowerShell module is not added to $env:PSModulePath yet, but I’m told they are looking into it.

I’m also told that Royal TS V3 has been submitted to Chocolatey, but it’s not approved yet. That’s why we still see the previous version when using OneGet to find it:

As soon as it’s published you may install it using Install-Package –Name RoyalTS -MinimumVersion 3. Until then you can get it from the Royal TS downloads page.

The following cmdlets and parameters has been changed in the Royal TS PowerShell module between the beta and final version:

Get-RoyalObject (!)

Folder (+)

Name (+)

Object (-)

Store (+)

Type (+)

Get-RoyalObjects (-)

!  > Changed

+ > New

–  > Removed

Here is an example of the IntelliSense, which has been added:

I have also updated the script for creating Remote Desktop connections I published as part of my previous article, since there was a breaking change from the beta version. You can find the updated version here.

If you have ideas or suggestions for improvements, you may submit them on the Royal TS Support portal.

Share on: