<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Automation Manager on Remko's Blog</title><link>https://remkoweijnen.nl/blog/tags/automation-manager/</link><description>Recent content in Automation Manager on Remko's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 13 Mar 2012 13:41:56 +0000</lastBuildDate><atom:link href="https://remkoweijnen.nl/blog/tags/automation-manager/index.xml" rel="self" type="application/rss+xml"/><item><title>Track who created the TreatAs registry key</title><link>https://remkoweijnen.nl/blog/2012/03/13/track-who-created-the-treatas-registry-key/</link><pubDate>Tue, 13 Mar 2012 13:41:56 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2012/03/13/track-who-created-the-treatas-registry-key/</guid><description>&lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image14.webp" class="glightbox" data-type="image" data-gallery="post-2542"&gt;&lt;img loading="lazy" decoding="async" style="display: inline; float: right" title="image" alt="image" align="right" src="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image_thumb14.webp" width="83" height="82" /&gt;&lt;/a&gt;Last week I wrote about an error message the users received when &lt;a href="https://remkoweijnen.nl/blog/2012/03/09/edit-document-requires-a-windows-sharepoint-services-compatible-application/" target="_blank"&gt;opening documents from SharePoint&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The article showed how to fix the problem but it didn't feel good that I didn't know where this "TreatAs" value was coming from.&lt;/p&gt; &lt;p&gt;I figured that I could read the timestamp key from the registry to see at what/date time the value was created. This value can be read using the &lt;a href="http://msdn.microsoft.com/en-us/library/ms724902%28VS.85%29.aspx" target="_blank"&gt;RegQueryInfoKey&lt;/a&gt; API but there are various tools that can read it. &lt;/p&gt;</description></item><item><title>PowerShell script to read Agent Guid from Automation Manager</title><link>https://remkoweijnen.nl/blog/2012/03/06/powershell-script-to-read-agent-guid-from-automation-manager/</link><pubDate>Tue, 06 Mar 2012 16:00:06 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2012/03/06/powershell-script-to-read-agent-guid-from-automation-manager/</guid><description>&lt;p&gt;From a script I needed to schedule a project in RES Automation Manager 2011 for a particular server.&lt;/p&gt; &lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image2.webp" class="glightbox" data-type="image" data-gallery="post-2500"&gt;&lt;img loading="lazy" decoding="async" style="margin: 0px 3px 6px 0px; display: inline; float: left" title="image" alt="image" align="left" src="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image_thumb2.webp" width="65" height="65" /&gt;&lt;/a&gt;This can be done with the WMC.exe commandline tool as documented in the &lt;a href="http://support.ressoftware.com/automationmanageradminguide/15833.htm" target="_blank"&gt;Admin Guide&lt;/a&gt;. However we must specify the agent's GUID instead of it's name. We can of course use the AM console to get the agent's GUID but it's more flexible to script this.&lt;/p&gt; &lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image3.webp" class="glightbox" data-type="image" data-gallery="post-2500"&gt;&lt;img loading="lazy" decoding="async" style="display: inline; float: right" title="image" alt="image" align="right" src="https://remkoweijnen.nl/blog/wp-content/uploads/2012/03/image_thumb3.webp" width="78" height="121" /&gt;&lt;/a&gt;Unfortunately there's no API we can call so I am directly quering the AM database using a PowerShell script.&lt;/p&gt; &lt;p&gt;The script read the database server and database name from the registry so it assumes you have the AM console installed.&lt;/p&gt;</description></item><item><title>Change CD/DVD drive letter with RES Automation Manager</title><link>https://remkoweijnen.nl/blog/2012/02/17/change-cddvd-drive-letter-with-res-automation-manager/</link><pubDate>Fri, 17 Feb 2012 15:04:34 +0000</pubDate><guid>https://remkoweijnen.nl/blog/2012/02/17/change-cddvd-drive-letter-with-res-automation-manager/</guid><description>&lt;p&gt;I needed to change the drive letter assigned to the cd/dvd station from an Automation Manager project.&lt;/p&gt; &lt;p&gt;&lt;a href="https://remkoweijnen.nl/blog/wp-content/uploads/2012/02/image2.webp" class="glightbox" data-type="image" data-gallery="post-2429"&gt;&lt;img loading="lazy" decoding="async" style="display: inline; float: right" title="DVD Drive" alt="DVD Drive Icon" align="right" src="https://remkoweijnen.nl/blog/wp-content/uploads/2012/02/image_thumb2.webp" width="68" height="67" /&gt;&lt;/a&gt;Although most systems only have one cd/dvd drive, some machines might be equipped with multiple drives.&lt;/p&gt; &lt;p&gt;A couple of years ago I wrote a tool called &lt;a href="https://remkoweijnen.nl/blog/2010/10/20/change-driveletter-commandline-tool/" target="_blank"&gt;ChDrvLetter&lt;/a&gt; that can assign a specific drive letter to a partition given it's volumename. In that tool I also included an option for CD/DVD drives.&lt;/p&gt; &lt;p&gt;Using the CDROM [Letters] parameter you can assign specific letters to the CD/DVD drives.&lt;/p&gt;</description></item></channel></rss>