<?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 &#187; windows</title> <atom:link href="http://halfloaded.com/blog/tag/windows/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>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>vbScript: Quickly determine architecture</title><link>http://halfloaded.com/blog/vbscript-quickly-determine-architecture/</link> <comments>http://halfloaded.com/blog/vbscript-quickly-determine-architecture/#comments</comments> <pubDate>Tue, 20 Jul 2010 18:10:11 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[vbScript]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[x64]]></category> <category><![CDATA[x86]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=442</guid> <description><![CDATA[I&#8217;ve been using a routine to determine 64-bit v 32-bit workstations for some time checking the registry for the PROCESSOR_ARCHITECTURE in the HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment path. However, this was proving to be error prone. So, I just gave up that method altogether since all Windows x64 editions have a &#8220;%SystemDrive%\Program Files (x86)&#8221; directory. This makes it [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/vbscript-quickly-determine-architecture/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Part 1: Blocking Bad Hosts &#8211; Finding Them, Easily</title><link>http://halfloaded.com/blog/part-1-blocking-bad-hosts-finding-them-easily/</link> <comments>http://halfloaded.com/blog/part-1-blocking-bad-hosts-finding-them-easily/#comments</comments> <pubDate>Tue, 22 Dec 2009 07:19:13 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[event log]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[vbScript]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=335</guid> <description><![CDATA[Download Script: get-bad-hosts.zip While troubleshooting some issues on an OWA Front-End server, I went over to the security log to see if the authentication attempts were getting past this box. The problem I found was the log was so full of failed logon attempts it was difficult to filter out what I was looking for. [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/part-1-blocking-bad-hosts-finding-them-easily/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>vbScript &#8211; List All Members Of Sensitive Groups: Schema, Enterprise and Domain Admins</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/</link> <comments>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/#comments</comments> <pubDate>Fri, 13 Mar 2009 19:24:46 +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=247</guid> <description><![CDATA[Download Script: AD-Admin-Audit Update 2011.06.21: I found a missing line in this script keeping it from running. I fixed that in the code below. I also added a downloadable zip file with the script to help with the formatting issues caused when copying and pasting directly from the site. Update 2009.04.16: At the request of [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/feed/</wfw:commentRss> <slash:comments>27</slash:comments> </item> <item><title>SNMP In A Windows Environment</title><link>http://halfloaded.com/blog/snmp-in-a-windows-environment/</link> <comments>http://halfloaded.com/blog/snmp-in-a-windows-environment/#comments</comments> <pubDate>Thu, 12 Mar 2009 19:57:55 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[snmp]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://halfloaded.com/blog/snmp-in-a-windows-environment/</guid> <description><![CDATA[The difficult part with managing SNMP via Group Policy is that SNMP is not installed by default. The first step is to install SNMP on all the machines you want to monitor via SNMP. This can be managed a couple ways. The simplest method that I have used is the one Zenoss recommends. If you [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/snmp-in-a-windows-environment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  halfloaded.com/blog/tag/windows/feed/ ) in 0.53870 seconds, on Feb 4th, 2012 at 10:19 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 11:19 pm UTC -->
