<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Workstation &amp; Server Audit Script V3</title>
	<atom:link href="http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:31:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jamal</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-7906</link>
		<dc:creator>Jamal</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-7906</guid>
		<description>Thanks Alan for the quick reply. That did the trick</description>
		<content:encoded><![CDATA[<p>Thanks Alan for the quick reply. That did the trick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-7905</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-7905</guid>
		<description>Ahh, well found - there is a mistake in the script, there is a line which reads:

$colQuickFixes = Get-WmiObject Win32_QuickFixEngineering

change it to

$colQuickFixes = Get-WmiObject -ComputerName $Target Win32_QuickFixEngineering</description>
		<content:encoded><![CDATA[<p>Ahh, well found &#8211; there is a mistake in the script, there is a line which reads:</p>
<p>$colQuickFixes = Get-WmiObject Win32_QuickFixEngineering</p>
<p>change it to</p>
<p>$colQuickFixes = Get-WmiObject -ComputerName $Target Win32_QuickFixEngineering</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamal</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-7900</link>
		<dc:creator>Jamal</dc:creator>
		<pubDate>Wed, 28 Sep 2011 15:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-7900</guid>
		<description>Hi Alan,

Love the script. One problem I am running into is when I execute the script against a list of servers, I only get patching information for the current machine that I am executing the script on.  I get all of the outputs the way it is supposed to be, except the wrong patching information. I am using WIN7 enterprise and executing the script agains Win2k3 servers. 

I do have admin access to the remote servers.  Please help. To execute, I put the script as well as the list of servers (auditlist.txt) in the same directory.  I am using the following to execute .\Audit.ps1 auditlist.txt.  Please help.</description>
		<content:encoded><![CDATA[<p>Hi Alan,</p>
<p>Love the script. One problem I am running into is when I execute the script against a list of servers, I only get patching information for the current machine that I am executing the script on.  I get all of the outputs the way it is supposed to be, except the wrong patching information. I am using WIN7 enterprise and executing the script agains Win2k3 servers. </p>
<p>I do have admin access to the remote servers.  Please help. To execute, I put the script as well as the list of servers (auditlist.txt) in the same directory.  I am using the following to execute .\Audit.ps1 auditlist.txt.  Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waffles</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-7148</link>
		<dc:creator>Waffles</dc:creator>
		<pubDate>Mon, 18 Jul 2011 14:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-7148</guid>
		<description>Thanks for the great scripts.  For some odd reason having this data up to date and internally public keeps my auditors off my back.</description>
		<content:encoded><![CDATA[<p>Thanks for the great scripts.  For some odd reason having this data up to date and internally public keeps my auditors off my back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-6609</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 01 Jun 2011 16:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-6609</guid>
		<description>Great script! any chance you could update it to include the following
1) Obtain page swap file size in MB
2) Check for software installed eg sysmantec, Altiris
3) Diplay WINS settings &quot;Enable LMHOSTS Lookup&quot; and &quot;Enable NetBIOS over TCP/IP
4) Data Execution Prevention settings
5) System variables
6) Remote desktop settings</description>
		<content:encoded><![CDATA[<p>Great script! any chance you could update it to include the following<br />
1) Obtain page swap file size in MB<br />
2) Check for software installed eg sysmantec, Altiris<br />
3) Diplay WINS settings &#8220;Enable LMHOSTS Lookup&#8221; and &#8220;Enable NetBIOS over TCP/IP<br />
4) Data Execution Prevention settings<br />
5) System variables<br />
6) Remote desktop settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dazzpowder</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-4459</link>
		<dc:creator>Dazzpowder</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-4459</guid>
		<description>Al, Thanks for this script I learnt about through a class
with T Lee. It has taught me so much</description>
		<content:encoded><![CDATA[<p>Al, Thanks for this script I learnt about through a class<br />
with T Lee. It has taught me so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dazzpowder</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-4458</link>
		<dc:creator>Dazzpowder</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-4458</guid>
		<description>Al, Thanks for this script I learnt about through a class
with T Lee. It has taught so much</description>
		<content:encoded><![CDATA[<p>Al, Thanks for this script I learnt about through a class<br />
with T Lee. It has taught so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free monitoring and inventory software like ms system center configuration manager?</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-3516</link>
		<dc:creator>Free monitoring and inventory software like ms system center configuration manager?</dc:creator>
		<pubDate>Mon, 29 Nov 2010 22:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-3516</guid>
		<description>[...] have setup http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/ this in the past.. basic but very useful. It could be modified to output data to a database for you [...]</description>
		<content:encoded><![CDATA[<p>[...] have setup <a href="http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/" rel="nofollow">http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/</a> this in the past.. basic but very useful. It could be modified to output data to a database for you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hong</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-2592</link>
		<dc:creator>Daniel Hong</dc:creator>
		<pubDate>Fri, 27 Aug 2010 19:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-2592</guid>
		<description>Great script!

I was running into a bit of an issue with Win32_Product class, getting following error message:

Get-WmiObject : Generic failure
At C:\temp\AuditScript\Audit.ps1:330 char:46
+                 $MyReport += Get-HTMLTable (get-wmiobject &lt;&lt;&lt;&lt;  Win32_Product &#124; select Name,Version,Vendor,InstallDate)
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], ManagementException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

I had to change&quot;get-wmiobject&quot; to &quot;Get-wmiobject&quot; and it worked fine.  I&#039;m not sure why there was a case sensitivity issue, since running &quot;get-wmiobject Win32_Product&quot; directly worked fine.

Anyhow, great work!</description>
		<content:encoded><![CDATA[<p>Great script!</p>
<p>I was running into a bit of an issue with Win32_Product class, getting following error message:</p>
<p>Get-WmiObject : Generic failure<br />
At C:\temp\AuditScript\Audit.ps1:330 char:46<br />
+                 $MyReport += Get-HTMLTable (get-wmiobject &lt;&lt;&lt;&lt;  Win32_Product | select Name,Version,Vendor,InstallDate)<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], ManagementException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand</p>
<p>I had to change&quot;get-wmiobject&quot; to &quot;Get-wmiobject&quot; and it worked fine.  I&#039;m not sure why there was a case sensitivity issue, since running &quot;get-wmiobject Win32_Product&quot; directly worked fine.</p>
<p>Anyhow, great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/10/26/workstation-server-audit-script-v3/#comment-1640</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=992#comment-1640</guid>
		<description>&lt;a href=&quot;#comment-1631&quot; rel=&quot;nofollow&quot;&gt;@Rob P. &lt;/a&gt; 
Will do Rob, although you could add it yourslef, honestly the code is very easy to change !</description>
		<content:encoded><![CDATA[<p><a href="#comment-1631" rel="nofollow">@Rob P. </a><br />
Will do Rob, although you could add it yourslef, honestly the code is very easy to change !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

