<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ICT-Freak.nl &#187; PowerCLI</title>
	<atom:link href="http://ict-freak.nl/tag/powercli/feed/" rel="self" type="application/rss+xml" />
	<link>http://ict-freak.nl</link>
	<description>VMware, Linux, Scripting...</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:14:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ict-freak.nl' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9f0af381794bfe42194f4bc92c8e84b9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>ICT-Freak.nl &#187; PowerCLI</title>
		<link>http://ict-freak.nl</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ict-freak.nl/osd.xml" title="ICT-Freak.nl" />
	<atom:link rel='hub' href='http://ict-freak.nl/?pushpress=hub'/>
		<item>
		<title>PowerCLI: Migrate templates during the Enter Maintenance Mode task</title>
		<link>http://ict-freak.nl/2011/10/28/powercli-migrate-templates-during-the-enter-maintenance-mode-task/</link>
		<comments>http://ict-freak.nl/2011/10/28/powercli-migrate-templates-during-the-enter-maintenance-mode-task/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 10:51:36 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/10/28/powercli-migrate-templates-during-the-enter-maintenance-mode-task/</guid>
		<description><![CDATA[Normally when you put a host into Maintenance mode the templates will stay on the host instead of being migrate to a different host. This can be very annoying if you are performing maintenance on the vSphere host and a colleague needs to deploy a VM from the template. I am running vSphere 4.1 update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5537&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/10/28/powercli-migrate-templates-during-the-enter-maintenance-mode-task/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Disconnect ISO files from Templates with PowerCLI</title>
		<link>http://ict-freak.nl/2011/10/10/disconnect-iso-files-from-templates-with-powercli/</link>
		<comments>http://ict-freak.nl/2011/10/10/disconnect-iso-files-from-templates-with-powercli/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 13:58:31 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/10/10/disconnect-iso-files-from-templates-with-powercli/</guid>
		<description><![CDATA[Just a quick post about how to disconnect ISO files from templates with PowerCLI.&#160; With the following script you can set the CD Drive to No Media. So the ISO files will be disconnected from the Template VMs. $templates = Get-Template foreach($tpl in $templates){ $vm = Set-Template -Template (Get-Template $tpl) -ToVM Get-CDDrive -VM $vm &#124; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5525&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/10/10/disconnect-iso-files-from-templates-with-powercli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>
	</item>
		<item>
		<title>How to copy ISO files between datastores via PowerCLI</title>
		<link>http://ict-freak.nl/2011/10/04/how-to-copy-iso-files-between-datastores-via-powercli/</link>
		<comments>http://ict-freak.nl/2011/10/04/how-to-copy-iso-files-between-datastores-via-powercli/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 15:17:58 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5513</guid>
		<description><![CDATA[We decided to replace our current central ISO datastore to a new one on different storage. You can use the CP commend on the Service Console, if you’re still running ESX classic. But I wanted to investigate if there was a way to do this with PowerCLI. Well there is cmdlet for that called Copy-DatastoreItem. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5513&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/10/04/how-to-copy-iso-files-between-datastores-via-powercli/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/10/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>How to return HP Serial Number via iLO and Powershell</title>
		<link>http://ict-freak.nl/2011/09/26/how-to-return-hp-serial-number-via-ilo-and-powershell/</link>
		<comments>http://ict-freak.nl/2011/09/26/how-to-return-hp-serial-number-via-ilo-and-powershell/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 13:53:54 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[iLO]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/09/26/how-to-return-hp-serial-number-via-ilo-and-powershell/</guid>
		<description><![CDATA[Robert van den Nieuwendijk created the basis of this script and shared it on the VMware Communities. The problem I had with the original script was the default SSL certificate which HP uses on the iLO adapters. This resulted in an error and the script failed to return the XML file. So I started a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5500&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/09/26/how-to-return-hp-serial-number-via-ilo-and-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>
	</item>
		<item>
		<title>Disk Hard disk # has incorrect changed block tracking configuration</title>
		<link>http://ict-freak.nl/2011/06/24/disk-hard-disk-has-incorrect-changed-block-tracking-configuration/</link>
		<comments>http://ict-freak.nl/2011/06/24/disk-hard-disk-has-incorrect-changed-block-tracking-configuration/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 09:01:34 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[Veeam]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[Veeam Backup]]></category>
		<category><![CDATA[CBT]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/06/24/disk-hard-disk-has-incorrect-changed-block-tracking-configuration/</guid>
		<description><![CDATA[Today another Veeam troubleshooting trick. It’s possible that you’ll receive the following error in one of your Veeam Backup Jobs: Verifying change block tracking:Disk “Hard disk 1” has incorrect changed block tracking configuration This is how it looks like in the Veeam Backup console: The procedure which Veeam describes in the solution for this problem [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5422&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/06/24/disk-hard-disk-has-incorrect-changed-block-tracking-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/06/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/06/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/06/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/06/wlemoticon-winkingsmile.png" medium="image">
			<media:title type="html">Winking smile</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerCLI: Easy iSCSI Send Target setup</title>
		<link>http://ict-freak.nl/2011/06/16/powercli-easy-iscsi-send-target-setup/</link>
		<comments>http://ict-freak.nl/2011/06/16/powercli-easy-iscsi-send-target-setup/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 16:07:44 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5409</guid>
		<description><![CDATA[In January this year I created a post about Easy NFS datastore setup with PowerCLI. In this post I showed how you can use a reference host to copy all the NFS share configurations to the new host. In this post I will show you how to do the exact same thing only for iSCSI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5409&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/06/16/powercli-easy-iscsi-send-target-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerCLI: Return the iSCSI Software Adapter</title>
		<link>http://ict-freak.nl/2011/06/14/powercli-return-the-iscsi-software-adapter/</link>
		<comments>http://ict-freak.nl/2011/06/14/powercli-return-the-iscsi-software-adapter/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 19:09:03 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/06/14/powercli-return-the-iscsi-software-adapter/</guid>
		<description><![CDATA[In my previous postsabout how to manage iSCSI targets with PowerCLI part 1 and part 2. I used the following line to return the iSCSI adapter: $hba = $esx &#124; Get-VMHostHba -Type iScsi But when I used this line against a vSphere 4.1 update 1 host with Broadcom BCM5709 (Dell Poweredge R710). vSphere will use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5404&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/06/14/powercli-return-the-iscsi-software-adapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerCLI: Error 1406. Could not write value InstallPath to key&#8230;.</title>
		<link>http://ict-freak.nl/2011/04/20/powercli-error-1406-could-not-write-value-installpath-to-key/</link>
		<comments>http://ict-freak.nl/2011/04/20/powercli-error-1406-could-not-write-value-installpath-to-key/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 09:43:31 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/2011/04/20/powercli-error-1406-could-not-write-value-installpath-to-key/</guid>
		<description><![CDATA[Today I wanted to install PowerCLI on a new installed Windows 2008 R2 server. But I ended up with the following warning: To fix this, you have to delete the following Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc. And press retry. The PowerCLI setup will finish without errors. &#160; Source: http://www.annoying.dk Filed under: Automation, VMware Tagged: PowerCLI, Registry<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5376&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/04/20/powercli-error-1406-could-not-write-value-installpath-to-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Storage vMotion only one hard disk to another datastore in vSphere</title>
		<link>http://ict-freak.nl/2011/04/01/storage-vmotion-only-one-hard-disk-to-another-datastore-in-vsphere/</link>
		<comments>http://ict-freak.nl/2011/04/01/storage-vmotion-only-one-hard-disk-to-another-datastore-in-vsphere/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:08:21 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Storage VMotion]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5343</guid>
		<description><![CDATA[Sometimes it’s necessary to only migrate a single hard disk from a VM. This is the case when someone adds two 1 TB VMDK’s and fills them up completely. The maximum size of a VMFS datastore is 2TB minus 512 bytes. So in this case the datastore will be completely filled with no space left [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5343&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/04/01/storage-vmotion-only-one-hard-disk-to-another-datastore-in-vsphere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>PowerCLI: Host Networking Device info</title>
		<link>http://ict-freak.nl/2011/03/27/powercli-host-networking-device-info/</link>
		<comments>http://ict-freak.nl/2011/03/27/powercli-host-networking-device-info/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 13:26:56 +0000</pubDate>
		<dc:creator>afokkema</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[PowerCLI]]></category>

		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5331</guid>
		<description><![CDATA[In this post I will share a simple PowerCLI script which generates some Network Device information from your vSphere hosts. The information you’ll get is the vmHost name, device name, linkspeed and MAC address. $vmHostNicInfo = @() foreach($vmHost in (Get-VMHost &#124; Sort Name)){ foreach($nic in $vmhost.NetworkInfo.PhysicalNic){ $Details = "" &#124; Select vmHost, Device,Linkspeed,Mac $Details.vmHost = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ict-freak.nl&amp;blog=427991&amp;post=5331&amp;subd=ictfreak&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ict-freak.nl/2011/03/27/powercli-host-networking-device-info/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68a6ca0e4e1bf2d16d6db8cae5db2c7c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">afokkema</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/03/image_thumb37.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/03/image_thumb38.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ictfreak.files.wordpress.com/2011/03/image_thumb39.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
