<?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; vbScript</title> <atom:link href="http://halfloaded.com/blog/tag/vbscript/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>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>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>vbScript: Tweaking Power Settings (disabling hibernate and standby)</title><link>http://halfloaded.com/blog/vbscript-tweaking-power-settings-disabling-hibernate-and-standby/</link> <comments>http://halfloaded.com/blog/vbscript-tweaking-power-settings-disabling-hibernate-and-standby/#comments</comments> <pubDate>Tue, 03 May 2011 17:59:12 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[power]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=506</guid> <description><![CDATA[As is often the case in IT, when you need to push out that software package or migrate that computer to a new domain, it isn&#8217;t on the network.  This has come up several times in the past year and I wanted to share my solution.  Now, this isn&#8217;t the &#8220;greenest&#8221; solution because this will [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/vbscript-tweaking-power-settings-disabling-hibernate-and-standby/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>.Net Classes within VBScript: Doing Randomness and Arrays the Easy Way</title><link>http://halfloaded.com/blog/net-classes-within-vbscript-doing-randomness-and-arrays-the-easy-way/</link> <comments>http://halfloaded.com/blog/net-classes-within-vbscript-doing-randomness-and-arrays-the-easy-way/#comments</comments> <pubDate>Wed, 20 Apr 2011 18:35:49 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[dotnet]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=498</guid> <description><![CDATA[Back in 2007, the Microsoft Scripting Guys posted a article titled &#8220;Hey, Scripting Guy! Be Careful What You Say.&#8221; This article changed everything in the way I scripted because it should how simply you can access some .Net classes through COM callable wrappers. The two they focus on are &#8220;System.Random&#8221; and &#8220;System.Collections.ArrayList&#8221;. 1 2 Set [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/net-classes-within-vbscript-doing-randomness-and-arrays-the-easy-way/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>Installing Java via Script and Group Policy</title><link>http://halfloaded.com/blog/installing-java-via-script-and-group-policy/</link> <comments>http://halfloaded.com/blog/installing-java-via-script-and-group-policy/#comments</comments> <pubDate>Fri, 16 Jul 2010 17:39:14 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[group policy]]></category> <category><![CDATA[java]]></category> <category><![CDATA[jre]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=437</guid> <description><![CDATA[Due to some software requirements, there was a need to get JRE 1.5.0_09 rolled out across our enterprise. The requirements were pretty straight forward: Only install on client operating systems (Windows 2000, Windows XP, Windows Vista and Windows 7) Detect the versions of Java installed. If 1.5.0_09 is installed, exit.  If 1.5.0_08 or less was [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/installing-java-via-script-and-group-policy/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>Logon Script: Move Local PST Files To Network Share</title><link>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/</link> <comments>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/#comments</comments> <pubDate>Thu, 15 Oct 2009 03:25:05 +0000</pubDate> <dc:creator>Andrew</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[logon script]]></category> <category><![CDATA[outlook]]></category> <category><![CDATA[pst]]></category> <category><![CDATA[vbScript]]></category> <guid
isPermaLink="false">http://halfloaded.com/?p=322</guid> <description><![CDATA[Download Script: move-pst-to-network.zip So, my buddy (and former co-worker) called me yesterday for some help with a script he put together.  His script checked the local profile in Outlook for any PST files that were stored locally.  If it found any, it would them move them to the users home space.  We tried and tried [...]]]></description> <wfw:commentRss>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  halfloaded.com/blog/tag/vbscript/feed/ ) in 0.65494 seconds, on Feb 4th, 2012 at 10:23 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 11:23 pm UTC -->
