<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yusuf Ozturk &#187; vm listing</title>
	<atom:link href="http://www.yusufozturk.info/tag/vm-listing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SCVMM &#8211; Virtual Machine List Script in Powershell</title>
		<link>http://www.yusufozturk.info/virtual-machine-manager/scvmm-virtual-machine-list-script-in-powershell.html</link>
		<comments>http://www.yusufozturk.info/virtual-machine-manager/scvmm-virtual-machine-list-script-in-powershell.html#comments</comments>
		<pubDate>Wed, 15 Apr 2009 05:40:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[powershell vm listing script]]></category>
		<category><![CDATA[scvmm listing]]></category>
		<category><![CDATA[scvmm vm list powershell]]></category>
		<category><![CDATA[vm list script]]></category>
		<category><![CDATA[vm listing]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=649</guid>
		<description><![CDATA[This is a basic script about listing vms in Powershell. Output will be Name and Operating System. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Add-PSSnapin -name Microsoft.SystemCenter.VirtualMachineManager Get-Vmmserver localhost # VM List Script - Yusuf Ozturk # http://www.yusufozturk.info $VMProp = Get-VM &#124; Select-Object -Property Name,OperatingSystem clear-content -path &#34;C:\VMList.txt&#34; [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/virtual-machine-manager/scvmm-virtual-machine-list-script-in-powershell.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

