<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: SCVMM Powershell basics</title>
	<link>http://benchristian.com/archives/96.html</link>
	<description>Observations and thoughts from an IT guy...</description>
	<pubDate>Thu, 20 Nov 2008 15:26:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Kurt</title>
		<link>http://benchristian.com/archives/96.html#comment-1056</link>
		<author>Kurt</author>
		<pubDate>Tue, 04 Sep 2007 19:41:21 +0000</pubDate>
		<guid>http://benchristian.com/archives/96.html#comment-1056</guid>
					<description>You may have already found a different mechanism for identifying the SCVMM cmdlets. However, here is a single script that filters out the get-command list to just those in the SCVMM plugin

get-command &#124; where {$_.PSSnapIn -match "virtualmachinemanager"}

Kurt</description>
		<content:encoded><![CDATA[<p>You may have already found a different mechanism for identifying the SCVMM cmdlets. However, here is a single script that filters out the get-command list to just those in the SCVMM plugin</p>
<p>get-command | where {$_.PSSnapIn -match &#8220;virtualmachinemanager&#8221;}</p>
<p>Kurt</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben Christian</title>
		<link>http://benchristian.com/archives/96.html#comment-1059</link>
		<author>Ben Christian</author>
		<pubDate>Wed, 05 Sep 2007 12:29:21 +0000</pubDate>
		<guid>http://benchristian.com/archives/96.html#comment-1059</guid>
					<description>Cheers Kurt, that's a nicer way of doing it!</description>
		<content:encoded><![CDATA[<p>Cheers Kurt, that&#8217;s a nicer way of doing it!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeremy Pack</title>
		<link>http://benchristian.com/archives/96.html#comment-1972</link>
		<author>Jeremy Pack</author>
		<pubDate>Wed, 28 Nov 2007 13:30:11 +0000</pubDate>
		<guid>http://benchristian.com/archives/96.html#comment-1972</guid>
					<description>The offical way to get all the SCVMM cmdlets would seem to be:
Get-Command -PSSnapin *virtual* &#124; ft name</description>
		<content:encoded><![CDATA[<p>The offical way to get all the SCVMM cmdlets would seem to be:<br />
Get-Command -PSSnapin *virtual* | ft name</p>
]]></content:encoded>
				</item>
</channel>
</rss>
