<?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: Customisation: Lesson 1 – Time Source</title>
	<atom:link href="http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:14:23 +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: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-351</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-351</guid>
		<description>Thanks Mario, I will definitely include these, hadn&#039;t thought about service console memory, good one !</description>
		<content:encoded><![CDATA[<p>Thanks Mario, I will definitely include these, hadn&#8217;t thought about service console memory, good one !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Vinet</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-331</link>
		<dc:creator>Mario Vinet</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-331</guid>
		<description>If I may also add, configure Vswitch would be nice.  Service Console Memory, Enable in Security Profiles a check box (like NIS client).

Cody and Virtu-Al I have to agrre with Virtu-Al I&#039;m completely ignorant in Vi-Toolkit/Powershell so the more it&#039;s basic the better!</description>
		<content:encoded><![CDATA[<p>If I may also add, configure Vswitch would be nice.  Service Console Memory, Enable in Security Profiles a check box (like NIS client).</p>
<p>Cody and Virtu-Al I have to agrre with Virtu-Al I&#8217;m completely ignorant in Vi-Toolkit/Powershell so the more it&#8217;s basic the better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-330</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Sat, 04 Apr 2009 08:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-330</guid>
		<description>Cody,

Thanks for the suggestion, its a great Idea but I want to introduce people to these things slow, this is a wonderful more advanced way to configure the hosts but perhaps we will leave this until we have covered the basics :)  Thanks for our input.</description>
		<content:encoded><![CDATA[<p>Cody,</p>
<p>Thanks for the suggestion, its a great Idea but I want to introduce people to these things slow, this is a wonderful more advanced way to configure the hosts but perhaps we will leave this until we have covered the basics <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks for our input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LucD</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-328</link>
		<dc:creator>LucD</dc:creator>
		<pubDate>Fri, 03 Apr 2009 22:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-328</guid>
		<description>Great idea Alan.
There are some good posts with suggestions for configuring an ESX in the VITK community.
Have, for example, a look at http://communities-origin.vmware.com/message/1040385#1040385 and http://communities-origin.vmware.com/docs/DOC-8170.</description>
		<content:encoded><![CDATA[<p>Great idea Alan.<br />
There are some good posts with suggestions for configuring an ESX in the VITK community.<br />
Have, for example, a look at <a href="http://communities-origin.vmware.com/message/1040385#1040385" rel="nofollow">http://communities-origin.vmware.com/message/1040385#1040385</a> and <a href="http://communities-origin.vmware.com/docs/DOC-8170" rel="nofollow">http://communities-origin.vmware.com/docs/DOC-8170</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Bunch</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-327</link>
		<dc:creator>Cody Bunch</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-327</guid>
		<description>so rather than $VMHost = &quot;myhost.mycompany.com&quot;, we could do a few things, optimally would be take input from the pipeline into that variable:
---
begin {
$ntpserver = &#039;pool.ntp.org&#039;
}

process {
if ( $_ -isnot [VMware.VimAutomation.Client20.VMHostImpl] ) { continue }
Remove-VMHostNtpServer -VMHost $_ -NtpServer ‘127.127.1.0‘
Add-VMHostNtpServer -VMHost $_ -NtpServer $ntpserver
}

We can then add more things into the process block as we grow the script. This would allow us to better target the hosts that we need to make the changes on.</description>
		<content:encoded><![CDATA[<p>so rather than $VMHost = &#8220;myhost.mycompany.com&#8221;, we could do a few things, optimally would be take input from the pipeline into that variable:<br />
&#8212;<br />
begin {<br />
$ntpserver = &#8216;pool.ntp.org&#8217;<br />
}</p>
<p>process {<br />
if ( $_ -isnot [VMware.VimAutomation.Client20.VMHostImpl] ) { continue }<br />
Remove-VMHostNtpServer -VMHost $_ -NtpServer ‘127.127.1.0‘<br />
Add-VMHostNtpServer -VMHost $_ -NtpServer $ntpserver<br />
}</p>
<p>We can then add more things into the process block as we grow the script. This would allow us to better target the hosts that we need to make the changes on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-326</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-326</guid>
		<description>&lt;a href=&quot;#comment-325&quot; rel=&quot;nofollow&quot;&gt;@Duncan&lt;/a&gt; 
That&#039;s a good one</description>
		<content:encoded><![CDATA[<p><a href="#comment-325" rel="nofollow">@Duncan</a><br />
That&#8217;s a good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-325</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-325</guid>
		<description>active/passive setup for VMkernel and Service Console</description>
		<content:encoded><![CDATA[<p>active/passive setup for VMkernel and Service Console</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-324</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-324</guid>
		<description>Thanks Duncan, I will make sure I cover this after the basics</description>
		<content:encoded><![CDATA[<p>Thanks Duncan, I will make sure I cover this after the basics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.virtu-al.net/2009/04/03/customisation-lesson-1-%e2%80%93-time-source/#comment-323</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=477#comment-323</guid>
		<description>Disk.UseDeviceReset = 0

So people know how to set an advanced setting...</description>
		<content:encoded><![CDATA[<p>Disk.UseDeviceReset = 0</p>
<p>So people know how to set an advanced setting&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

