Category: RES Products

Technote: Making Dynamic HTML email signatures

From the Technotes-R-Us Dept. Ever wondered how to create nice uniform HTML signatures for your entire company, then to discover there’s someone that needs a different one. Fast forward 6 months you’re faced with having 5 or 6 different email signature templates for Outlook to juggle. If you want a sleek method of dealing with all that, you want to check out this article from resident co-Guru, Sascha Maier. Here you’ll learn how to not only embed different bitmaps into the signature according to group membership, but also how to distribute those bitmaps using RES Workspace Manager’s Custom Resource feature.

<<< Click here to read the article.

PS: This is our 60th article, w00t!

New Technote: Viewing contents of UPR* files

From the Technotes-R-Us Dept. A new article has been published in the Technote library by resident co-author Mr. Patrik Kaak. This time he takes us through how you troubleshoot if you have large User Settings files in Workspace Manager. This article illustrates how to figure out what’s actually being stored inside of these files.

<<< Click here to read the article.

Get AM and WM trained in Ft. Lauderdale / November

From the RES Tech Training Dept. Are you a new or prospective RES partner in the United States? Need to get trained in a RES product? Missed the recent invite? Then keep reading, this article is for you then!

Read more »

Referencing a NOT NULL string in RES products

From the Interesting Tidbits Dept. Here’s probably the shortest RESguru posting to date, but it’s been a little thing that has been itching to be posted for a while. In all it’s simplicity it’s about how you would reference an empty string in either Automation Manager or Workspace Manager. Since there isn’t a NULL operator per say, we have to rely on our old friend, Mr. PatternMatching. In other words for the uninitiated, RES products supports a pletora of wildcard operators within the text input fields of the products. You can also use variables and functions here. Also check out the RESpedia entry on patternmaching.

The use-cases are many, as you might need to check on environment variables, registry settings, AD properties, file versions or something completely different. Here is a quite simple one: Let’s say we want to check if a variable is set or not. All we have to do is use the pattern “?*” without the quotation marks. The questionmark determines that a single any-character must be present, and the asterisk says that any number of characters including none, may follow. Here on the right is a screenshot which illustrates the usage. PS: Thanks to Dave Bryant for sharing this nugget.

Review of Workspace Manager SR2

From the Community Hero dept. My good friend Sylvester de Koster over at CDG in England has taken the time to go through the new SR2 release of the RES Workspace Manager in a new article on the CDG blog. He covers the new additions to the console interface, the new Configuration Wizards, and the new embedded online tutorial videos. Go have a look at the article here.

Limiting interactions between office components

From the TechNote Dept. A new article from Mr. Dave Bryant explains how you can leverage the File and Folder Security to prevent Office from launching unauthorized Office applications through OLE.

 

<<< Click here to read the article.

VDX Online Test Drive

Today, I have an exciting new online tool to announce to you. RES Customers and partners can now try RES VDX in an free cloud-based test environment . This online testdrive site allows users to evaluate the capabilities of RES Virtual Desktop Extender with their own computer as a remote desktop client. If you are new to the whole VDX thing, go have a look at this article. In order to try it, a couple of things are needed:

  • On the testdrive landing page you’ll need to enter your contact details. An email with a link will be sent to the address you provide.
  • You need IE6 for this service (Sorry, it seems the launch interface from Runaware.com does not support FireFox or Chrome at the moment)
  • If you don’t have it already, install the Citrix ICA Client plugin.
  • Last but not least, install the VDX client plugin. Both plugins are available for download on the demo page also.

In essence with this testdrive option, users can try RES VDX, allowing users to evaluate the product in a sandbox environment in the cloud. This makes evaluating our software faster and easier. I’m told that if this online test drive is successful, we will create online test drives for our other products as well, so be sure to give the good folks of Product Management some good feedback on this! Once you’re logged in, follow the onsite tutorial instructions to take VDX for a spin.

The registration form for the Online Test Drive can be found here. Enjoy!

 

Presenting RES Online Learning

From the selfstudy dept. Last week RES Software opened up a brand new website, RES Online Learning, which will help you both get started with RES technology. The site consists of A LOT of video material that will let you learn in more detail how to wrangle both the RES Workspace Manager and RES Automation Manager. All the videos are posted on a dedicated YouTube channel, but I highly recommend using the Online Learning website, where you can track your own progress as you work through the material. As of now there are 60+ videos to chomp through. The site is free to use and can be found at tutorials.ressoftware.com.

New AM buildingblock: Lock keyboard and Mouse

From the BuildingBlock dept. I’ve posted a new buildingblock in the Automation Manager section. This BB is based on some original work by Jeroen Speetjens who shared it with us a while back (Cheers mate!). This building block contains one single module, which can both disable or enable mouse and keyboard on a target computer. This is great for situations where you want users to keep their hands completely off the computers until you’re done with them. Read more »

How to use Runbook Parameter Linking

From the technotes-R-us dept. Patrick Kaak has written the second part of his article series on how to wrestle the most out of RES Automation Manager. This time he dives into how to use parameters between modules and run books. This makes short work of expanding existing functionality in Automation Manager Modules. The idea is really simple. For those of you back in the day who started out writing batch files, a module parameter is equivalent to putting in %1, %2 etc into a script.

The beauty of using parameters inside the RES Automation manager is that you can do it without any scripting, yet still benefit from using information which as already been entered across multiple modules.

<- Click here to read the article