<?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>vReference &#187; PowerShell</title>
	<atom:link href="http://www.vReference.com/tag/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vReference.com</link>
	<description>guides, links and news for VMware and virtualization technologies</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:54:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>New PowerShell reference card</title>
		<link>http://www.vReference.com/2009/05/28/new-powershell-reference-card/</link>
		<comments>http://www.vReference.com/2009/05/28/new-powershell-reference-card/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:24:35 +0000</pubDate>
		<dc:creator>Forbes Guthrie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.vmreference.com/?p=52</guid>
		<description><![CDATA[<p>I got an email last week from Dennis Zimmer, letting me know that he&#8217;s just published a new PowerCLI (PowerShell) reference card.  I&#8217;m no PowerShell expert myself, but this looks like a another great resource for the VMware user community.  Great work.</p> <p>You can grab yourself a copy from the Icomasoft website <a href="http://www.icomasoft.com/products/vi-powerscripter/powercli-reference-card.html" class="broken_link">here</a>.</p> [...]<p>=====
<a href="http://www.vReference.com/2009/05/28/new-powershell-reference-card/">New PowerShell reference card</a>  originally posted by Forbes Guthrie on <a href="http://www.vReference.com">vReference</a>.
Subscribe to my <a href="http://feeds2.feedburner.com/vreference">RSS feed</a> for all the latest updates, and follow me on <a href="http://twitter.com/forbesguthrie">Twitter</a> for shorter ramblings.
<a href="http://twitter.com/{screen_name}" class="twitter-follow-button">Follow @forbesguthrie</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p>
]]></description>
			<content:encoded><![CDATA[<p>I got an email last week from Dennis Zimmer, letting me know that he&#8217;s just published a new PowerCLI (PowerShell) reference card.  I&#8217;m no PowerShell expert myself, but this looks like a another great resource for the VMware user community.  Great work.</p>
<p>You can grab yourself a copy from the Icomasoft website <a href="http://www.icomasoft.com/products/vi-powerscripter/powercli-reference-card.html" class="broken_link">here</a>.</p>
<p>=====
<a href="http://www.vReference.com/2009/05/28/new-powershell-reference-card/">New PowerShell reference card</a>  originally posted by Forbes Guthrie on <a href="http://www.vReference.com">vReference</a>.
Subscribe to my <a href="http://feeds2.feedburner.com/vreference">RSS feed</a> for all the latest updates, and follow me on <a href="http://twitter.com/forbesguthrie">Twitter</a> for shorter ramblings.
<a href="http://twitter.com/{screen_name}" class="twitter-follow-button">Follow @forbesguthrie</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vReference.com/2009/05/28/new-powershell-reference-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell script for Service Console memory</title>
		<link>http://www.vReference.com/2009/01/26/powershell-script-for-service-console-memory/</link>
		<comments>http://www.vReference.com/2009/01/26/powershell-script-for-service-console-memory/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 01:06:14 +0000</pubDate>
		<dc:creator>Forbes Guthrie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.vmreference.com/?p=50</guid>
		<description><![CDATA[<p>Here is a script that will query all your ESX hosts and create a report of what their Service Console memory is set to.  Like most people I always set this to 800MB after an install, but when you are dealing with a large environment it’s all too easy to miss some.  Having your Service [...]<p>=====
<a href="http://www.vReference.com/2009/01/26/powershell-script-for-service-console-memory/">PowerShell script for Service Console memory</a>  originally posted by Forbes Guthrie on <a href="http://www.vReference.com">vReference</a>.
Subscribe to my <a href="http://feeds2.feedburner.com/vreference">RSS feed</a> for all the latest updates, and follow me on <a href="http://twitter.com/forbesguthrie">Twitter</a> for shorter ramblings.
<a href="http://twitter.com/{screen_name}" class="twitter-follow-button">Follow @forbesguthrie</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p>
]]></description>
			<content:encoded><![CDATA[<p>Here is a script that will query all your ESX hosts and create a report of what their Service Console memory is set to.  Like most people I always set this to 800MB after an install, but when you are dealing with a large environment it’s all too easy to miss some.  Having your Service Console memory set too low can create some very peculiar errors and cause a complete lockup of certain processes (which then requires a host reboot).</p>
<p>I am certainly no PowerShell expert and must credit Mr Hugo Peeters (<a href="http://www.peetersonline.nl">www.peetersonline.nl</a>) with all the logic behind the script. I just want to post the whole script so everyone can benefit.</p>
<p><a href="http://www.vreference.com/downloads/vmhostServiceConsoleMemory.txt">Grab the script here.</a> Just rename it with a “.ps1” extension, edit the script to point to your VC and run it as usual.</p>
<p>If the Actual and Configured values are different, this means that you&#8217;ve changed the Service Console memory but not yet rebooted.</p>
<p>#################</p>
<p>P.S. If you do discover any hosts that aren’t set with the full 800MB, you’ll want to run a “free –m” at the Console to see how large the Swap Partition is. Hopefully this will be the recommended 1600MB, to ensure the “Service Console x 2” rule. If not, you really have 3 options:</p>
<ul>
<li>Leave the memory set as it is.</li>
<li>Rebuild the host with the correct partitioning.</li>
<li>Augment the Swap Partition with a Swap File on another partition (there are a couple of excellent forum posts explaining how to do this if you’re not sure).</li>
</ul>
<p>=====
<a href="http://www.vReference.com/2009/01/26/powershell-script-for-service-console-memory/">PowerShell script for Service Console memory</a>  originally posted by Forbes Guthrie on <a href="http://www.vReference.com">vReference</a>.
Subscribe to my <a href="http://feeds2.feedburner.com/vreference">RSS feed</a> for all the latest updates, and follow me on <a href="http://twitter.com/forbesguthrie">Twitter</a> for shorter ramblings.
<a href="http://twitter.com/{screen_name}" class="twitter-follow-button">Follow @forbesguthrie</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vReference.com/2009/01/26/powershell-script-for-service-console-memory/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

