<?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: PowerCLI: Daily Report V2</title>
	<atom:link href="http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:00:13 +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: Daily Report &#8211; iPhone Version &#171; Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-5119</link>
		<dc:creator>Daily Report &#8211; iPhone Version &#171; Virtu-Al</dc:creator>
		<pubDate>Sat, 19 Feb 2011 15:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-5119</guid>
		<description>[...] you are using my Daily Report script and want a nice output I have just received a cool tip from NiTRo over at [...]</description>
		<content:encoded><![CDATA[<p>[...] you are using my Daily Report script and want a nice output I have just received a cool tip from NiTRo over at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Better late than never &#8211; the start of my PoSH journey &#124; PlanetVM</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-2208</link>
		<dc:creator>Better late than never &#8211; the start of my PoSH journey &#124; PlanetVM</dc:creator>
		<pubDate>Mon, 12 Apr 2010 09:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-2208</guid>
		<description>[...] can use PowerCLI to report on the status of guests and hosts. Check out Alan Renouf’s excellent PowerCLI Daily Report, for a really good example of how far you can [...]</description>
		<content:encoded><![CDATA[<p>[...] can use PowerCLI to report on the status of guests and hosts. Check out Alan Renouf’s excellent PowerCLI Daily Report, for a really good example of how far you can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1642</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 23 Dec 2009 15:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1642</guid>
		<description>This looks a great script but doesn&#039;t quite work for me. It generates a report but two errors come up as well which make me suspect I&#039;m missing at least part of the report. The errors are as follows. I first installed vSphere PowerCLI 4.0.1 which I guessed was the right thing; the script doesn&#039;t document its software dependencies.

Get-WmiObject : Access denied
At C:\ps\DailyReportV2.ps1:203 char:28
+         $Services = get-wmiobject &lt;&lt;&lt;&lt;  win32_service -ComputerName $VISRV &#124;
Where {$_.DisplayName -like &quot;VMware*&quot; }
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand

Get-WmiObject : Access denied
At C:\ps\DailyReportV2.ps1:633 char:28
+             $ErrLogs = Get-WmiObject &lt;&lt;&lt;=&#039;&quot; + $ConvDate +
 &quot;&#039;&quot;) &#124; Where {$_.Message -like &quot;*VMware*&quot;} &#124; Select @{N=&quot;TimeGenerated&quot;;E={$_.
ConvertToDateTime($_.TimeGenerated)}}, Message
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand

Get-WmiObject : Access denied
At C:\ps\DailyReportV2.ps1:647 char:29
+             $WarnLogs = Get-WmiObject &lt;&lt;&lt;=&#039;&quot; + $ConvDat
e + &quot;&#039;&quot;) &#124; Where {$_.Message -like &quot;*VMware*&quot;} &#124; Select @{N=&quot;TimeGenerated&quot;;E={
$_.ConvertToDateTime($_.TimeGenerated)}}, Message
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand</description>
		<content:encoded><![CDATA[<p>This looks a great script but doesn&#8217;t quite work for me. It generates a report but two errors come up as well which make me suspect I&#8217;m missing at least part of the report. The errors are as follows. I first installed vSphere PowerCLI 4.0.1 which I guessed was the right thing; the script doesn&#8217;t document its software dependencies.</p>
<p>Get-WmiObject : Access denied<br />
At C:\ps\DailyReportV2.ps1:203 char:28<br />
+         $Services = get-wmiobject &lt;&lt;&lt;&lt;  win32_service -ComputerName $VISRV |<br />
Where {$_.DisplayName -like &quot;VMware*&quot; }<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
<p>Get-WmiObject : Access denied<br />
At C:\ps\DailyReportV2.ps1:633 char:28<br />
+             $ErrLogs = Get-WmiObject &lt;&lt;&lt;=&#8217;&#8221; + $ConvDate +<br />
 &#8220;&#8216;&#8221;) | Where {$_.Message -like &#8220;*VMware*&#8221;} | Select @{N=&#8221;TimeGenerated&#8221;;E={$_.<br />
ConvertToDateTime($_.TimeGenerated)}}, Message<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
<p>Get-WmiObject : Access denied<br />
At C:\ps\DailyReportV2.ps1:647 char:29<br />
+             $WarnLogs = Get-WmiObject &lt;&lt;&lt;=&#8217;&#8221; + $ConvDat<br />
e + &#8220;&#8216;&#8221;) | Where {$_.Message -like &#8220;*VMware*&#8221;} | Select @{N=&#8221;TimeGenerated&#8221;;E={<br />
$_.ConvertToDateTime($_.TimeGenerated)}}, Message<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1582</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1582</guid>
		<description>I really like this script.. Thanks for putting the work into it, now if I can combine the two other VC&#039;s we have into the single report that would be good (we have a vc for 2.5, 3.0, and 3.5) - no really good technical reason for it at the moment.
Thanks again</description>
		<content:encoded><![CDATA[<p>I really like this script.. Thanks for putting the work into it, now if I can combine the two other VC&#8217;s we have into the single report that would be good (we have a vc for 2.5, 3.0, and 3.5) &#8211; no really good technical reason for it at the moment.<br />
Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Lotz</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1580</link>
		<dc:creator>Jamie Lotz</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1580</guid>
		<description>When I run this I&#039;m getting:

WARNING: There were one or more problems with the server certificate:
* A certification chain processed correctly, but terminated in a root certificate which isn&#039;t trusted by the trust
provider.
* The certificate&#039;s CN name does not match the passed value.

&quot;Check Host Certificates&quot; is unchecked in vCenter.  Any ideas?</description>
		<content:encoded><![CDATA[<p>When I run this I&#8217;m getting:</p>
<p>WARNING: There were one or more problems with the server certificate:<br />
* A certification chain processed correctly, but terminated in a root certificate which isn&#8217;t trusted by the trust<br />
provider.<br />
* The certificate&#8217;s CN name does not match the passed value.</p>
<p>&#8220;Check Host Certificates&#8221; is unchecked in vCenter.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grannysmyth</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1536</link>
		<dc:creator>grannysmyth</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1536</guid>
		<description>I was able to get the script scheduled in Task Scheduler...</description>
		<content:encoded><![CDATA[<p>I was able to get the script scheduled in Task Scheduler&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grannysmyth</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1512</link>
		<dc:creator>grannysmyth</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1512</guid>
		<description>I have one other question if you don&#039;t mind. I am able to run the script from the command line using the following command:
[vSphere PowerCLI] C:\scripts&gt; .\vcheckv3.ps1 vmonster
How do I schedule this in task manager? Power CLI is installed @
&quot;C:\Program Files\VMware\Infrastructure\vSphere PowerCLI\&quot;

Thanks!</description>
		<content:encoded><![CDATA[<p>I have one other question if you don&#8217;t mind. I am able to run the script from the command line using the following command:<br />
[vSphere PowerCLI] C:\scripts&gt; .\vcheckv3.ps1 vmonster<br />
How do I schedule this in task manager? Power CLI is installed @<br />
&#8220;C:\Program Files\VMware\Infrastructure\vSphere PowerCLI\&#8221;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grannysmyth</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1511</link>
		<dc:creator>grannysmyth</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1511</guid>
		<description>Great Script! Most everything is working except for when the script checks for created or cloned VM&#039;s. I get the following error: Any ideas?

Select-Object : Exception calling &quot;FindOne&quot; with &quot;0&quot; argument(s): &quot;The specifie
d domain either does not exist or could not be contacted.
&quot;
At C:\Temp\vcheckv3.ps1:625 char:188
+             $OutputCreatedVMs = @($VIEvent &#124; where {$_.Gettype().Name -eq &quot;Vm
CreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmBeingClonedEvent&quot; -or $_.Gettype().N
ame -eq &quot;VmBeingDeployedEvent&quot;} &#124; Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte
dMessage)
Select-Object : Exception calling &quot;FindOne&quot; with &quot;0&quot; argument(s): &quot;The specifie
d domain either does not exist or could not be contacted.
&quot;
At C:\Temp\vcheckv3.ps1:625 char:188
+             $OutputCreatedVMs = @($VIEvent &#124; where {$_.Gettype().Name -eq &quot;Vm
CreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmBeingClonedEvent&quot; -or $_.Gettype().N
ame -eq &quot;VmBeingDeployedEvent&quot;} &#124; Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte
dMessage)
Select-Object : Exception calling &quot;FindOne&quot; with &quot;0&quot; argument(s): &quot;The specifie
d domain either does not exist or could not be contacted.
&quot;
At C:\Temp\vcheckv3.ps1:625 char:188
+             $OutputCreatedVMs = @($VIEvent &#124; where {$_.Gettype().Name -eq &quot;Vm
CreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmBeingClonedEvent&quot; -or $_.Gettype().N
ame -eq &quot;VmBeingDeployedEvent&quot;} &#124; Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte
dMessage)</description>
		<content:encoded><![CDATA[<p>Great Script! Most everything is working except for when the script checks for created or cloned VM&#8217;s. I get the following error: Any ideas?</p>
<p>Select-Object : Exception calling &#8220;FindOne&#8221; with &#8220;0&#8243; argument(s): &#8220;The specifie<br />
d domain either does not exist or could not be contacted.<br />
&#8221;<br />
At C:\Temp\vcheckv3.ps1:625 char:188<br />
+             $OutputCreatedVMs = @($VIEvent | where {$_.Gettype().Name -eq &#8220;Vm<br />
CreatedEvent&#8221; -or $_.Gettype().Name -eq &#8220;VmBeingClonedEvent&#8221; -or $_.Gettype().N<br />
ame -eq &#8220;VmBeingDeployedEvent&#8221;} | Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find<br />
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte<br />
dMessage)<br />
Select-Object : Exception calling &quot;FindOne&quot; with &quot;0&quot; argument(s): &quot;The specifie<br />
d domain either does not exist or could not be contacted.<br />
&quot;<br />
At C:\Temp\vcheckv3.ps1:625 char:188<br />
+             $OutputCreatedVMs = @($VIEvent | where {$_.Gettype().Name -eq &quot;Vm<br />
CreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmBeingClonedEvent&quot; -or $_.Gettype().N<br />
ame -eq &quot;VmBeingDeployedEvent&quot;} | Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find<br />
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte<br />
dMessage)<br />
Select-Object : Exception calling &quot;FindOne&quot; with &quot;0&quot; argument(s): &quot;The specifie<br />
d domain either does not exist or could not be contacted.<br />
&quot;<br />
At C:\Temp\vcheckv3.ps1:625 char:188<br />
+             $OutputCreatedVMs = @($VIEvent | where {$_.Gettype().Name -eq &quot;Vm<br />
CreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmBeingClonedEvent&quot; -or $_.Gettype().N<br />
ame -eq &quot;VmBeingDeployedEvent&quot;} | Select  &lt;&lt;&lt;&lt; createdTime, @{N=&quot;User&quot;;E={(Find<br />
-Username (($_.userName.split(&quot;\&quot;))[1])).Properties.displayname}}, fullFormatte<br />
dMessage)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1440</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1440</guid>
		<description>Supply values for the following parameters:
Credential
Get-WmiObject : User credentials cannot be used for local connections
At C:\code\VMware_Daily_Report.ps1:201 char:28
+         $Services = get-wmiobject &lt;&lt;&lt;&lt;  win32_service -Credential $creds -Com
puterName $VISRV &#124; Where {$_.DisplayName -like &quot;VMware*&quot; }
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand

Get-WmiObject : User credentials cannot be used for local connections
At C:\code\VMware_Daily_Report.ps1:631 char:28
+             $ErrLogs = Get-WmiObject &lt;&lt;&lt;=&#039;&quot; + $ConvDate + &quot;&#039;&quot;) &#124; Where {$_.Message -like &quot;*VMware*&quot;} &#124; Select @{N=&quot;Ti
meGenerated&quot;;E={$_.ConvertToDateTime($_.TimeGenerated)}}, Message
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand

Get-WmiObject : User credentials cannot be used for local connections
At C:\code\VMware_Daily_Report.ps1:645 char:29
+             $WarnLogs = Get-WmiObject &lt;&lt;&lt;=&#039;&quot; + $ConvDate + &quot;&#039;&quot;) &#124; Where {$_.Message -like &quot;*VMware*&quot;} &#124; Select @{N=
&quot;TimeGenerated&quot;;E={$_.ConvertToDateTime($_.TimeGenerated)}}, Message
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen
   tException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C
   ommands.GetWmiObjectCommand</description>
		<content:encoded><![CDATA[<p>Supply values for the following parameters:<br />
Credential<br />
Get-WmiObject : User credentials cannot be used for local connections<br />
At C:\code\VMware_Daily_Report.ps1:201 char:28<br />
+         $Services = get-wmiobject &lt;&lt;&lt;&lt;  win32_service -Credential $creds -Com<br />
puterName $VISRV | Where {$_.DisplayName -like &quot;VMware*&quot; }<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
<p>Get-WmiObject : User credentials cannot be used for local connections<br />
At C:\code\VMware_Daily_Report.ps1:631 char:28<br />
+             $ErrLogs = Get-WmiObject &lt;&lt;&lt;=&#8217;&#8221; + $ConvDate + &#8220;&#8216;&#8221;) | Where {$_.Message -like &#8220;*VMware*&#8221;} | Select @{N=&#8221;Ti<br />
meGenerated&#8221;;E={$_.ConvertToDateTime($_.TimeGenerated)}}, Message<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
<p>Get-WmiObject : User credentials cannot be used for local connections<br />
At C:\code\VMware_Daily_Report.ps1:645 char:29<br />
+             $WarnLogs = Get-WmiObject &lt;&lt;&lt;=&#8217;&#8221; + $ConvDate + &#8220;&#8216;&#8221;) | Where {$_.Message -like &#8220;*VMware*&#8221;} | Select @{N=<br />
&#8220;TimeGenerated&#8221;;E={$_.ConvertToDateTime($_.TimeGenerated)}}, Message<br />
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], Managemen<br />
   tException<br />
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.C<br />
   ommands.GetWmiObjectCommand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/#comment-1413</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 11 Nov 2009 07:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=845#comment-1413</guid>
		<description>&lt;a href=&quot;#comment-1230&quot; rel=&quot;nofollow&quot;&gt;@Marshall  &lt;/a&gt; 
I&#039;ve got the same error. I also ran this (and also vCheck 3) script on VC 4.0 with ESX 3.5 and 4.0 hosts. When vCheck 3 starts with &quot;..Checking Snapshots&quot; the VMware Virtual Center service crashed. I tried a few times but the error stil exist. Now with vCheck its possible to disable some checks, so I disabled the Snapshot part and the script works fine.
Does somebody know why the Virtual Center service crashed during the Snapshot report? When I run a Get-VM &#124; Get-Snapshot i&#039;ve got no problems

Exception calling &quot;ReadNextTasks&quot; with &quot;1&quot; argument(s): &quot;There is an error in X
ML document (7, 203404).&quot;
At C:\Beheer\scripts\vCheck\vCheck3.0.ps1:420 char:45
+     $collection = $collectionImpl.ReadNextTasks( &lt;&lt;&lt;&lt; $tasknumber)
Exception calling &quot;DestroyCollector&quot; with &quot;0&quot; argument(s): &quot;The remote server r
eturned an error: (502) Bad Gateway.&quot;
At C:\Beheer\scripts\vCheck\vCheck3.0.ps1:436 char:34
+     $collectionImpl.DestroyCollector( &lt;&lt;&lt;&lt; )</description>
		<content:encoded><![CDATA[<p><a href="#comment-1230" rel="nofollow">@Marshall  </a><br />
I&#8217;ve got the same error. I also ran this (and also vCheck 3) script on VC 4.0 with ESX 3.5 and 4.0 hosts. When vCheck 3 starts with &#8220;..Checking Snapshots&#8221; the VMware Virtual Center service crashed. I tried a few times but the error stil exist. Now with vCheck its possible to disable some checks, so I disabled the Snapshot part and the script works fine.<br />
Does somebody know why the Virtual Center service crashed during the Snapshot report? When I run a Get-VM | Get-Snapshot i&#8217;ve got no problems</p>
<p>Exception calling &#8220;ReadNextTasks&#8221; with &#8220;1&#8243; argument(s): &#8220;There is an error in X<br />
ML document (7, 203404).&#8221;<br />
At C:\Beheer\scripts\vCheck\vCheck3.0.ps1:420 char:45<br />
+     $collection = $collectionImpl.ReadNextTasks( &lt;&lt;&lt;&lt; $tasknumber)<br />
Exception calling &quot;DestroyCollector&quot; with &quot;0&quot; argument(s): &quot;The remote server r<br />
eturned an error: (502) Bad Gateway.&quot;<br />
At C:\Beheer\scripts\vCheck\vCheck3.0.ps1:436 char:34<br />
+     $collectionImpl.DestroyCollector( &lt;&lt;&lt;&lt; )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

