<?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: Updated: VM Reporting Script for Nutanix with Powershell	</title>
	<atom:link href="https://blog.myvirtualvision.com/2019/07/03/vm-reporting-script-for-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.myvirtualvision.com/2019/07/03/vm-reporting-script-for-with-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vm-reporting-script-for-with-powershell</link>
	<description>My thoughts on application delivery</description>
	<lastBuildDate>Thu, 08 Oct 2020 18:01:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Shaaynee		</title>
		<link>https://blog.myvirtualvision.com/2019/07/03/vm-reporting-script-for-with-powershell/#comment-71478</link>

		<dc:creator><![CDATA[Shaaynee]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 18:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myvirtualvision.com/?p=4800#comment-71478</guid>

					<description><![CDATA[We are getting BIOS version in integer value instead of proper format. Any Reason why ?]]></description>
			<content:encoded><![CDATA[<p>We are getting BIOS version in integer value instead of proper format. Any Reason why ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://blog.myvirtualvision.com/2019/07/03/vm-reporting-script-for-with-powershell/#comment-71434</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 14:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myvirtualvision.com/?p=4800#comment-71434</guid>

					<description><![CDATA[Great script. Usually you grab a script from a blog and it never works without a ton of tweaking. FYI I found one typo. Your output path to for the csv files are the same filename so your host file output overwrites your VMInventory output. 
$fullreport &#124; Export-Csv -Path ~\Desktop\NutanixVMInventory.csv -NoTypeInformation -UseCulture -verbose:$false
$fullreportHosts &#124; Export-Csv -Path ~\Desktop\NutanixHostInventory.csv -NoTypeInformation -UseCulture -verbose:$false]]></description>
			<content:encoded><![CDATA[<p>Great script. Usually you grab a script from a blog and it never works without a ton of tweaking. FYI I found one typo. Your output path to for the csv files are the same filename so your host file output overwrites your VMInventory output.<br />
$fullreport | Export-Csv -Path ~\Desktop\NutanixVMInventory.csv -NoTypeInformation -UseCulture -verbose:$false<br />
$fullreportHosts | Export-Csv -Path ~\Desktop\NutanixHostInventory.csv -NoTypeInformation -UseCulture -verbose:$false</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
