<?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>Alan&#039;s Blog</title>
	<atom:link href="http://www.akaplan.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.akaplan.com/blog</link>
	<description>&#34;Yeah.  I wrote a script that will do that.&#34;</description>
	<lastBuildDate>Mon, 22 Apr 2013 21:00:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>IT lessons I learned Last Weekend</title>
		<link>http://www.akaplan.com/blog/?p=1042</link>
		<comments>http://www.akaplan.com/blog/?p=1042#comments</comments>
		<pubDate>Mon, 22 Apr 2013 20:59:34 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=1042</guid>
		<description><![CDATA[When ordering a case fan, do not rely on the picture.  There are some case fans which are 4 inches square. When ordering a CPU, note that a AMD 3+ CPU motherboard accepts AMD 3 and 3+ CPUs, but an &#8230; <a href="http://www.akaplan.com/blog/?p=1042">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When ordering a case fan, do not rely on the picture.  There are some case fans which are 4 inches square.</p>
<p>When ordering a CPU, note that a AMD 3+ CPU motherboard accepts AMD 3 and 3+ CPUs, but an AMD 3 motherboard only accepts AMD 3 sockets.</p>
<p>When re-using an HP Pentium 4 case for your new AMD motherboard, note that HP may not have followed conventions with wiring colors.  In particular, note that you cannot turn a computer on and off with the red and black power switch wires connected to the speaker pins on these systems.  Taking the time to look at the switch could save hours in troubleshooting.</p>
<p>The local administrator account password can become corrupted making the entire system looked hosed when it is not.  Symptoms may include not being able to launch anything due to IE Security Zone restrictions, and  yyyy appearing in the time field.  Trying to fix the entire system when the problem is just a messed up profile is not a productive use of time.</p>
<p>If the secure channel is broken and the local administrator account is hosed, try logging in with cached administrative credentials.   You only need to disconnect the system from the network to get past the warning of no account in AD.  You can then delete the local administrator account profile, or create and elevate another local account.</p>
<p>Windows 8 changed the registry key for AHCI from  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\.  This is important to know if are testing a script which automates the switch from IDE to AHCI for Windows 7 computers.</p>
<p>Finally, be humble.  Even if you are an expert, remember that you, too, can make wrong assumptions and do some pretty stupid things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=1042</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another User Export Script</title>
		<link>http://www.akaplan.com/blog/?p=1036</link>
		<comments>http://www.akaplan.com/blog/?p=1036#comments</comments>
		<pubDate>Tue, 02 Apr 2013 01:01:21 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[VbScript]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=1036</guid>
		<description><![CDATA[I have already written a script to dump user information into a spreadsheet here, so why do it again?  User AD Export.vbs is different in that it uses the modern LDAP interface (instead of the lame WinNT interface I used &#8230; <a href="http://www.akaplan.com/blog/?p=1036">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have already written a script to dump user information into a spreadsheet <a title="User Account Information" href="http://www.akaplan.com/blog/?p=460" target="_blank">here</a>, so why do it again?  <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/04/User-AD-Export-3_vbs.txt">User AD Export.vbs</a> is different in that it uses the modern LDAP interface (instead of the lame WinNT interface I used earlier), and is therefore much faster.  It was written for a user audit, so it does not export things like phone numbers and addresses, but you do get the user&#8217;s name, display name, description, mail address, whether a smart card is required, SamAccount name, UPN, whether the account is disabled,  the date created, date password last set, last logon, password age, expiration date, and AD path.</p>
<p>It will allow you to navigate to the starting OU in any domain in your forest.  It does not require elevated rights to run, and exports the data to Excel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=1036</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Theme</title>
		<link>http://www.akaplan.com/blog/?p=1021</link>
		<comments>http://www.akaplan.com/blog/?p=1021#comments</comments>
		<pubDate>Sat, 16 Mar 2013 19:42:06 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=1021</guid>
		<description><![CDATA[I have changed the WordPress theme for my blog, just to freshen thing up.]]></description>
				<content:encoded><![CDATA[<p>I have changed the WordPress theme for my blog, just to freshen thing up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=1021</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get User Information</title>
		<link>http://www.akaplan.com/blog/?p=113</link>
		<comments>http://www.akaplan.com/blog/?p=113#comments</comments>
		<pubDate>Mon, 04 Mar 2013 03:11:25 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Alan's Favorites]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[VbScript]]></category>
		<category><![CDATA[Windows Administration]]></category>
		<category><![CDATA[user information]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=113</guid>
		<description><![CDATA[NTUserInfo.vbs is a script based on Ralph Montgomery’s NTUser.wsf file. It gives a good summary about a user account, including user name, description, password status, and more.   I have made a number of changes, including the ability to copy the results to &#8230; <a href="http://www.akaplan.com/blog/?p=113">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.akaplan.com/blog/wp-content/uploads/2009/10/NTUserInfo.txt" target="_blank">NTUserInfo.vbs</a> is a script based on Ralph Montgomery’s NTUser.wsf file. It gives a good summary about a user account, including user name, description, password status, and more.   I have made a number of changes, including the ability to copy the results to the clipboard using IE.  Rename from .txt to .vbs. New version 10/23/2009 allows entry of user name by samaccount name or UPN.   This entry was originally posted on March 23, 2009.  The new (3/3/13) alternative version, <a href="http://www.akaplan.com/blog/wp-content/uploads/2009/03/NTUserInfo_IE_vbs1.txt">NTUserInfo_IE.vbs</a> outputs to IE instead of a MSGBox.  This way you can copy the information to your clipboard.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable AeroLite Theme in Windows 8</title>
		<link>http://www.akaplan.com/blog/?p=1005</link>
		<comments>http://www.akaplan.com/blog/?p=1005#comments</comments>
		<pubDate>Mon, 04 Mar 2013 03:08:08 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[VbScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Aero]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=1005</guid>
		<description><![CDATA[Somewhere on the web I found instructions on enabling the &#8220;hidden AeroLite&#8221; theme in Windows 8.  Having taken the time to do this the long way &#8212; and not being really impressed by the results &#8212; I thought it would &#8230; <a href="http://www.akaplan.com/blog/?p=1005">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Somewhere on the web I found instructions on enabling the &#8220;hidden AeroLite&#8221; theme in Windows 8.  Having taken the time to do this the long way &#8212; and not being really impressed by the results &#8212; I thought it would be worth the time to automate the process.  You must open an elevated (run as Administrator) command prompt to run <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/03/EnableAero_vbs.txt">EnableAero.vbs</a>. After you run it, you will see it as an available theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=1005</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell:Start RDP After Reboot</title>
		<link>http://www.akaplan.com/blog/?p=999</link>
		<comments>http://www.akaplan.com/blog/?p=999#comments</comments>
		<pubDate>Mon, 04 Mar 2013 02:58:03 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Alan's Favorites]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Administration]]></category>
		<category><![CDATA[RDP]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=999</guid>
		<description><![CDATA[A lot of folks have been asking me why I haven&#8217;t written any PowerShell scripts.  The answer is that I am pretty good at vbscript, and I couldn&#8217;t find anything that I wanted to do that I couldn&#8217;t do with &#8230; <a href="http://www.akaplan.com/blog/?p=999">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A lot of folks have been asking me why I haven&#8217;t written any PowerShell scripts.  The answer is that I am pretty good at vbscript, and I couldn&#8217;t find anything that I wanted to do that I couldn&#8217;t do with vbscript.</p>
<p>Last week I spent some time waiting for a computer to reboot.  I used ping -t to watch the replies,  and then waited until I could use the Remote Desktop Connection (RDC) to connect using RDP.  I thought to myself, &#8220;self &#8212; you sure have spent a lot of time waiting for systems to come up&#8221;.  <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/03/RDP2_ps11.txt">RDP2.ps1</a> is a PowerShell script that does the tedious watching for you.  It will wait for both the system and the remote access interface to come up, and then will launch the RDC to the computer.  You can run it interactively, or with the command line:</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="">./rdp2.ps1 computername[:port] -WaitForReboot</code>
									</pre>
							</p></p>
<p>The port is an option for nonstandard ports.  -WaitForReboot does just that.  If the system is still up when you launch the script, it will wait for it to reboot.</p>
<p>Like many first scripts, this is largely based on someone else&#8217;s work, see: <a title=" http://poshtips.com/2013/02/12/check-rdp-availability-using-watch-rebootstatus-script/" href=" http://poshtips.com/2013/02/12/check-rdp-availability-using-watch-rebootstatus-script/" target="_blank"> http://poshtips.com/2013/02/12/check-rdp-availability-using-watch-rebootstatus-script/</a>.  I made a large number of changes in addition to launching the RDC.   For those of you who have spent a lot of time with PowerShell, I am open to suggestions on how to make the code more elegant.</p>
<p>If you haven&#8217;t ever run a PowerShell script, you will find it is already installed on your Vista or later  machine, and on Windows 2008/R2 servers.  You must set the execution policy:<p>
								<pre class="Plum_Code_Box"><code class="">Set-ExecutionPolicy unrestricted</code>
									</pre>
							</p></p>
<p>Revision note 3/4/2012:  I have updated the script to make the MsgBox SystemModal &#8212; which is required for it to have focus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=999</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Service Rants and Raves: Good Guys and Bad Guys</title>
		<link>http://www.akaplan.com/blog/?p=996</link>
		<comments>http://www.akaplan.com/blog/?p=996#comments</comments>
		<pubDate>Mon, 25 Feb 2013 22:57:29 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=996</guid>
		<description><![CDATA[I had a very nice experience today with PJ Technologies, the makers of the WMI Explorer, WMIX, (see http://www.goverlan.com/#WMI-Enterprise-Desktop-Management).  I had to reinstall, and had misplaced the license key.  They had it to me in minutes. I had a very &#8230; <a href="http://www.akaplan.com/blog/?p=996">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I had a <em>very nice experience today with PJ Technologies</em>, the makers of the WMI Explorer, WMIX, (see <a title="http://www.goverlan.com/#WMI-Enterprise-Desktop-Management" href="http://www.goverlan.com/#WMI-Enterprise-Desktop-Management">http://www.goverlan.com/#WMI-Enterprise-Desktop-Management</a>).  I had to reinstall, and had misplaced the license key.  They had it to me in minutes.</p>
<p>I had a <em>very disappointing experience with LG&#8217;</em>s support for my washing machine.  I have a WM2455HW with the printed labels wearing off.  If you do a web search,  you will find that this is not an uncommon experience. I used the web chat, and the guy told me that they had to replace the hardware (no decals), and that they were unwilling to do this beyond the warranty period.  I typed &#8220;I think this is a design defect, I want to escalate&#8221;, and the chat was disconnected.  The LG washer is a good machine, but if you have one or are considering one I suggest you put packing tape over all the writing.   I have a lot of LG products (including TV), and have decided to switch manufacturers because of this unpleasant experience. Very disappointing.  And I am spending some time on my bully pulpit to suggest you do the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=996</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LDAP Ping</title>
		<link>http://www.akaplan.com/blog/?p=991</link>
		<comments>http://www.akaplan.com/blog/?p=991#comments</comments>
		<pubDate>Thu, 14 Feb 2013 22:59:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[VbScript]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=991</guid>
		<description><![CDATA[There are a lot of ways a Windows Domain Controller can act weird.  Recently I had some which replied to a ping, replied to DNS requests, but failed to reply to LDAP.  Since LDAP services are pretty high on my &#8230; <a href="http://www.akaplan.com/blog/?p=991">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>There are a lot of ways a Windows Domain Controller can act weird.  Recently I had some which replied to a ping, replied to DNS requests, but failed to reply to LDAP.  Since LDAP services are pretty high on my list of expectations for a Directory Services, I wanted a lightweight to monitor LDAP.  <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/02/DC-LDAP-Ping_vbs.txt">DC LDAP Ping.vbs</a> is a script which enumerates the list of domain controllers in a domain, then binds to each in turn, measuring the time it takes to do so.  You can set audible alarms, and run continuously if you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=991</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a Count of Duplicate Entries in an Array</title>
		<link>http://www.akaplan.com/blog/?p=987</link>
		<comments>http://www.akaplan.com/blog/?p=987#comments</comments>
		<pubDate>Thu, 14 Feb 2013 22:54:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Scriptlets]]></category>
		<category><![CDATA[Arrays]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=987</guid>
		<description><![CDATA[This is a vbScript code fragment for something which took me a little too long to figure out. I am looking at a single dimension array and need to get a count of items in the array which are duplicates.  &#8230; <a href="http://www.akaplan.com/blog/?p=987">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is a vbScript code fragment for something which took me a little too long to figure out. I am looking at a single dimension array and need to get a count of items in the array which are duplicates.  I am comfortable with using the dictionary object and it seemed to be easier than using a recordset or a multidimensional array.  So if your net search found this page, check out <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/02/DisplayArrayDupeCount_vbs.txt">DisplayArrayDupeCount.vbs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=987</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add SIP Information to All Mail Enabled Users in an OU</title>
		<link>http://www.akaplan.com/blog/?p=981</link>
		<comments>http://www.akaplan.com/blog/?p=981#comments</comments>
		<pubDate>Sun, 03 Feb 2013 22:00:13 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=981</guid>
		<description><![CDATA[If are using Communicator in your company, you may have mail enabled users which are not SIP enabled.  Add SIP to MailEnabled Users In OU.vbs sets the necessary SIP information to the UPN.]]></description>
				<content:encoded><![CDATA[<p>If are using Communicator in your company, you may have mail enabled users which are not SIP enabled.  <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/02/Add-SIP-to-MailEnabled-Users-In-OU_vbs.txt">Add SIP to MailEnabled Users In OU.vbs</a> sets the necessary SIP information to the UPN.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=981</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop Return Reminder</title>
		<link>http://www.akaplan.com/blog/?p=974</link>
		<comments>http://www.akaplan.com/blog/?p=974#comments</comments>
		<pubDate>Sun, 03 Feb 2013 21:53:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VbScript]]></category>
		<category><![CDATA[Windows Administration]]></category>
		<category><![CDATA[Laptops]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=974</guid>
		<description><![CDATA[We love our users, yes we do!  Especially the ones who walk out the door with a laptop that they refuse to return.  Having a computer off the corporate network for an extended period of time can create problems with &#8230; <a href="http://www.akaplan.com/blog/?p=974">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We love our users, yes we do!  Especially the ones who walk out the door with a laptop that they refuse to return.  Having a computer off the corporate network for an extended period of time can create problems with Active Directory,  some management software and some encryption software.  <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/02/MakeLaptopWarning_vbs.txt">MakeLaptopWarning.vbs</a> is a script which the admin runs before the laptop goes out the door.  It creates a reminder script on the laptop in the StartUp folder.  The user gets a countdown in days for when the laptop needs to be returned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=974</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaveAs Excel Fails in Scheduled Task</title>
		<link>http://www.akaplan.com/blog/?p=970</link>
		<comments>http://www.akaplan.com/blog/?p=970#comments</comments>
		<pubDate>Sun, 03 Feb 2013 21:44:30 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=970</guid>
		<description><![CDATA[I wrote a script which outputs a text file as a log.  I added a routine which allowed the log to be saved as Excel, when  installed.  The function worked fine when I ran it interactively, but crashed on the &#8230; <a href="http://www.akaplan.com/blog/?p=970">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I wrote a script which outputs a text file as a log.  I added a routine which allowed the log to be saved as Excel, when  installed.  The function worked fine when I ran it interactively, but crashed on the .SAVEAS routine on a 2008 R2 server as a scheduled task.  I did some research on the web and found that this is a known issue.  As you can see from the batch file below, the fix is to make sure that the systemprofile user has a Desktop folder.    I wanted to ensure that even if someone ran a cleanup of profiles, it would not fail again.<br />
<p>
								<pre class="Plum_Code_Box"><code class="">@echo off
REM Creating this folder fixes Excel issues with scheduled task
REM It will fail if not running as administrator with UAC
if exist C:WindowsSysWOW64 GOTO X64
REM All one line
if not exist C:WindowsSystem32configsystemprofileDesktop. md C:WindowsSystem32configsystemprofileDesktop
GOTO RUNScript
:X64
REM All one line
if not exist C:WindowsSysWOW64configsystemprofileDesktop. md C:WindowsSysWOW64configsystemprofileDesktop
:RUNScript
cscript //nologo /b somescripthere.vbs
:END</code>
									</pre>
							</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=970</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Notice &#8211; Survey Reminder</title>
		<link>http://www.akaplan.com/blog/?p=962</link>
		<comments>http://www.akaplan.com/blog/?p=962#comments</comments>
		<pubDate>Sun, 03 Feb 2013 21:26:57 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[VbScript]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=962</guid>
		<description><![CDATA[Occasionally you may hear a request to remind the users of a survey, or some other even where they want to present information with a URL for the user to click. There are may ways to do this sort of &#8230; <a href="http://www.akaplan.com/blog/?p=962">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Occasionally you may hear a request to remind the users of a survey, or some other even where they want to present information with a URL for the user to click. There are may ways to do this sort of Windows based MOTD, and I will give you one more, <a href="http://www.akaplan.com/blog/wp-content/uploads/2013/02/SurveyReminder_vbs.txt">SurveyReminder.vbs</a>.This is designed to be run at logon.  It generates and IE based screen to remind the user to take a survey.  It is very configurable.  You can set it to run for a range of dates, or an array of dates.  Once the user has launched the survey link, they don&#8217;t see the reminder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=962</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Blogging &#8212; Thoughts about Windows 8</title>
		<link>http://www.akaplan.com/blog/?p=949</link>
		<comments>http://www.akaplan.com/blog/?p=949#comments</comments>
		<pubDate>Sun, 03 Feb 2013 19:51:01 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=949</guid>
		<description><![CDATA[I changed jobs at VA, had surgery (getting better, thanks), went on vacation, and didn&#8217;t take the time to work on the blog.  But, Gentle Reader, I am back with a number of posts today of things that accumulated during &#8230; <a href="http://www.akaplan.com/blog/?p=949">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I changed jobs at VA, had surgery (getting better, thanks), went on vacation, and didn&#8217;t take the time to work on the blog.  But, Gentle Reader, I am back with a number of posts today of things that accumulated during the hiatus.</p>
<p>First, some thoughts about Windows 8.  I installed Win8 on the test machine I keep in my office.  This is not my first time installing 8, I had previously installed and uninstalled a pre-release version.  Like many technically adept, I dislike (hate is such a strong word) the metro interface.  I have started to use the live tiles for things like Hulu and NetFlix, but am not really impressed.</p>
<p>After a few days, I decided that I needed a Start Menu.  I tried a few, and ended up using <a title="Classic Shell" href="http://classicshell.net" target="_blank">Classic Shell</a>.  Are you the support person for your family, church or other charity? Install Classic Shell before you leave.  This one program will save you a lot of phone calls.  Classic Shell is well written, and is shareware.  Donate if you use it.</p>
<p>I am running the native Windows 8 anti-virus, Windows Defender.  Do some research, and you will find that it has a mediocre track record, and I would not use it on a machine where I spend any time on the internet.  AVG Free is better.  For an Office alternative, I skipped OpenOffice and tried <a title="LibreOffice" href="http://www.libreoffice.org" target="_blank">LibreOffice</a>. I haven&#8217;t used it for anything critical, but it has opened the attachments in my email, and has done fine with basic spreadsheets.</p>
<p>I bought a <a title="Raspberry PI" href="http://www.raspberrypi.org" target="_blank">Raspberry Pi</a>, and used the Debian version of <a title="Claws Mail" href="http://www.claws-mail.org" target="_blank">Claws Mail</a> on it.  There is also a Windows version, and I recommend it for computer geeks, but not their family members.</p>
<p>I have been experimenting with alternative browsers, too.  I had quit using Mozilla Firefox in favor of Chrome for some time.  Since all my computers are using 64 bit OS (for speed and securit), I decided to try <a title="WaterFox" href="http://www.waterfoxproject.org" target="_blank">WaterFox</a>. Waterfox is x64 only, and it is very fast &#8212; faster than every other browser I tried.  This is objective speed testing using various web based tests, not just my opinion.  And it works just fine with Windows 8.</p>
<p>I still think that Windows 8 is ugly, and that Microsoft made a mistake by not allowing the users the option of keeping the Start Menu.  But I no longer class it in the same fail category as Windows ME and Vista.  With a few tweaks, you may not decide to revert to Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=949</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abort SCCM Restart</title>
		<link>http://www.akaplan.com/blog/?p=936</link>
		<comments>http://www.akaplan.com/blog/?p=936#comments</comments>
		<pubDate>Fri, 07 Sep 2012 13:58:49 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.akaplan.com/blog/?p=936</guid>
		<description><![CDATA[Sometimes you get a panicked call saying, &#8220;I got a message saying my computer will reboot in 5 minutes&#8221;. StopSCCMRestart.cmd allows you to abort the reboot on a local or remote machine. It works by killing the SMSCliUI.exe task. The &#8230; <a href="http://www.akaplan.com/blog/?p=936">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Sometimes you get a panicked call saying, &#8220;I got a message saying my computer will reboot in 5 minutes&#8221;. <a href="http://www.akaplan.com/blog/wp-content/uploads/2012/09/StopSCCMRestart_cmd.txt">StopSCCMRestart.cmd</a> allows you to abort the reboot on a local or remote machine. It works by killing the SMSCliUI.exe task. The task will be eventually restarted, but this should give your user a chance to reboot at a more convenient time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.akaplan.com/blog/?feed=rss2&#038;p=936</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
