<?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: Who created that VM ?</title>
	<atom:link href="http://www.virtu-al.net/2010/02/23/who-created-that-vm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/</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: Sybux</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-13265</link>
		<dc:creator>Sybux</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-13265</guid>
		<description>Hi,
1st, thanx for your script it help me a lot.
I&#039;ve run it on my vCenter and it returns a little number of result. I&#039;ve combined yours with another one I&#039;ve found on Internet and now it looks in all event.

I&#039;ve added this lines at the begining :
# Go very far in past to get all events and enough
$start = (Get-Date).AddDays(-1999)
$eventNr = 999999

And I&#039;ve changed the $Event blabla to use this parameters.
		$Event = $VM &#124; Get-VIEvent -Start $start -MaxSamples $eventNr &#124; Where-Object { $_.Gettype().Name -eq &quot;VmBeingDeployedEvent&quot; -or $_.Gettype().Name -eq &quot;VmCreatedEvent&quot; -or $_.Gettype().Name -eq &quot;VmRegisteredEvent&quot; -or $_.Gettype().Name -eq &quot;VmClonedEvent&quot;}</description>
		<content:encoded><![CDATA[<p>Hi,<br />
1st, thanx for your script it help me a lot.<br />
I&#8217;ve run it on my vCenter and it returns a little number of result. I&#8217;ve combined yours with another one I&#8217;ve found on Internet and now it looks in all event.</p>
<p>I&#8217;ve added this lines at the begining :<br />
# Go very far in past to get all events and enough<br />
$start = (Get-Date).AddDays(-1999)<br />
$eventNr = 999999</p>
<p>And I&#8217;ve changed the $Event blabla to use this parameters.<br />
		$Event = $VM | Get-VIEvent -Start $start -MaxSamples $eventNr | Where-Object { $_.Gettype().Name -eq &#8220;VmBeingDeployedEvent&#8221; -or $_.Gettype().Name -eq &#8220;VmCreatedEvent&#8221; -or $_.Gettype().Name -eq &#8220;VmRegisteredEvent&#8221; -or $_.Gettype().Name -eq &#8220;VmClonedEvent&#8221;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-13062</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-13062</guid>
		<description>Sure, just change the line that currently reads:

$VMs = Get-VM &#124; Sort Name

to the following:

$VMs = Get-Cluster MyCluster &#124; Get-VM &#124; Sort Name</description>
		<content:encoded><![CDATA[<p>Sure, just change the line that currently reads:</p>
<p>$VMs = Get-VM | Sort Name</p>
<p>to the following:</p>
<p>$VMs = Get-Cluster MyCluster | Get-VM | Sort Name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-13060</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-13060</guid>
		<description>Could this script be altered to only show VM&#039;s in a particular cluster? Very interested to know who did what in our server cluster, but not interested in VDI cluster for exmample. Thanks</description>
		<content:encoded><![CDATA[<p>Could this script be altered to only show VM&#8217;s in a particular cluster? Very interested to know who did what in our server cluster, but not interested in VDI cluster for exmample. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-8091</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 07 Oct 2011 07:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-8091</guid>
		<description>This is actually a default variable from PowerShell, you can read more here: http://dmitrysotnikov.wordpress.com/2009/09/17/set-whatif-on-by-default/</description>
		<content:encoded><![CDATA[<p>This is actually a default variable from PowerShell, you can read more here: <a href="http://dmitrysotnikov.wordpress.com/2009/09/17/set-whatif-on-by-default/" rel="nofollow">http://dmitrysotnikov.wordpress.com/2009/09/17/set-whatif-on-by-default/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Crist</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-8072</link>
		<dc:creator>Doug Crist</dc:creator>
		<pubDate>Thu, 06 Oct 2011 18:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-8072</guid>
		<description>I&#039;m fairly new to PowerCLI and have a question about the $WhatIfPreference line.   I did a find and only found it in line 3.  Shouldn&#039;t I see it being checked somewhere farther down in the script?   Otherwise, how could it prevent something being written or created?

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>I&#8217;m fairly new to PowerCLI and have a question about the $WhatIfPreference line.   I did a find and only found it in line 3.  Shouldn&#8217;t I see it being checked somewhere farther down in the script?   Otherwise, how could it prevent something being written or created?</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Audit VMware VM&#8217;s for Creator and write to vCenter VM notes with PowerShell and PowerCLI 4.1.1 &#124; Learn Powershell &#124; Achieve More</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-6370</link>
		<dc:creator>Audit VMware VM&#8217;s for Creator and write to vCenter VM notes with PowerShell and PowerCLI 4.1.1 &#124; Learn Powershell &#124; Achieve More</dc:creator>
		<pubDate>Mon, 16 May 2011 01:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-6370</guid>
		<description>[...] I will start off by saying that this was not my idea to create this awesome script. The real hero behind this is Alan Renouf who first published the original script here.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] I will start off by saying that this was not my idea to create this awesome script. The real hero behind this is Alan Renouf who first published the original script here.&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-5785</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Sat, 02 Apr 2011 14:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-5785</guid>
		<description>Nice one Robert, I like the solution.</description>
		<content:encoded><![CDATA[<p>Nice one Robert, I like the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert van den Nieuwendijk</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-5777</link>
		<dc:creator>Robert van den Nieuwendijk</dc:creator>
		<pubDate>Fri, 01 Apr 2011 18:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-5777</guid>
		<description>I have changed your &quot;Who created that VM?&quot; script to try to get the creation date from the Active Directory if it can&#039;t be found in the events.

The script is in the VMware Communities:
http://communities.vmware.com/message/1728450#1728450</description>
		<content:encoded><![CDATA[<p>I have changed your &#8220;Who created that VM?&#8221; script to try to get the creation date from the Active Directory if it can&#8217;t be found in the events.</p>
<p>The script is in the VMware Communities:<br />
<a href="http://communities.vmware.com/message/1728450#1728450" rel="nofollow">http://communities.vmware.com/message/1728450#1728450</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How can I tell who created a Hyper-V guest after the fact? - Question Lounge</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-4970</link>
		<dc:creator>How can I tell who created a Hyper-V guest after the fact? - Question Lounge</dc:creator>
		<pubDate>Sat, 05 Feb 2011 20:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-4970</guid>
		<description>[...] but I have several different accounts that could have created them.I have seen articles on VMWare: http://www.virtu-al.net/2010/02/23/who-created-that-vm/ but nothing on Hyper-V. Any help would be appreciated. [...]</description>
		<content:encoded><![CDATA[<p>[...] but I have several different accounts that could have created them.I have seen articles on VMWare: <a href="http://www.virtu-al.net/2010/02/23/who-created-that-vm/" rel="nofollow">http://www.virtu-al.net/2010/02/23/who-created-that-vm/</a> but nothing on Hyper-V. Any help would be appreciated. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Who created that Hyper-V Server? &#124; DeveloperQuestion.com</title>
		<link>http://www.virtu-al.net/2010/02/23/who-created-that-vm/#comment-3421</link>
		<dc:creator>Who created that Hyper-V Server? &#124; DeveloperQuestion.com</dc:creator>
		<pubDate>Sun, 21 Nov 2010 16:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=1484#comment-3421</guid>
		<description>[...] but I have several different accounts that could have created them. I have seen articles on VMWare: http://www.virtu-al.net/2010/02/23/who-created-that-vm/ but nothing on Hyper-V. Any help would be appreciated.  Question by      This question originated [...]</description>
		<content:encoded><![CDATA[<p>[...] but I have several different accounts that could have created them. I have seen articles on VMWare: <a href="http://www.virtu-al.net/2010/02/23/who-created-that-vm/" rel="nofollow">http://www.virtu-al.net/2010/02/23/who-created-that-vm/</a> but nothing on Hyper-V. Any help would be appreciated.  Question by      This question originated [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

