From the RES Community Hero Dept. Today I’d like to introduce a new blog site, which one of my good colleagues, Musa Cakar from RES Support has launched. The blog is called My Virtual Environment, or MYVE.nl. His first article is very useful, as it deals with reducing the size of Mozilla Firefox profiles, using the RES Workspace Manager. Be sure to check out the article here!
From the Technotes-R-Us Dept. With the Automation Manager 2012 currently available as RC2, a RESguru article describing the nuts, bolts and registry settings of the new Dispatcher+ has been overdue for a while. To the rescue comes Rob Aarts with a great article, which explains the ins and outs of the new dispatcher component. Also covered in the article is the Master Dispatcher/Cache feature. The most important registry settings to tweak the behavior of the Dispatcher are also covered. Finally the article also covers the new WebAPI for Automation Manager.
<<< Click here to read the article!
Tags: Automation Manager, Dispatcher, Dispatcher Plus, Master Caching, Master Dispatcher, Registry Hack, RESTful Web Services, SOAP, WebAPI
2012, Automation Manager, Technote | RESguru |
January 8, 2012 09:24 |
Comments (0)
Tags: Automation Manager, Lab Build, PoC, Proof of Concept, Provisioning Server, Unattended Install, Xenapp, XenDesktop
Automation Manager, BuildingBlocks, Citrix, External stuff, Technote | RESguru |
December 19, 2011 16:57 |
Comments (1)
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!
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.
Tags: .UPF2, .UPR, .UPR2, Diagnostics, Troubleshooting, UPF, User Preferences, User settings
2011, Technote, Workspace Manager | RESguru |
October 28, 2011 03:23 |
Comments (0)
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.
This article stems from that the fact that I’ve been asked several times the same question: “So, I’m looking to do VDI, and I want to use non-persistent / perishable images – but at the same time I want to allow my users to install their own apps. Can you software support that?”. That is what I’m going to address in this article.
For those of you wondering, this article had initially absolutely nothing to do with the whole Citrix/Ringcube thing, as I started writing a month prior to the press release last week. However since it’s a now a reality, it needs to be factored in. I now get questions like; “So, the RingCube/Citrix acuquisition – how does it affect RES?“. The short and precise answer is:
Not At All.
If I was in the business of, oh say… User Virtualization, perhaps I would have reason to worry, however neither layering nor virtualization has ever been in RES Software’s technology sphere. Seen from the point of the RES Workspace Manager, the RingCube offering is just another carrier platform, into which we can inject dynamic settings and manage security on top. Another thing to be aware of: Security around a layered environment is still very relevant to be managed as I presume that certain applications, such as games, torrent clients and other non-business apps aren’t wanted there either. The RES Workspace Manager can control what you are allowed to install, on a very granular level. I will explain this further into this article…
Read more »
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.
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