<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Remote Administration For Windows &#187; Uncategorized</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Find out what causes your computer to blue screen</title>
		<link>http://www.intelliadmin.com/index.php/2011/10/find-out-what-causes-your-computer-to-blue-screen/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/10/find-out-what-causes-your-computer-to-blue-screen/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 15:59:14 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4310</guid>
		<description><![CDATA[My friend Mike emailed me: &#8220;Hey Steve, I thought I might pass along another tool from Nirsoft. I just used it to solve a random crash issue I had with one of our remote servers. It would crash intermittently, and I could never get the staff to look at the machine before they cycled the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/10/find-out-what-causes-your-computer-to-blue-screen/" title="Permanent link to Find out what causes your computer to blue screen"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/drivers.jpg" width="55" height="55" alt="Post image for Find out what causes your computer to blue screen" /></a>
</p><p>My friend Mike emailed me:</p>
<p>&#8220;Hey Steve,</p>
<p>I thought I might pass along another tool from Nirsoft. I just used it to solve a random crash issue I had with one of our remote servers. It would crash intermittently, and I could never get the staff to look at the machine before they cycled the power. It is called Blue Screen View&#8230;.&#8221;</p>
<p>Blue Screen View is a great tool. Every time windows crashes with a blue screen, it creates a dmp file in the c:\windows\minidump folder. My friend mike was able to pull those dmp files from that remote server over the network, and load them into the Nirsoft tool.</p>
<p>It makes it a breeze to diagnose issues like this. When you launch it &#8211; the program will automatically load any dmp files it finds on the local machine:</p>
<p><img src="http://www.intelliadmin.com/images/Blue%20Screen%20Viewer%20201110.jpg" alt="Blue Screen View"></p>
<p>If you have ever had to diagnose a blue screen crash, you usually have to wait for it to happen&#8230;then quickly write down the error code, and then finally get to a machine and do a google search.</p>
<p>With this tool, it is two clicks away:</p>
<p><img src="http://www.intelliadmin.com/images/Blue%20Screen%20Viewer%20Google%20Search.jpg" alt="Blue screen viewer google search"/></p>
<p>Man, what a huge time saver.</p>
<p>More importantly it lists the driver that caused the crash. This will tell you almost immediately where to look or what to update to resolve the issue:</p>
<p><img src="http://www.intelliadmin.com/images/Blue%20Screen%20Cause.jpg" alt="Blue Screen Cause"/></p>
<p>You can even view the blue screen as it looked when the machine crashed:</p>
<p><img src="http://www.intelliadmin.com/images/Blue%20Screen%20Viewer%20Real%20View.jpg" alt="Real Blue Screen View"/></p>
<p>It is free for commercial and personal use. You can download it from here:</p>
<p><a href="http://www.nirsoft.net/utils/blue_screen_view.html">http://www.nirsoft.net/utils/blue_screen_view.html</a></p>
<p>Another great tool to add to your USB flash drive in your pocket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/10/find-out-what-causes-your-computer-to-blue-screen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Logoff users remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 16:02:33 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4101</guid>
		<description><![CDATA[I got a question from Darren: &#8220;Steve, been using the free edition of Network Administrator. Nice tool, but it is missing something we need. I see you have the ability to shutdown and reboot systems, but what about logging off users?&#8221; Good question. I remember when I would do after hours upgrades &#8211; and one [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/" title="Permanent link to Logoff users remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Users.jpg" width="60" height="56" alt="Post image for Logoff users remotely" /></a>
</p><p>I got a question from Darren:</p>
<p>&#8220;Steve, been using the free edition of Network Administrator. Nice tool, but it is missing something we need. I see you have the ability to shutdown and reboot systems, but what about logging off users?&#8221;</p>
<p>Good question. I remember when I would do after hours upgrades &#8211; and one of the big issues was a user that would leave an app open that was part of the upgrade. After the it failed we would have to start making the rounds to see who left it up and running.</p>
<p>It would have been great if I could have just hit a few buttons and forced all computers to logoff.</p>
<p>That is now possible with Network Administrator &#8211; we have added the option to the shutdown section:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Logoff%20Addition.jpg" alt="Logoff Users Remotely"/></p>
<p>It works on 2000, XP, 2003, Vista, Windows 7, and 2008 &#8211; even the 64 bit versions. </p>
<p>Just select the logoff action, pick your machines, and start logging them off:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Logoff.jpg" alt="Logoff Users Remotely"/></p>
<p>It is a totally free tool if you don&#8217;t need to use it on more than 3 computers at the same time. Get it from our download page:</p>
<p><a href="http://www.intelliadmin.com/index.php/downloads/">http://www.intelliadmin.com/index.php/downloads/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notify users when their password expires</title>
		<link>http://www.intelliadmin.com/index.php/2011/05/notify-users-when-their-password-expires/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/05/notify-users-when-their-password-expires/#comments</comments>
		<pubDate>Fri, 06 May 2011 16:33:57 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[BAT Files]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3282</guid>
		<description><![CDATA[I have been getting lots of questions from everyone, and that is great This week I got a question from Charles, &#8220;Hello Steve, I have a problem, I need to run a VB Script that will tell users that their password needs to be changed in x days. The Windows 7 balloon is not effective, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/05/notify-users-when-their-password-expires/" title="Permanent link to Notify users when their password expires"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Command.jpg" width="64" height="54" alt="Post image for Notify users when their password expires" /></a>
</p><p>I have been getting lots of questions from everyone, and that is great</p>
<p>This week I got a question from Charles,</p>
<p><i>&#8220;Hello Steve, </p>
<p>I have a problem, I need to run a VB Script that will tell users that their password needs to be changed in x days. The Windows 7 balloon is not effective, and users miss it. Also, I do not want it to slow down the login.  So what options do I have left?&#8221;<br />
</i></p>
<p>This is an excellent question. Other versions of windows might not even tell you. </p>
<p>For example: A user could leave their system on for days and days, and then cross the threshold of the password expiration date &#8211; suddenly nothing works for them.</p>
<p>You know what that means &#8211; another call to the help desk!</p>
<p><img src="http://www.intelliadmin.com/images/Help%20Desk%20Call%20201105.jpg" alt="Help Desk Call"/></p>
<p>I have a good trick to filling all of your requirements. I have translated them to:</p>
<p>1. Make sure the users logon is swift, and not interrupted by a password expiration notice (Especially because windows just told them about it!)</p>
<p>2. While they are using windows, make it clear that their password expired. Don&#8217;t depend on Windows to properly notify them.</p>
<p>3. Do all of this from a script, no extra programs required</p>
<p>I think we can make that happen. First, we need a script to see if and when the users password expires. I found one <a href="http://msdn.microsoft.com/en-us/library/ms974598.aspx">that Microsoft has provided</a>, and I have modified it to suit our needs. </p>
<p>The script has one function &#8211; PasswordDaysLeft. You call it, and it returns the number of days left before the password expires. If the function returns 99999 then the password never expires.</p>
<p>For example, if we wanted to know that in 10 days or less the password would expire, we would call it like this:<br />
<code><br />
if (PasswordDaysLeft() <= 10) then<br />
&nbsp;MsgBox("Your password will expire in " &#038; PasswordDaysLeft() &#038; " days!")<br />
end if<br />
</code></p>
<p>So now we have the ability to check for password expiration. But what about the original request? We don't want it to pop up at startup, but later. </p>
<p>Here is how we can get our script to do that:</p>
<p>We will loop in our script, and only check every 5 minutes. In addition, we will only start checking 20 minutes after the user logs in:<br />
<code><br />
'Sleep for 20 minutes<br />
WScript.Sleep(20 * 1000 * 60)</p>
<p>bRunning = TRUE<br />
'20 minutes is up, check every 5 min to see if password is too old<br />
while (bRunning)<br />
&nbsp;if (PasswordDaysLeft() <= 10) then<br />
&nbsp;MsgBox("Your password is about to expire. Please log off right now and change it")<br />
&nbsp;bRunning = FALSE<br />
&nbsp;end if<br />
&nbsp;WScript.Sleep(5 * 1000 * 60)<br />
wend<br />
</code></p>
<p>This will stay running until the password expires, or the user shuts down or logs off. Once the user is notified, it will exit and not bother them again.</p>
<p>Now we have most of what we need:</p>
<p>-A function that tells us how many days before a password expires<br />
-A script to check it. </p>
<p>How do we get it to run in the background?</p>
<p>That is easy. From the users logon bat file we call our VB Script like this:</p>
<p><code>start wscript \\server\share\PasswordExpires.vbs</code></p>
<p>This tells the BAT file to fire up our script, but not to wait for it.</p>
<p>So here is what happens:</p>
<p>The user logs in, the script is launched into the background. It silently waits for 20 minutes, and then on 5 minute intervals it checks if the password expired. If it did, then the user gets a notification and it quits.</p>
<p>It think that covers everything. The logon is quick, since it launches our script in the background and lets the user get right to their business. </p>
<p>You can download the zip file with the VBS file, and an example BAT logon script here:</p>
<p><a href="http://www.intelliadmin.com/PasswordExpires.zip">http://www.intelliadmin.com/PasswordExpires.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/05/notify-users-when-their-password-expires/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remote Administration from anywhere</title>
		<link>http://www.intelliadmin.com/index.php/2011/04/remote-administration-from-anywhere/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/04/remote-administration-from-anywhere/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 13:00:42 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3165</guid>
		<description><![CDATA[We just released Beta 5 of Enterprise Remote Control. Here are the download links: Enterprise Server Download (1.0.0.105) Agent Download (5.481) Viewer Download (5.0.0.170) What is it? &#8211; Let me tell you. Ever have trouble supporting a remote user because it is too hard to get to their machine? You know what I am talking [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/04/remote-administration-from-anywhere/" title="Permanent link to Remote Administration from anywhere"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/RemoteDesktop.jpg" width="55" height="55" alt="Post image for Remote Administration from anywhere" /></a>
</p><p>We just released Beta 5 of Enterprise Remote Control. </p>
<p>Here are the download links:<br />
<b><br />
 <a href="http://www.intelliadmin.com/reflector_server5.exe" rel="nmlp">Enterprise Server Download (1.0.0.105)</a></p>
<p> <a href="http://www.intelliadmin.com/reflector_agent5.exe" rel="nmlp">Agent Download (5.481)</a></p>
<p> <a href="http://www.intelliadmin.com/reflector_client5.exe" rel="nmlp">Viewer Download (5.0.0.170)</a></b></p>
<p>What is it? &#8211; Let me tell you.</p>
<p>Ever have trouble supporting a remote user because it is too hard to get to their machine? You know what I am talking about&#8230;finding their public IP, having them open a port or two &#8211; if you are lucky you can pull it off, but usually you end up saying &#8220;Tell me what you see now&#8221;</p>
<p>Wouldn&#8217;t it be great if you could get to their computer and control it as if you were standing right there? No matter where they were at &#8211; as long as they were connected to the Internet?</p>
<p>I hear you. You are saying, &#8220;Sure Steve, but I don&#8217;t want to pay some huge monthly fee&#8221;. </p>
<p>I say you don&#8217;t have to. </p>
<p>Yes, there are many online services out there that will provide this for a monthly fee. Those are great &#8211; but you are different. </p>
<p>You know the difference between an IP and a MAC address. You don&#8217;t need the &#8220;hand holding&#8221; these services require. Plus you don&#8217;t want your sensitive info passing through a server you have no control over.</p>
<p>Why couldn&#8217;t you just run it yourself?</p>
<p>You can. That is what our Enterprise Remote Control can do for you. </p>
<p>Setup the IntelliAdmin Enterprise Server on your network, and install the agent on computers you want to control. From that point on those computers are only a few clicks away. Easily find a computer by name &#8211; instead of a constantly changing IP address:</p>
<p><img src="http://www.intelliadmin.com/images/Beta%205%20Find%20Computer Window.jpg" alt="Find Computer Window"> </p>
<p>When you go to connect, the system will find the most efficient way to get to it. If you are both on the same local network, then it will make a direct connection. Both of you are behind firewalls? No problem &#8211; it can relay the connection. With almost any firewall configuration, you can control that remote machine.</p>
<p>How much you ask? Right now we are still in beta. To reward those customers who support the product while it is being developed, we are offering a special license. </p>
<p><b>$599 US for an unlimited copy &#8211; <i>Unlimited agents</i>, <i>Unlimited viewers.</i></b> When the product is released on June 1st we will start charging per the number of agents. </p>
<p>Don&#8217;t wait, get your pre-order in now:</p>
<h2><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Pre-order Enterprise Edition today</a></h2>
<p>The beta has been going on for a while now, so why not take a look at the past releases and get up to speed:</p>
<p><a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/">Enterprise Edition Beta 1</a></p>
<p><a href="http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/">Enterprise Edition Beta 2</a></p>
<p><a href="http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3-released/">Enterprise Edition Beta 3</a></p>
<p><a href="http://www.intelliadmin.com/index.php/2011/02/enterprise-remote-control-beta-4/">Enterprise Edition Beta 4</a></p>
<h2>Where are we with Beta 5?</h2>
<p>Last time I promised easy distribution. The distribution tool, and the online agent builder are still being tested &#8211; so those are not ready yet. We did not want that to hold this release back. They will be ready soon.</p>
<p>We have fixed quite a few bugs in the Viewer, and improved its performance.</p>
<p>As promised, you can now set the viewer to register with the Enterprise Server when it automatically installs the agent on your LAN:</p>
<p><img src="http://www.intelliadmin.com/images/Remote%20Control%20Beta%205 Register%20Automatically.jpg" alt="Register Automatically"/></p>
<p>That little checkbox seems like a small feature, but our team put in many hours to get that to work.</p>
<p>Also, we have added a setting on the Enterprise Server:</p>
<p><img src="http://www.intelliadmin.com/images/Beta%205%20Enterprise%20Allow%20Config.jpg" alt="Config Button"/></p>
<p>This allows you to enable, or disable the &#8220;Configure&#8221; button in the agent information window (This is what is displayed when the user clicks on the icon by the time):</p>
<p><img src="http://www.intelliadmin.com/images/Remote%20Control%20Beta%205%20Config%20Button.jpg" alt="Config Option"/></p>
<p>The need for this will not be apparent right now, but in Beta 6 the agent settings window will allow you to configure the connection to the Enterprise Server &#8211; so it will be an important option.</p>
<p>So &#8211; Lots of bug fixes in all three components:</p>
<p> The Enterprise Server (We were calling this the reflector before)</p>
<p> -Issue where &#8220;Show Tray Icon&#8221; setting was not propagating<br />
 -Performance issue on networks with +300 agents resolved<br />
 -Agents were showing &#8220;Offline&#8221; when they were actually, online</p>
<p> The Agent<br />
 -Agent would crash if the option &#8220;Request Permission&#8221; was checked<br />
 -Agent performance improvements made<br />
 -Agent was not receiving the setting for &#8220;Show Tray Icon&#8221; from Enterprise server</p>
<p> The Viewer<br />
 -Viewer was leaking GDI resources if left open for long periods of time<br />
 -Viewer would crash on Windows 7 system if the agent connection was suddenly dropped.<br />
 -Viewer performance improved on older systems.</p>
<h2>What is next?</h2>
<p>Between beta 5 and beta 6 we will get those distribution tools out to you for testing. Beta 6 is targeted for the end of April. In that release we have a few bugs to still fix, and a few more tweaks to the viewer</p>
<p>All of the month of May we will continue testing &#8211; with no new features added. The final release will be on June 1st.</p>
<h2><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Pre-order Enterprise Edition today</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/04/remote-administration-from-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete files more than X Days old.</title>
		<link>http://www.intelliadmin.com/index.php/2011/03/delete-files-more-than-x-days-old/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/03/delete-files-more-than-x-days-old/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 14:32:08 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[BAT Files]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3125</guid>
		<description><![CDATA[On one of our servers we have a batch processing program. It is old and clunky, but it gets the job done. An irritating bug it has is that it leaves temp files around in the c:\windows\temp folder. One day we noticed the server was getting slow &#8211; finally realized that the temp folder had [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/03/delete-files-more-than-x-days-old/" title="Permanent link to Delete files more than X Days old."><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Command.jpg" width="64" height="54" alt="Post image for Delete files more than X Days old." /></a>
</p><p>On one of our servers we have a batch processing program. It is old and clunky, but it gets the job done. </p>
<p>An irritating bug it has is that it leaves temp files around in the c:\windows\temp folder. </p>
<p>One day we noticed the server was getting slow &#8211; finally realized that the temp folder had over 100,000 files!</p>
<p>We don&#8217;t have the code for this program, so we can&#8217;t fix the bug. An easy fix would be to setup a scheduled task to trash that folder every night.</p>
<p><img src="http://www.intelliadmin.com/images/Oscar%20The%20Grouch.jpg" alt="Windows Trash"/></p>
<p>Oscar would like to have all those files every night, but the problem with this solution is it can cause problems with apps that actually are *using* those temp files.</p>
<p>What we needed was a way to delete files that were over 1 day old. This was enough to make sure the temp file was no longer used by any of our processing apps.</p>
<p>After searching around, I found a command line program that Microsoft included with some versions of windows. It is called &#8220;forfiles&#8221;</p>
<p>ForFiles will process a command against files and folders that match your criteria. It allows you to set wildcards, pick only folders, or only files&#8230;and more importantly it allows you to specify something like &#8220;I only want files that are more than 1 day old&#8221;</p>
<p>First, let me show you the possible command line arguments for it:</p>
<p><code><br />
/P <b>Path Name</b> - Indicates the path to start searching. The default folder is the current working directory</p>
<p>/M <b>Search Mask</b> - Searches files according to a searchmask. The default searchmask is '*' .</p>
<p>/S  <b>Sub Directories</b> Instructs forfiles to recurse into subdirectories. Like "DIR /S".</p>
<p>/C  <b>Command</b> Indicates the command to execute for each file. Command strings should be wrapped in double quotes.</p>
<p>The following variables can be used in the command string:</p>
<p> @file - returns the name of the file.<br />
 @fname   - returns the file name without extension.<br />
 @ext     - returns only the extension of the file.<br />
 @path    - returns the full path of the file.<br />
 @relpath - returns the relative path of the file.<br />
 @isdir   - returns "TRUE" if a file type is a directory, and "FALSE" for files.<br />
 @fsize   - returns the size of the file in bytes.<br />
 @fdate   - returns the last modified date of the file.<br />
 @ftime   - returns the last modified time of the file.</p>
<p>To include special characters in the command line, use the hexadecimal code for the character in 0xHH format (ex. 0x09 for tab). Internal CMD.exe commands should be preceded with "cmd /c".</p>
<p>/D <b>date</b> Selects files with a last modified date greater than or equal to (+), or less than or equal to (-), the specified date using the "yyyy/MM/dd" format; or selects files with a last modified date greater than or equal to (+) the current date plus "dd" days, or less than or equal to (-) the current date minus "dd" days. valid "dd" number of days can be any number in the range of 0 - 32768."+" is taken as default sign if not specified.<br />
</code></p>
<p>Cool. It has everything we need. </p>
<p>Lets start out with the path. We want it to look in c:\windows\temp</p>
<p><code>forfiles <b style="color:black"> -p "c:\windows\temp"</b></code></p>
<p>I want to include subfolders:</p>
<p><code>forfiles -p "c:\windows\temp" <b style="color:black">-s</b></code></p>
<p>Using the date option, I tell it anything over 1 day old:</p>
<p><code>forfiles -p "c:\windows\temp" -s <b style="color:black">-d -1</b></code></p>
<p>I only want to delete the files that end with .tmp:</p>
<p><code>forfiles -p "c:\windows\temp" -s -d -1 <b style="color:black">-m *.tmp</b></code></p>
<p>And finally, the command I want to execute against the files it finds is del:</p>
<p><code>forfiles -p "c:\windows\temp" -s -d -1 -m *.tmp<br />
<b style="color:black">-c "cmd /c del /f /q @path"</b></code></p>
<p>Note the use of the @path variable &#8211; it is one of the many variables forfiles recognizes. </p>
<p>So there it is &#8211; a one line command that will delete files from our temp folder over 1 day old:</p>
<p><code>forfiles -p "c:\windows\temp" -s -d -1 -m *.tmp  -c "cmd /c del /f /q @path"</code></p>
<p>If your copy of windows does not have forfiles, you can download it from the Microsoft FTP Server here:</p>
<p><a href="ftp://ftp.microsoft.com/ResKit/y2kfix/x86/">ftp://ftp.microsoft.com/ResKit/y2kfix/x86/</a></p>
<p>I am really impressed with this little utility, and the possibilities are endless. I highly suggest keeping a copy on your flash drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/03/delete-files-more-than-x-days-old/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enterprise Remote Control Beta 3 &#8211; Released</title>
		<link>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3-released/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3-released/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 14:41:42 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2870</guid>
		<description><![CDATA[We have put the finishing touches on beta 3. To recap: Enterprise remote control is software that allows you to control computers from anywhere. No need to open ports, or get someones IP address. With a few clicks you can support your users &#8211; even if they are across the country in a hotel on [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3-released/" title="Permanent link to Enterprise Remote Control Beta 3 &#8211; Released"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/RemoteDesktop.jpg" width="55" height="55" alt="Post image for Enterprise Remote Control Beta 3 &#8211; Released" /></a>
</p><p>We have put the finishing touches on beta 3. To recap: Enterprise remote control is software that allows you to control computers from anywhere. No need to open ports, or get someones IP address. With a few clicks you can support your users &#8211; even if they are across the country in a hotel on a free wifi connection. The software takes care of the hard work for you.</p>
<p>Here are the download links:</p>
<p>Agent (Install on the computer you want to control)</p>
<p><a href="http://www.intelliadmin.com/reflector_agent5.exe" rel="nmlp">http://www.intelliadmin.com/reflector_agent5.exe</a> (Build Number 5.423)</p>
<p>Client (Software you use to control computers)</p>
<p><a href="http://www.intelliadmin.com/reflector_client5.exe" rel="nmlp">http://www.intelliadmin.com/reflector_client5.exe</a> (Build Number 5.0.0.127)</p>
<p>Reflector (Server software that manages it all)</p>
<p><a href="http://www.intelliadmin.com/reflector_server5.exe" rel="nmlp">http://www.intelliadmin.com/reflector_server5.exe</a> (No update&#8230;if you already have it no need to download)</p>
<p>Again, we are still offering our beta pricing. You can get an unlimited viewer and agent license for only $599. Once the beta is complete, this will no longer be available and we will switch to per agent pricing.</p>
<h2><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Visit our online store to purchase today</a></h2>
<p>For more detailed information about what has been fixed/changed in this release&#8230;read below:</p>
<p>For background info&#8230;here are the previous posts about the beta</p>
<p>Part 1:<br />
<a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta/">http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta/</a></p>
<p>Part 2:<br />
<a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/">http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/</a></p>
<p>Part 3:<br />
<a href="http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/">http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/</a></p>
<p>Our core concern in this beta cycle is refactoring and improving the agent. The little things. Those little things that annoy you when trying to help someone out with our product. </p>
<p>Nailing down all of these small issues has been more time consuming than we originally thought. </p>
<p>What are some of the annoyances?</p>
<p>Window resizing. When you resize a window you cannot see the selection box:</p>
<p><img src="http://www.intelliadmin.com/images/Window%20Sizing%20Remote%20Administration%20201012.jpg"/></p>
<p>We studied all versions of windows to find out the right messages to catch. Now it shows that box in a smooth and consistent manner.</p>
<p>Cursors. When you are in a remote control session, you only see an arrow cursor. </p>
<p>This is fine until the system is busy and you can&#8217;t tell because the cursor is always an arrow. Unlike other remote control software, we wanted ours to load a real windows cursor&#8230;not just a bitmap. </p>
<p>The difference is huge. A bitmap feels sluggish, and disconnected. A real cursor makes you feel like you are there.</p>
<p><img src="http://www.intelliadmin.com/images/Cursor%20Support%20Remote%20Administration%20201012.jpg"/></p>
<p>We underestimated how difficult this would be. It was very tough to implement, but we got it. And you will love the difference it makes.</p>
<p>Windows 7, Vista, and 2008 shutdowns. These versions of windows have a special shutdown screen that is displayed when an application will not terminate. What happens right now? You just get a screen shot of the last valid screen. You can&#8217;t even control the system anymore. It was extremely difficult to get our agent to stay alive after that window was displayed. </p>
<p>Here is what you would see before we fixed this issue:</p>
<p><img src="http://www.intelliadmin.com/images/Logoff%20Problem%201.jpg"></p>
<p>Now, you have full control, and can see the shutdown screen:</p>
<p><img src="http://www.intelliadmin.com/images/Logoff%20Problem%202.jpg"></p>
<p>Viewer performance. After we moved from 3.0 to 4.0 our viewer has always lagged in performance. This was due to the addition of a &#8220;Stretched&#8221; view. We finally took the time to sit down and re-factor that code. It blows away the old version.</p>
<p>Finally, our toughest issue was the overall capture performance of the agent. We spent many late nights optimizing and making the capture process as efficient and complete as possible. When I say complete I mean that it does not miss updates and show garbled screens. Efficient means CPU time is as low as possible on that old XP system from 2001.</p>
<p>That brings us to a new addition to the agent &#8211; a mirror driver. </p>
<p>What is it? A mirror driver is a special video driver that can sit between Windows and the video card. It helps on both counts &#8211; a reduction of CPU usage, and very fast updates.</p>
<p>Right now we use a hook. Using a hook only allows an approximation of changes on the screen. This causes the view to slow down, and sometimes miss an update.</p>
<p>This means we have two options for capturing changes &#8211; a mirror driver, or a hook. </p>
<p>The down side of a mirror driver is that on Vista and Windows 7 systems it will disable glass, and other nice graphical features while it is active. Additionally, it can cause the screen to flicker slightly when you connect. Some of you use our remote control to monitor user activity &#8211; without their knowledge. The mirror driver is less than ideal in this situation because it allows the user to immediately know that you are connected.</p>
<p>We wanted to give you the choice. Remote Desktop speed with the mirror driver, or sightly less performance&#8230;but less effect on the users view with hooks. </p>
<p>Those of you looking for faster response times will be pleased with the mirror driver performance.</p>
<p>There are other little fixes I am missing here, but you get the picture. We want to make sure that your remote control experience is as smooth, and fast as possible.</p>
<p>Bugs &#8211; One of the most annoying bugs in beta 2 is computers that still show offline, when they are not. Another difficult problem to solve, but we got to the bottom of it. This is a tough one since we have not been able to reproduce locally. Only beta 3 will let us know if it is fixed.</p>
<p>Distribution &#8211; Nothing on this front yet. One thing that holds us back is we don&#8217;t know what our final settings will be in the agent and viewer. I know many of you need distribution solutions badly. We will get there&#8230;just not yet. Our plans are to allow registration and installation from the viewer, a distribution tool, and an online system where you can generate an MSI file for the agent. We will try to make distribution of the agent as simple as possible.</p>
<p>That is all I have for now. We can&#8217;t wait to release it.</p>
<p>The same deal is in place during our beta: $599 US for an unlimited version of the product. </p>
<p>Unlimited means unlimited viewers, and agents.</p>
<p>Once the final product is released, we will charge per agent. </p>
<p>You can pre order from here:</p>
<h2><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Visit our online store to purchase today</a></h2>
<p>Thanks again for your support and help testing our software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enterprise Remote Control &#8211; Beta 3</title>
		<link>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 21:15:10 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2847</guid>
		<description><![CDATA[Many of you have been asking when we will release beta 3. I don&#8217;t have a release date, but it will be before the end of the month. If your beta has expired, let us know and we can get you a reset. For background info&#8230;here are the previous posts about the beta Part 1: [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3/" title="Permanent link to Enterprise Remote Control &#8211; Beta 3"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/RemoteDesktop.jpg" width="55" height="55" alt="Post image for Enterprise Remote Control &#8211; Beta 3" /></a>
</p><p>Many of you have been asking when we will release beta 3. I don&#8217;t have a release date, but it will be before the end of the month. </p>
<p>If your beta has expired, let us know and we can get you a reset.</p>
<p>For background info&#8230;here are the previous posts about the beta</p>
<p>Part 1:<br />
<a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta/">http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta/</a></p>
<p>Part 2:<br />
<a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/">http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/</a></p>
<p>Part 3:<br />
<a href="http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/">http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/</a></p>
<p>Our core concern in this beta cycle is refactoring and improving the agent. The little things. Those little things that annoy you when trying to help someone out with our product. </p>
<p>Nailing down all of these small issues has been more time consuming than we originally thought. </p>
<p>What are some of the annoyances?</p>
<p>Window resizing. When you resize a window you cannot see the selection box:</p>
<p><img src="http://www.intelliadmin.com/images/Window%20Sizing%20Remote%20Administration%20201012.jpg"/></p>
<p>We studied all versions of windows to find out the right messages to catch. Now it shows that box in a smooth and consistent manner.</p>
<p>Cursors. When you are in a remote control session, you only see an arrow cursor. </p>
<p>This is fine until the system is busy and you can&#8217;t tell because the cursor is always an arrow. Unlike other remote control software, we wanted ours to load a real windows cursor&#8230;not just a bitmap. </p>
<p>The difference is huge. A bitmap feels sluggish, and disconnected. A real cursor makes you feel like you are there.</p>
<p><img src="http://www.intelliadmin.com/images/Cursor%20Support%20Remote%20Administration%20201012.jpg"/></p>
<p>We underestimated how difficult this would be. It was very tough to implement, but we got it. And you will love the difference it makes.</p>
<p>Windows 7, Vista, and 2008 shutdowns. These versions of windows have a special shutdown screen that is displayed when an application will not terminate. What happens right now? You just get a screen shot of the last valid screen. You can&#8217;t even control the system anymore. It was extremely difficult to get our agent to stay alive after that window was displayed. </p>
<p>Here is what you would see before we fixed this issue:</p>
<p><img src="http://www.intelliadmin.com/images/Logoff%20Problem%201.jpg"></p>
<p>Now, you have full control, and can see the shutdown screen:</p>
<p><img src="http://www.intelliadmin.com/images/Logoff%20Problem%202.jpg"></p>
<p>Viewer performance. After we moved from 3.0 to 4.0 our viewer has always lagged in performance. This was due to the addition of a &#8220;Stretched&#8221; view. We finally took the time to sit down and re-factor that code. It blows away the old version.</p>
<p>Finally, our toughest issue was the overall capture performance of the agent. We spent many late nights optimizing and making the capture process as efficient and complete as possible. When I say complete I mean that it does not miss updates and show garbled screens. Efficient means CPU time is as low as possible on that old XP system from 2001.</p>
<p>That brings us to a new addition to the agent &#8211; a mirror driver. </p>
<p>What is it? A mirror driver is a special video driver that can sit between Windows and the video card. It helps on both counts &#8211; a reduction of CPU usage, and very fast updates.</p>
<p>Right now we use a hook. Using a hook only allows an approximation of changes on the screen. This causes the view to slow down, and sometimes miss an update.</p>
<p>This means we have two options for capturing changes &#8211; a mirror driver, or a hook. </p>
<p>The down side of a mirror driver is that on Vista and Windows 7 systems it will disable glass, and other nice graphical features while it is active. Additionally, it can cause the screen to flicker slightly when you connect. Some of you use our remote control to monitor user activity &#8211; without their knowledge. The mirror driver is less than ideal in this situation because it allows the user to immediately know that you are connected.</p>
<p>We wanted to give you the choice. Remote Desktop speed with the mirror driver, or sightly less performance&#8230;but less effect on the users view with hooks. </p>
<p>Those of you looking for faster response times will be pleased with the mirror driver performance.</p>
<p>There are other little fixes I am missing here, but you get the picture. We want to make sure that your remote control experience is as smooth, and fast as possible.</p>
<p>Bugs &#8211; One of the most annoying bugs in beta 2 is computers that still show offline, when they are not. Another difficult problem to solve, but we got to the bottom of it. This is a tough one since we have not been able to reproduce locally. Only beta 3 will let us know if it is fixed.</p>
<p>Distribution &#8211; Nothing on this front yet. One thing that holds us back is we don&#8217;t know what our final settings will be in the agent and viewer. I know many of you need distribution solutions badly. We will get there&#8230;just not yet. Our plans are to allow registration and installation from the viewer, a distribution tool, and an online system where you can generate an MSI file for the agent. We will try to make distribution of the agent as simple as possible.</p>
<p>That is all I have for now. We can&#8217;t wait to release it.</p>
<p>The same deal is in place during our beta: $599 US for an unlimited version of the product. </p>
<p>Unlimited means unlimited viewers, and agents.</p>
<p>Once the final product is released, we will charge per agent. </p>
<p>You can pre order from here:</p>
<h2><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Visit our online store to purchase today</a></h2>
<p>The beta 3 download links and update will be out before the end of the month&#8230;When we release it will be in my newsletter, and on the website. </p>
<p>Thanks again for your support and help testing our software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/12/enterprise-remote-control-beta-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Remote Contol Beta 2</title>
		<link>http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 08:43:27 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2747</guid>
		<description><![CDATA[We have not said much about Enterprise Remote Control since Beta 1. That is because we have had our heads down in our keyboards busy improving and fixing. Before I get into what has been updated, where we are going, etc&#8230;I want you to know that during the beta you can get an unlimited copy [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/" title="Permanent link to Enterprise Remote Contol Beta 2"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/RemoteDesktop.jpg" width="55" height="55" alt="Post image for Enterprise Remote Contol Beta 2" /></a>
</p><p>We have not said much about Enterprise Remote Control since Beta 1. That is because we have had our heads down in our keyboards busy improving and fixing.</p>
<p>Before I get into what has been updated, where we are going, etc&#8230;I want you to know that during the beta you can get an unlimited copy for $599. Zero limits on the number of hosts or viewers. After the beta is complete, It will be licensed per host.</p>
<p>Here is the purchase link: </p>
<p><a href="http://www.intelliadmin.com/RemoteControlEnterprisePurchase.asp">Purchase an unlimited edition for $599</a></p>
<p>To get a detailed look at what this product is all about, check out my announcement of beta 1:</p>
<p><a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/">http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1/</a></p>
<p>I want to give a shout out to Matthew P. He has been invaluable in his testing, and reporting to us. Many of these bugs would have been much more difficult to find without beta testers like him.</p>
<p>Chris G &#8211; Thank you for being so patient with those reflector lockups. You were not the only one, but you were the only one to respond so quickly and help us resolve it asap.</p>
<p><b>Download Links</b></p>
<p><a href="http://www.intelliadmin.com/reflector_server5.exe" rel="nmlp">Reflector Server</a> (Build 1.0.0.59)</p>
<p><a href="http://www.intelliadmin.com/reflector_agent5.exe" rel="nmlp">Reflector Agent</a> (Build: 5.332)</p>
<p><a href="http://www.intelliadmin.com/reflector_client5.exe" rel="nmlp">Reflector Client</a> (Build: 5.0.0.123)</p>
<p>Please visit the <a href="http://www.intelliadmin.com/index.php/2010/08/enterprise-remote-control-beta-1">Beta 1 announcement</a> for installation instructions.</p>
<p><b>What have we fixed?</b></p>
<p>-Reflector lockup. This was an issue with testers that had over 30 computers. It took us quite some time to resolve this problem, but it has been fixed. We appreciate the patients of those dealing with it. Thanks for all your help.</p>
<p>-Reflector memory footprint &#8211; We have reduced the amount of memory needed for the reflector in half. It was already pretty low. Now it is even lower than before. With about 200 connections you might see 10 to 14 MB of memory usage &#8211; equal to less than a single session of FireFox or IE running!</p>
<p>-When no port was specified for the reflector, the agent never reported to the server. For example, in the setup wizard you provide your reflector host name like this: ref.domain.com &#8211; instead of this ref.domain.com:443. It would zip through the wizard with no problem&#8230;but then the agent would never report. Fixed</p>
<p>-Speed improvement on Vista and Windows 7. In the old version it did not disable the glass effect. It is almost impossible to get a good refresh rate with these turned on. (Notice that MS remote desktop disables these too while connected). It will automatically turn it off while you are connected, substantially improving viewer speed.</p>
<p>-Automatic install for non reflector agent not working on 64 bit machines. Even though this is a beta for our reflector, these binaries are for our standard edition product too. Lets say you try to automatically install the agent to a host on your network that is 64 bit machine&#8230;in beta 1 it would fail. Fixed</p>
<p>-Administrator access &#8211; When you install the agent it does not add any local user access. If you try to connect to the machine directly, instead of the reflector, it would keep asking for a password. We have set it to add windows administrators for local connections. This will be a configuration option on the reflector in a future beta release.</p>
<p>-Viewer crashing during disconnect. This was a tough one. Thanks to our persistent beta testers we were able to resolve it. Usually it would happen if you left the viewer open over night. Close the session, and bam it would crash. Fixed</p>
<p><b>What is new in this beta?</b></p>
<p>The biggest change in this beta is an automatic update feature for the agent (the host). We had a few setbacks, but now it is running smooth. Our first attempt included using a standard setup package that would run in the background. This turned out to be too rigid, and did not allow for failures &#8211; it would kill the service and never come back during a failed install.</p>
<p>This forced us to go back to the drawing board and build a custom packager from scratch. It was worth it. Now, the automatic update will periodically check and see if there is an update. When it finds one it will attempt to update the agent. It will keep all of the old files in place until that it is sure that the upgrade was successful. If there is a failure, it will roll back the install and bring it right back to the version it had before. That way there is no interruption in connectivity. </p>
<p>This means you can install on a wider set of systems without having to push that agent out again when newer versions are released.</p>
<p>Currently you cannot control the update process. I know that this will be troublesome for some of you &#8211; not to worry&#8230;before the final version is released you will be able to control this process from the reflector, and choose from these options:</p>
<p>-Never update</p>
<p>-Prompt to update only when connecting to a host</p>
<p>-Automatically update without prompting.</p>
<p>This will allow you to set an update mode that fits within your policies. </p>
<p><b>What are we working on in Beta 3?</b></p>
<p>Currently the software is running quite smooth, it gives us a chance to add some improvements:</p>
<p>-The find computers window will have a way to view only specific sets of computers. For example, just computers registered with the reflector, or just those that it found locally on your domain, or even remove the offline computers from view</p>
<p>-Settings from the reflector. We will add the ability to change global settings for the agent on the reflector. What would these be? Showing the tray icon when the service is active, or automatic update settings for the agent.</p>
<p>-Code re-factoring on the agent side. We are going to dig deep into the agent code and look for some speed improvement. We also have long term plans of supporting other platforms. This will not make it into the final release, but we need to build the foundation for OSX. iOS, Windows 7 Phone, and Android support. In addition to that, this strengthened foundation will include the framework for file transfer and many other goodies. Much of it will not be visible, but the improvement will make for much shorter development cycles and allow us to get cool features to you more quickly.   </p>
<p>-Improved computer listing on the reflector. Currently the computer listing on the reflector is hard to navigate. We are going to improve this section to make it easier to identify machines that are offline, and no longer used.</p>
<p><b>When will beta 3 be released?</b></p>
<p>Unknown. We know it will be less than 120 days, since that is the limit set into the viewer right now. This keeps old betas from floating around. We will not move to the next beta until we are confident that all of the bugs reported by you are fixed, and it is working smoothly.</p>
<p><b>What about a distribution tool?</b></p>
<p>We are working on this. I know that many of you have asked us about it. It will get released before the final version</p>
<p>Any questions, comments please send them to us at <a href="Mailto:support@intelliadmin.com">support@intelliadmin.com</a></p>
<p>Thanks again for all of your support, and help making this an awesome product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/10/enterprise-remote-contol-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Control 4.4 SR 1 Released</title>
		<link>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-sr-1-released/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-sr-1-released/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:54:42 +0000</pubDate>
		<dc:creator>Joel Sundquist</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=2286</guid>
		<description><![CDATA[A few weeks back we released Remote Control 4.4. Since that time, we have received reports of a few more issues that needed to be corrected: -Mouse movements were not shown on the remote side -ALT Key getting stuck in certain situations when CTRL-ALT-INS was pressed -CAPS lock not being transmitted during remote control session [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A few weeks back we released Remote Control 4.4.</p>
<p><img style="width:400px; height:300px" src="http://www.intelliadmin.com/images/Remote%20Control%204%20Client%20Window%20Large.jpg" alt="Remote Control 4 Window"/></p>
<p>Since that time, we have received reports of a few more issues that needed to be corrected:</p>
<p>-Mouse movements were not shown on the remote side<br />
-ALT Key getting stuck in certain situations when CTRL-ALT-INS was pressed<br />
-CAPS lock not being transmitted during remote control session<br />
-Start menu only responds to one instance of RC client when multiple instances are running</p>
<p>I am happy to say these all have been fixed, and you can get the latest from here:</p>
<p><a href="http://www.intelliadmin.com/setupex.exe" rel="nmlp">http://www.intelliadmin.com/setupex.exe</a></p>
<p>(Trial version build number is: 4.4.27.47)</p>
<p>If you are a current customer, you can use the download link you received when you purchased. It will automatically point to the latest full version</p>
<p>(Full Version build number is: 4.4.27.49)</p>
<p>If you have any questions or issues, please send us an email at <a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-sr-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remote Control 4.4 Released</title>
		<link>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-released/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-released/#comments</comments>
		<pubDate>Mon, 03 May 2010 19:55:24 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=2243</guid>
		<description><![CDATA[Hello All, A quick post to let you know that we have released Remote Control 4.4. This is a bug-fix release. We made sure we cleared through all of the issues raised by current customers before moving forward with anything new. Here is what we fixed: -Shutdown under Vista/Windows7/2008 does not disconnect the remote client [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hello All,</p>
<p>A quick post to let you know that we have released Remote Control 4.4.</p>
<p><img src="http://www.intelliadmin.com/images/IntelliAdmin RC Shot 4.4.27.11.jpg"></p>
<p>This is a bug-fix release. We made sure we cleared through all of the issues raised by current customers before moving forward with anything new.</p>
<p>Here is what we fixed:</p>
<p>-Shutdown under Vista/Windows7/2008 does not disconnect the remote client (Fixed)</p>
<p>-Windows 2000 machines with NVidia cards show strange graphics when connecting (Fixed)</p>
<p>-ALT key gets stuck when pressing CTRL-ALT-DEL while a client window is open (Fixed)</p>
<p>-Client crashes on reconnect attempts under Windows XP SP2 (Fixed)</p>
<p>-Intermittent Connection issues with Windows 2000 (Fixed)</p>
<p>-CTRL-SHIFT-ESC not sent from client to agent (Fixed)</p>
<p>-Crash when clicking the find button under Windows XP SP2, while a reconnect in progress (Fixed)</p>
<p>-ALT, CTRL, or Windows keys get stuck at intermittent times. (Fixed)</p>
<p>The key sticking issue was a big one, and we apologize to any of you who have experienced it. The issue has been resolved &#8211; you just need to update the client to fix it.</p>
<p>You can download the latest version from here:</p>
<p><a href="http://www.intelliadmin.com/setupex.exe" rel="nmlp">http://www.intelliadmin.com/setupex.exe</a></p>
<p>Make sure the client is closed when you install. When you are finished, you can check the build number by clicking on settings and then moving over to the about tab:</p>
<p><img src="http://www.intelliadmin.com/images/IntelliAdmin Build Number 4.4.27.11.jpg"></p>
<p>Note that if you have the trial version it will be 4.4.27.10</p>
<p>Current customers may get the latest version by simply visiting the same download link that was sent in the license email. If you do have trouble finding it, simply send us an email and we will take care of you asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/05/remote-control-4-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

