<?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: Powershell Workstation/Server Audit script update</title>
	<atom:link href="http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:14:23 +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: smurteira</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-11455</link>
		<dc:creator>smurteira</dc:creator>
		<pubDate>Thu, 08 Dec 2011 13:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-11455</guid>
		<description>Hi Alan,  is there a way to change the even log section of the script so that the message field takes up at least 50% of the space, otherwise it crunches things too much and makes the report way too long.  Thanks</description>
		<content:encoded><![CDATA[<p>Hi Alan,  is there a way to change the even log section of the script so that the message field takes up at least 50% of the space, otherwise it crunches things too much and makes the report way too long.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-7921</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 29 Sep 2011 08:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-7921</guid>
		<description>You would need to adjust it and remove the foreach which puts each server in a sperate file, the custom HTML functions will need to be adjusted to be put in the correct place too.  Maybe just add an index page once it has completed which links to each file - that may be easier ;)</description>
		<content:encoded><![CDATA[<p>You would need to adjust it and remove the foreach which puts each server in a sperate file, the custom HTML functions will need to be adjusted to be put in the correct place too.  Maybe just add an index page once it has completed which links to each file &#8211; that may be easier <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-7916</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-7916</guid>
		<description>Hi still a great script to use :) tell me how can it be modified to generate a single report for a list of servers rather than one per server?</description>
		<content:encoded><![CDATA[<p>Hi still a great script to use <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  tell me how can it be modified to generate a single report for a list of servers rather than one per server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-1099</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-1099</guid>
		<description>&lt;a href=&quot;#comment-1098&quot; rel=&quot;nofollow&quot;&gt;@Arnold &lt;/a&gt; 
On Windows 2003 the Win32_Product class isn&#039;t installed by default.
You can install it with Add/Remove Windows Component. Look for the
&quot;WMI Windows Installer Provider&quot; component under &quot;Management and
Monitoring Tools&quot;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1098" rel="nofollow">@Arnold </a><br />
On Windows 2003 the Win32_Product class isn&#8217;t installed by default.<br />
You can install it with Add/Remove Windows Component. Look for the<br />
&#8220;WMI Windows Installer Provider&#8221; component under &#8220;Management and<br />
Monitoring Tools&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-1098</link>
		<dc:creator>Arnold</dc:creator>
		<pubDate>Wed, 30 Sep 2009 07:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-1098</guid>
		<description>When I run the script I get the following errors:

Using Audit list: servers.txt
Collating Detail for ct501
..Hotfix Information
..Logical Disks
..Network Configuration
..Local Shares
..Printers
..Services
..Regional Options
..Event Log Settings
..Event Log Errors
..Event Log Warnings
Poging door nul te delen.
At E:\__USBdrive\Documents\Scripts\QueryInstalledSoftware\Audit.ps1:413 char:65
+             $percFreespace=[math]::round(((($objDisk.FreeSpace /1048576)/( &lt;&lt;&lt;&lt; $objDisk.Size /1048676)) * 100),0)
..Installed Software
Get-WmiObject : Ongeldige klasse
At E:\__USBdrive\Documents\Scripts\QueryInstalledSoftware\Audit.ps1:507 char:27
+         $colApps = get-wmiobject  &lt;&lt;&lt;&lt; -ComputerName $Target Win32_Product &#124; select Name,Version,Vendor,InstallDate

I have tried it to run on several servers and get always the same results.
The software section in the htm file is empty.

Can you help me to find a solution for this?</description>
		<content:encoded><![CDATA[<p>When I run the script I get the following errors:</p>
<p>Using Audit list: servers.txt<br />
Collating Detail for ct501<br />
..Hotfix Information<br />
..Logical Disks<br />
..Network Configuration<br />
..Local Shares<br />
..Printers<br />
..Services<br />
..Regional Options<br />
..Event Log Settings<br />
..Event Log Errors<br />
..Event Log Warnings<br />
Poging door nul te delen.<br />
At E:\__USBdrive\Documents\Scripts\QueryInstalledSoftware\Audit.ps1:413 char:65<br />
+             $percFreespace=[math]::round(((($objDisk.FreeSpace /1048576)/( &lt;&lt;&lt;&lt; $objDisk.Size /1048676)) * 100),0)<br />
..Installed Software<br />
Get-WmiObject : Ongeldige klasse<br />
At E:\__USBdrive\Documents\Scripts\QueryInstalledSoftware\Audit.ps1:507 char:27<br />
+         $colApps = get-wmiobject  &lt;&lt;&lt;&lt; -ComputerName $Target Win32_Product | select Name,Version,Vendor,InstallDate</p>
<p>I have tried it to run on several servers and get always the same results.<br />
The software section in the htm file is empty.</p>
<p>Can you help me to find a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-922</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-922</guid>
		<description>&lt;a href=&quot;#comment-908&quot; rel=&quot;nofollow&quot;&gt;@baz &lt;/a&gt; 
Thanks for the comment, good idea</description>
		<content:encoded><![CDATA[<p><a href="#comment-908" rel="nofollow">@baz </a><br />
Thanks for the comment, good idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baz</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-908</link>
		<dc:creator>baz</dc:creator>
		<pubDate>Wed, 02 Sep 2009 05:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-908</guid>
		<description>Putting in &quot;if ( !$ComputerSystem ){&quot; as seen below will skip computers that are not switched/broken/don&#039;t exsist/etc


Foreach ($Target in $Targets){
	Write-Output &quot;Collating Detail for $Target&quot;
	$ComputerSystem = Get-WmiObject -computername $Target Win32_ComputerSystem
	if ( !$ComputerSystem ){
		continue
	}</description>
		<content:encoded><![CDATA[<p>Putting in &#8220;if ( !$ComputerSystem ){&#8221; as seen below will skip computers that are not switched/broken/don&#8217;t exsist/etc</p>
<p>Foreach ($Target in $Targets){<br />
	Write-Output &#8220;Collating Detail for $Target&#8221;<br />
	$ComputerSystem = Get-WmiObject -computername $Target Win32_ComputerSystem<br />
	if ( !$ComputerSystem ){<br />
		continue<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-443</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-443</guid>
		<description>Wonder if I have been asleep .. saw the original .. 
rediscovered the updated .. &#039;blown away&#039; once again.
Most elegant, thanx.
A.</description>
		<content:encoded><![CDATA[<p>Wonder if I have been asleep .. saw the original ..<br />
rediscovered the updated .. &#8216;blown away&#8217; once again.<br />
Most elegant, thanx.<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-395</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 07 May 2009 20:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-395</guid>
		<description>&lt;a href=&quot;#comment-394&quot; rel=&quot;nofollow&quot;&gt;@Virtu-Al&lt;/a&gt; 
I saw that, but it only works for Exchange 2003, we run 2007.  I will let you know if i run into any problems.</description>
		<content:encoded><![CDATA[<p><a href="#comment-394" rel="nofollow">@Virtu-Al</a><br />
I saw that, but it only works for Exchange 2003, we run 2007.  I will let you know if i run into any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/#comment-394</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Thu, 07 May 2009 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=211#comment-394</guid>
		<description>I have run it with both versions of powershell and all is fine so far, strange !

Let me know if you need a hand amending it but it should be quite straight forward, someone has already changed it to make it an Exchange audit script which they run on a daily basis here &lt;a href=&quot;http://www.virtu-al.net/2009/05/07/exchange-audit/&quot; rel=&quot;nofollow&quot;&gt;http://www.virtu-al.net/2009/05/07/exchange-audit/&lt;/a&gt;

Again, if you need a help with the amendments let me know.

Alan</description>
		<content:encoded><![CDATA[<p>I have run it with both versions of powershell and all is fine so far, strange !</p>
<p>Let me know if you need a hand amending it but it should be quite straight forward, someone has already changed it to make it an Exchange audit script which they run on a daily basis here <a href="http://www.virtu-al.net/2009/05/07/exchange-audit/" rel="nofollow">http://www.virtu-al.net/2009/05/07/exchange-audit/</a></p>
<p>Again, if you need a help with the amendments let me know.</p>
<p>Alan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

