<?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>Andrew Healey's Blog</title> <atom:link href="http://halfloaded.com/feed/" rel="self" type="application/rss+xml" /><link>http://halfloaded.com</link> <description>Smash forehead on keyboard to continue...</description> <lastBuildDate>Sat, 28 Jan 2012 17:18:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>SBS 2011: DistrubutedCOM Error 10016</title><link>http://halfloaded.com/blog/sbs-2011-distributedcom-eventid-10016-fixed/</link> <comments>http://halfloaded.com/blog/sbs-2011-distributedcom-eventid-10016-fixed/#comments</comments> <pubDate>Sat, 17 Dec 2011 01:04:49 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[DCOM]]></category> <category><![CDATA[SBS]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=650</guid> <description><![CDATA[On your SBS 2011 server, do you find a lot of DCOM errors in your System Event Log? These are relatively common on SBS boxes. Microsoft&#8217;s guidance is that these can be safely ignored. However, when an error is reported, I expect it to be something that should be investigated. If it can be ignored, [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/sbs-2011-distributedcom-eventid-10016-fixed/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>C# Express &#8211; Create a Dummy or Placeholder Windows Service for Monitoring</title><link>http://halfloaded.com/blog/c-express-create-a-dummy-or-placeholder-windows-service-for-monitoring/</link> <comments>http://halfloaded.com/blog/c-express-create-a-dummy-or-placeholder-windows-service-for-monitoring/#comments</comments> <pubDate>Sat, 15 Oct 2011 00:01:06 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[csharp]]></category> <category><![CDATA[development]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[monitoring]]></category> <category><![CDATA[nms]]></category> <category><![CDATA[powershell]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=627</guid> <description><![CDATA[The IT ecosystem is rich with network monitoring systems (NMS). Each NMS has different capabilities, costs, and purposes in life. It is commonplace for me to come into a business that has invested in an NMS that doesn&#8217;t fit all their needs. You might ask, &#8220;What does this have to do with creating a Windows service?&#8221; [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/c-express-create-a-dummy-or-placeholder-windows-service-for-monitoring/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Retrieving Password from Application Pool</title><link>http://halfloaded.com/blog/retrieving-password-from-application-pool/</link> <comments>http://halfloaded.com/blog/retrieving-password-from-application-pool/#comments</comments> <pubDate>Fri, 07 Oct 2011 01:15:21 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[iis]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[security]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=617</guid> <description><![CDATA[I came across an undocumented app the other day. For a number of reasons, we needed to restore the password but it wasn&#8217;t documented anywhere. Luckily, the service account was setup in an app pool. In IIS 7.0 or 7.5, APPCMD can be used to recover the password. In 6.0, adsutil.vbs can be used. cscript.exe [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/retrieving-password-from-application-pool/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Power of Scripting: Finding Morto.A</title><link>http://halfloaded.com/blog/the-power-of-scripting-finding-morto/</link> <comments>http://halfloaded.com/blog/the-power-of-scripting-finding-morto/#comments</comments> <pubDate>Wed, 28 Sep 2011 03:58:26 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[morto]]></category> <category><![CDATA[security]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=598</guid> <description><![CDATA[Here I go on another vbScript tutorial.  You might ask why I&#8217;m not doing this in powershell yet and it is simple: I still run into 2003 and XP environments. Oh yeah, and this works. I don&#8217;t care what scripting language I&#8217;m writing in if it gets the job done; you shouldn&#8217;t either. My $0.02. [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/the-power-of-scripting-finding-morto/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IsConnectible: My vbScript Ping Method</title><link>http://halfloaded.com/blog/isconnectible-my-vbscript-ping-method/</link> <comments>http://halfloaded.com/blog/isconnectible-my-vbscript-ping-method/#comments</comments> <pubDate>Thu, 15 Sep 2011 18:23:52 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[vbScript]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=591</guid> <description><![CDATA[Whenever I am doing large sweeps of the network that require connecting to a large number of workstations (e.g. file copy, wmi query, etc.), I prefer to check to see if I can even see the system. This avoids waiting for (WMI) timeouts and also aids in troubleshooting failures. If the file copy failed, why? [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/isconnectible-my-vbscript-ping-method/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Microsoft Releases Windows 8 Developer Preview</title><link>http://halfloaded.com/blog/microsoft-releases-windows-8-developer-preview/</link> <comments>http://halfloaded.com/blog/microsoft-releases-windows-8-developer-preview/#comments</comments> <pubDate>Wed, 14 Sep 2011 05:40:52 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[download]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=576</guid> <description><![CDATA[Microsoft has released the Windows 8 Developer Preview.  This download is a full version of the pre-beta Windows 8 build and is chock full of disclaimers regarding its stability.  Needless to say, I had to download it and give it a shot.  The download (2.8GB to 4.8GB) can be found linked off the front page of [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/microsoft-releases-windows-8-developer-preview/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Installing Exchange 2010 Service Pack 1 Fails At Mailbox Role: Database is mandatory on UserMailbox.</title><link>http://halfloaded.com/blog/installing-exchange-2010-service-pack-1-fails-at-mailbox-role-database-is-mandatory-on-usermailbox/</link> <comments>http://halfloaded.com/blog/installing-exchange-2010-service-pack-1-fails-at-mailbox-role-database-is-mandatory-on-usermailbox/#comments</comments> <pubDate>Fri, 15 Jul 2011 01:08:39 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[error]]></category> <category><![CDATA[exchange]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[powershell]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=564</guid> <description><![CDATA[In a recent incident, an Exchange server had a complete volume failure during testing. Exchange 2010 was reinstalled but when installing Service Pack 1, it failed upgrading the Mailbox Role. Upon reviewing the log, I found the following line: Database is mandatory on UserMailbox. Property Name: Database The error doesn&#8217;t explain the problem very well [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/installing-exchange-2010-service-pack-1-fails-at-mailbox-role-database-is-mandatory-on-usermailbox/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Exchange 2007+: Aliases have invalid data</title><link>http://halfloaded.com/blog/exchange-2007-aliases-have-invalid-data/</link> <comments>http://halfloaded.com/blog/exchange-2007-aliases-have-invalid-data/#comments</comments> <pubDate>Mon, 11 Jul 2011 06:45:15 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[exchange]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[powershell]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=551</guid> <description><![CDATA[Twice in the past two weeks, I have come across Exchange 2003 to Exchange 2007 migrations which went uncompleted. In both cases, I received the following error(s) when trying to view the properties of a recipient with spaces in its alias or when viewing the properties of the offline address book: The properties on have [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/exchange-2007-aliases-have-invalid-data/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>vbScript: Adding and Removing a Domain Group to a Local Group</title><link>http://halfloaded.com/blog/vbscript-adding-and-removing-a-domain-group-to-a-local-group/</link> <comments>http://halfloaded.com/blog/vbscript-adding-and-removing-a-domain-group-to-a-local-group/#comments</comments> <pubDate>Fri, 08 Jul 2011 22:57:42 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[group policy]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=540</guid> <description><![CDATA[Yes, I still use vbscript. Someday, I&#8217;ll get to work in an environment where everything is upgraded. Until then, I have to rely on the tried and true vbscript. One of the most common uses of a Group Policy startup script is for adding users to the local admin group. Just google it and you [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/vbscript-adding-and-removing-a-domain-group-to-a-local-group/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>New Fee Is Your Chance To Break Verizon Contract Without Paying Early Termination Fee</title><link>http://halfloaded.com/blog/new-fee-is-your-chance-to-break-verizon-contract-without-paying-early-termination-fee/</link> <comments>http://halfloaded.com/blog/new-fee-is-your-chance-to-break-verizon-contract-without-paying-early-termination-fee/#comments</comments> <pubDate>Sun, 03 Jul 2011 17:26:48 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=536</guid> <description><![CDATA[The Consumerist ran a helpful article on how to use the most recent TOS and fee change at Verizon to get out of your contract.  For those looking to switch to a prepaid plan like the one offered by Virgin Mobile, this is a great opportunity to save some money without the worry of getting [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/new-fee-is-your-chance-to-break-verizon-contract-without-paying-early-termination-fee/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  halfloaded.com/feed/ ) in 0.63056 seconds, on May 18th, 2012 at 11:12 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 19th, 2012 at 12:12 am UTC -->
