<?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>Patrick's Blog</title>
	<atom:link href="http://patrickvanbeek.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrickvanbeek.wordpress.com</link>
	<description>Explaining IT the easy way...</description>
	<lastBuildDate>Fri, 23 Dec 2011 09:48:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='patrickvanbeek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Patrick's Blog</title>
		<link>http://patrickvanbeek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://patrickvanbeek.wordpress.com/osd.xml" title="Patrick&#039;s Blog" />
	<atom:link rel='hub' href='http://patrickvanbeek.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://patrickvanbeek.wordpress.com/2011/12/23/71/</link>
		<comments>http://patrickvanbeek.wordpress.com/2011/12/23/71/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 09:14:28 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=71</guid>
		<description><![CDATA[Installed  a new vSphere 5 environment at a customer. The customer had a Dell UPS and wanted to be able to shutdown everything after running 30 mins on battery. I recon VMware should start to built some API&#8217;s for hardware suppliers to integrate this more easily. Although the Dell Multi UPS management software has a plugin for <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=71&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Installed  a new vSphere 5 environment at a customer.<br />
The customer had a Dell UPS and wanted to be able to shutdown everything after running 30 mins on battery.</p>
<p>I recon VMware should start to built some API&#8217;s for hardware suppliers to integrate this more easily.<br />
Although the Dell Multi UPS management software has a plugin for VMware it only allows you to shutdown the hosts, or bring them into maintenace mode.<br />
I haven&#8217;t found a way to shut down the virtual machines at the same time witht the plugin.</p>
<p>So I made a workaround.</p>
<p><strong>Dell UPS Management software – vSphere 5</strong></p>
<ol>
<li>Obtain the <strong>Dell Multi UPS Management Console (MUMC) </strong>software from <a href="http://www.dellups.com/soft-tech-doc.asp">http://www.dellups.com/soft-tech-doc.asp</a></li>
<li>The file is called <strong>DELL_MULTI-DEVICE_A00_R318771.exe</strong></li>
<li>I&#8217;ve installed the software on the vCenter server since it&#8217;s a dedicated physical server.</li>
<li>Once installed, you can access it trough:<br />
<a href="http://127.0.0.1:4679/default.html">http://127.0.0.1:4679/default.html</a><br />
or through the start menu by clicking on the dell mgmt software icon.</li>
<li>The default login is admin/admin</li>
<li>A quick scan is automatically performed</li>
</ol>
<p><img src="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_1.png?w=510" alt="" /></p>
<ol>
<li>In my case, 2 ups devices have been discovered as well as the management server.</li>
<li>Then go to System<img src="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_2.png?w=510" alt="" /></li>
<li>Enable the shutdown module:<img src="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_3.png?w=510" alt="" /></li>
<li>Next, we will configure the shutdown module</li>
</ol>
<p style="text-align:left;">              <img class="alignleft" src="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_4.png?w=368&#038;h=303" alt="" width="368" height="303" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Powersource = the UPS powering the management server<br />
The rest speaks for itself.</p>
<p>I&#8217;ve created a shutdownvms.bat script that will bring down everything. (read below)</p>
<ol>
<li>Shutdownvms.bat<br />
This is the content of the batchfile, I&#8217;ve copied everything in the c:\scripts folder (including powershell.exe en vim.psc1)<br />
It is important to change the Powershell Executionpolicy otherwise the script won&#8217;t run<br />
Do this once by running &#8220;Set-Executionpolicy Bypass&#8221;  in a powershell prompt</li>
</ol>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
# short log file creation<br />
echo Shutdown of all VM&#8217;s and ESX hosts is launched at &gt;&gt; c:\scripts\alert.txt<br />
echo %date% %time% &gt;&gt; c:\scripts\alert.txt<br />
#Call the powershell script to shutdown everything<br />
C:\scripts\powershell.exe -PSConsoleFile &#8220;C:\scripts\vim.psc1&#8243; &#8220;&amp; &#8220;C:\Scripts\shutdownallvms.ps1&#8243; |Out-File C:\scripts\log.txt<br />
# shutdown the server itself<br />
shutdown.exe /s /t 10<br />
exit<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<ol>
<li>Shutdownallvms.ps1</li>
</ol>
<p>Connect-VIServer <strong>IPADDRESS</strong></p>
<p><strong># Get All the ESX Hosts<br />
</strong></p>
<p>$ESXSRV = Get-VMHost</p>
<p># For each of the VMs on the ESX hosts</p>
<p>Foreach ($VM in ($ESXSRV | Get-VM)){</p>
<p><strong> # Shutdown the guest cleanly<br />
</strong></p>
<p>$VM | Shutdown-VMGuest -Confirm:$false</p>
<p>}</p>
<p><strong># Set the amount of time to wait before assuming the remaining powered on guests are stuck<br />
</strong></p>
<p>$waittime = 200 #Seconds</p>
<p>$Time = (Get-Date).TimeofDay</p>
<p>do {</p>
<p><strong># Wait for the VMs to be Shutdown cleanly<br />
</strong></p>
<p>sleep 1.0</p>
<p>$timeleft = $waittime &#8211; ($Newtime.seconds)</p>
<p>$numvms = ($ESXSRV | Get-VM | Where { $_.PowerState -eq &#8220;poweredOn&#8221; }).Count</p>
<p>Write &#8220;Waiting for shutdown of $numvms VMs or until $timeleft seconds&#8221;</p>
<p>$Newtime = (Get-Date).TimeofDay &#8211; $Time</p>
<p>} until ((@($ESXSRV | Get-VM | Where { $_.PowerState -eq &#8220;poweredOn&#8221; }).Count) -eq 0 -or ($Newtime).Seconds -ge $waittime)</p>
<p><strong># Shutdown the ESX Hosts<br />
</strong></p>
<p>$ESXSRV | Foreach {Get-View $_.ID} | Foreach {$_.ShutdownHost_Task($TRUE)}</p>
<p>Write-Host &#8220;Shutdown Complete&#8221;</p>
<p>I did not wrote this script myself, I got it from the communities forum @ vmware, but I can&#8217;t recall from who.</p>
<p>You can do a test from the management menu, but be warned,it WILL shutdown everything.</p>
<p>&nbsp;</p>
<p>Hope this helps you out</p>
<p>Patrick</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=71&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2011/12/23/71/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_1.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_2.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_3.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/12/122311_0915_4.png" medium="image" />
	</item>
		<item>
		<title>SCCM 2007 R2 to R3 upgrade</title>
		<link>http://patrickvanbeek.wordpress.com/2011/04/19/sccm-2007-r2-to-r3-upgrade/</link>
		<comments>http://patrickvanbeek.wordpress.com/2011/04/19/sccm-2007-r2-to-r3-upgrade/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 08:30:53 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[configmgr]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=60</guid>
		<description><![CDATA[First of all, download the R3 upgrade ISO (which I did from our partner portal) Extract the content and launch the splash.hta Install Configuration Manager 2007 R3 To my surprise, I got the above error. So I googled/binged the KB number and found http://support.microsoft.com/kb/977384/en-us (You would think that MS included the hotfix in the R3 <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=60&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">First of all, download the R3 upgrade ISO (which I did from our partner portal)</p>
<p style="text-align:center;">Extract the content and launch the splash.hta</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t1.png?w=510" alt="" /></p>
<p style="text-align:center;">Install Configuration Manager 2007 R3</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t2.png?w=510" alt="" /></p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t3.png?w=510" alt="" /></p>
<p style="text-align:center;">To my surprise, I got the above error.</p>
<p style="text-align:center;">So I googled/binged the KB number and found <a href="http://support.microsoft.com/kb/977384/en-us">http://support.microsoft.com/kb/977384/en-us</a></p>
<p style="text-align:center;">(You would think that MS included the hotfix in the R3 iso, guess again.)</p>
<p style="text-align:center;">Important to know:<br />
<span style="color:black;font-family:Verdana;font-size:8pt;"><strong>This issue occurs on a computer that is serving in the following role:<br />
</strong></span></p>
<ul style="margin-left:52pt;">
<li>
<div style="text-align:center;"><span style="color:black;font-family:Verdana;font-size:8pt;"><strong>A System Center Configuration Manager 2007 Service Pack 2 (SP2) site server<br />
</strong></span></div>
</li>
<li>
<div style="text-align:center;"><span style="color:black;font-family:Verdana;font-size:8pt;"><strong>A System Center Configuration Manager 2007 SP2 remote administration console<br />
</strong></span></div>
</li>
<li>
<div style="text-align:center;"><span style="color:black;font-family:Verdana;font-size:8pt;"><strong>A System Center Configuration Manager 2007 SP2 client<br />
</strong></span></div>
</li>
</ul>
<p> </p>
<p style="text-align:center;">I went ahead and installed the missing update. (the this may take several minutes is no joke)</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t4.png?w=510" alt="" /></p>
<p style="text-align:center;">The reason why it takes several minutes, is because it depends how long it takes for you to find out that there is a window behind the installer asking for instructions:</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t5.png?w=510" alt="" /><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t6.png?w=510" alt="" /></p>
<p style="text-align:center;"> </p>
<p style="text-align:center;">What is it saying? Basically it creates a new program for you to update the SCCM Client on your computers, which you have to manually deploy after the installation of the update.<br />
The reason for the update is related to the new power management features.</p>
<p style="text-align:center;">So, off with the actual update:</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t7.png?w=510" alt="" /><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t8.png?w=510" alt="" /></p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t9.png?w=510" alt="" /><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t10.png?w=510" alt="" /></p>
<p style="text-align:center;">Once installation is done, open the SCCM console, go to Site Database, Site Management<br />
Right click you site, choose properties.</p>
<p style="text-align:center;">On the general tab, you should see this :</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t11.png?w=510" alt="" /></p>
<p style="text-align:center;">So, what&#8217;s new??</p>
<p style="text-align:center;">Read all about it here:</p>
<p style="text-align:center;"><a href="http://technet.microsoft.com/en-us/library/ff977104.aspx">http://technet.microsoft.com/en-us/library/ff977104.aspx</a></p>
<p style="text-align:center;"> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=60&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2011/04/19/sccm-2007-r2-to-r3-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t1.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t2.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t3.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t4.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t5.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t6.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t7.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t8.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t9.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t10.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/04/041911_0830_sccm2007r2t11.png" medium="image" />
	</item>
		<item>
		<title>DPM2010 End User Recovery Setup</title>
		<link>http://patrickvanbeek.wordpress.com/2011/03/25/dpm2010-end-user-recovery-setup/</link>
		<comments>http://patrickvanbeek.wordpress.com/2011/03/25/dpm2010-end-user-recovery-setup/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:18:51 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=43</guid>
		<description><![CDATA[So, after finally having setup DPM2010, I saw the option Configure End-user Recovery Now, that might come in handy some day. I decided to give it a try. To begin, you AD schema needs to be updated. The file you need for this is located here: &#8220;driveletter:\whereveryouinstalledDPM\DPM\End user recovery\DPMADSchemaExtension.exe&#8221; You need to run this on <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=43&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, after finally having setup DPM2010, I saw the option <strong>Configure End-user Recovery<br />
</strong></p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/03/032411_2318_dpm2010endu1.png?w=510" alt="" /></p>
<p>Now, that might come in handy some day.<br />
I decided to give it a try.</p>
<p>To begin, you AD schema needs to be updated.<br />
The file you need for this is located here: &#8220;driveletter:\whereveryouinstalledDPM\DPM\End user recovery\DPMADSchemaExtension.exe&#8221;</p>
<ul>
<li>You need to run this on a DC,</li>
<li>To be more specific, the DC needs to have the Schema Master Role.</li>
<li>Obviously, you need to run this under an account in the schema admins group</li>
<li>
<div>To be more specific, you need to right-click the file and choose run as administrator</div>
<p>Otherwise you&#8217;re prompted to run the installation under an account from the schema admins group (even tough you&#8217;re logged on with the correct account)</li>
<li>
<div>You&#8217;re asked 3 questions:</div>
<ul>
<li>The name of your DPM server (without the domain suffix so if your FQDN of the dpm is something like DPM2010.local, fill in DPM2010)</li>
<li>The name of your domain (so if you&#8217;re local domain name is .local, fill in Local)</li>
<li>Then it asks something else which I can&#8217;t remember, but it&#8217;s self-explaining.</li>
</ul>
</li>
<li>Update takes a few seconds</li>
</ul>
<p>Next, go back to your DPM server.</p>
<p>In the action pane on the right, click the Configure End user recovery…</p>
<p style="text-align:center;"><img src="http://patrickvanbeek.files.wordpress.com/2011/03/032411_2318_dpm2010endu2.png?w=510" alt="" /></p>
<p>When you mark the checkbox to Enable end-user recovery, you&#8217;re prompted with above message.<br />
Message makes sense (for a change)</p>
<p>Before I go further, here&#8217;s a note:</p>
<p style="margin-left:36pt;">&#8220;<strong>DPM supports only short-term, disk-based recovery for end users&#8221;<br />
</strong>Don&#8217;t say I didn&#8217;t warn you.</p>
<p>Ready for another one??</p>
<p><strong>&#8220;When using the end-user recovery functionality of DPM, disable the local shadow copies on the protected server&#8221;<br />
</strong></p>
<p>To recover data by using a client computer:<br />
Click Start, click Run, and type the path to the protected data.<br />
Browse to the file, right-click the file name, and then click Properties.<br />
On the Properties menu, click Previous Versions, and then select the version that you want to recover from the list of available versions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=43&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2011/03/25/dpm2010-end-user-recovery-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/03/032411_2318_dpm2010endu1.png" medium="image" />

		<media:content url="http://patrickvanbeek.files.wordpress.com/2011/03/032411_2318_dpm2010endu2.png" medium="image" />
	</item>
		<item>
		<title>Saving NIC info during P2V</title>
		<link>http://patrickvanbeek.wordpress.com/2010/04/29/saving-nic-info-during-p2v/</link>
		<comments>http://patrickvanbeek.wordpress.com/2010/04/29/saving-nic-info-during-p2v/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:48:25 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=32</guid>
		<description><![CDATA[this is something I&#8217;ll be testing during a future P2V: I&#8217;ve found it in the comment&#8217;s on this blog: http://blog.scottlowe.org/2009/06/01/vsphere-virtual-machine-upgrade-process/ _______________________________________________________________ Here’s an easy way to dump the IP info to a text file and then reapply it To dump the IP config using netsh from a command line: netsh interface ip dump &#62; c:\ipconfig.txt <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=32&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this is something I&#8217;ll be testing during a future P2V:<br />
I&#8217;ve found it in the comment&#8217;s on this blog:<br />
<a href="http://blog.scottlowe.org/2009/06/01/vsphere-virtual-machine-upgrade-process/">http://blog.scottlowe.org/2009/06/01/vsphere-virtual-machine-upgrade-process/</a></p>
<p>_______________________________________________________________</p>
<div>
<p>Here’s an easy way to dump the IP info to a text file and then reapply it<br />
To dump the IP config using netsh from a command line:<br />
netsh interface ip dump &gt; c:\ipconfig.txt</p>
<p>Since Windows will most likely see the new NIC as “Local Area Connection 2” (or something similar) you have to modify the above text file and change the NIC name to match the new NIC’s name. Or change the new NIC’s name on the host to match what’s in the file above. Either way works.</p>
<p>To re-import it:<br />
netsh -c interface –f c:\ipconfig.txt</p>
<p>This really comes in handy when you have a lot of DNS servers, WINS servers, etc and/or multiple IPs on the same NIC.<br />
_______________________________________________________________</p>
<p>Been looking for something like this <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, I&#8217;ve discovered that after a P2V of a windows 2003 machine, the SCSI adapter is Buslogic.<br />
It seems this not as good as the LSI adapter so it&#8217;s a good thing to upgrade while you&#8217;re at it.<br />
I&#8217;ll do a blog post on this in the future.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=32&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2010/04/29/saving-nic-info-during-p2v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
		<item>
		<title>EqualLogic MPIO in vSphere</title>
		<link>http://patrickvanbeek.wordpress.com/2010/04/19/equallogic-mpio-in-vsphere/</link>
		<comments>http://patrickvanbeek.wordpress.com/2010/04/19/equallogic-mpio-in-vsphere/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:03:43 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=25</guid>
		<description><![CDATA[ Ok, this post is more of a reminder for myself so I don&#8217;t have to google the command each time. Do this before attaching lun&#8217;s to the host: esxcli nmp satp setdefaultpsp &#8211;psp VMW_PSP_RR &#8211;satp VMW_SATP_EQL It will put round robin as the default path policy to round robin, saves you lot of time<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=25&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> Ok, this post is more of a reminder for myself so I don&#8217;t have to google the command each time.</p>
<p>Do this before attaching lun&#8217;s to the host:</p>
<p>esxcli nmp satp setdefaultpsp &#8211;psp VMW_PSP_RR &#8211;satp VMW_SATP_EQL</p>
<p>It will put round robin as the default path policy to round robin, saves you lot of time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=25&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2010/04/19/equallogic-mpio-in-vsphere/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;Slipstreaming&#8217; drivers in the ESX4(i) install ISO</title>
		<link>http://patrickvanbeek.wordpress.com/2010/01/30/slipstreaming-drivers-in-the-esx4i-install-iso/</link>
		<comments>http://patrickvanbeek.wordpress.com/2010/01/30/slipstreaming-drivers-in-the-esx4i-install-iso/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 20:49:23 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=14</guid>
		<description><![CDATA[OK, here’s the deal, I downloaded the last ESX4 iso (with update 1-208167) and installed ESX on a brand new Dell R710. The onboard Broadcom was detected and installed, but to my surprise the 2 INTEL QUAD port cards were not found and therefore not installed. After some searching I found this iso, named: vmware-esx-drivers-net-igb_400.1.3.19.12-1.0.4.164009.166506.ISO <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=14&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">OK, here’s the deal, I downloaded the last ESX4 iso (with update 1-208167) and installed ESX on a brand new Dell R710.<br />
The onboard Broadcom was detected and installed, but to my surprise the 2 INTEL QUAD port cards were not found and therefore not installed.</p>
<p style="text-align:left;">After some searching I found <a title="this" href="http://www.vmware.com/support/vsphere4/doc/drivercd/esx40-net-igb_400.1.3.19.12-1.0.4.html" target="_blank">this </a>iso, named:<br />
<strong>vmware-esx-drivers-net-igb_400.1.3.19.12-1.0.4.164009.166506.ISO<br />
</strong>It&#8217;s possible to use this iso during the manual installation, the intaller will ask you if you want to load additional drivers.  Tried that, and it worked, it found the quad port nics.</p>
<p style="text-align:left;">So why slipstream ?<br />
Well, I needed to create an unattended installation for a customer and it&#8217;s not really unattended if you need to go swapping iso&#8217;s during the install phase.</p>
<p>Ok, let&#8217;s roll:<br />
The files we will be working with are:</p>
<p style="text-align:left;"><strong>PACKAGES.XML  (in the root)<br />
packageData.pkl (in the VMWARE\RPMS folder)<br />
TRANS.TBL (in the VMWARE\RPMS folder)<br />
</strong><br />
Extract these  files from the ISO to a folder.<br />
Oh yeah, before you go launching your favorite ISO software, do <strong>NOT</strong>, I repeat, do <strong>NOT </strong>use PowerISO.<br />
PowerISO changes the MD5 checksum of the ISO, making it useless.<br />
I found out the hard way. Instead I recommend MagicISO.</p>
<p style="text-align:left;">let’s start with putting the newer driver in the \VMWARE\RPMS folder.<br />
Extract the <em>vmware-esx….ISO</em> file you downloaded from VMware.<br />
Goto the .rpm folder and insert the <em>vmware-esx…..x86_64.rpm</em> to the \VMWARE\RPMS folder of the ESX iso.</p>
<p style="text-align:center;"><a href="http://patrickvanbeek.files.wordpress.com/2010/01/1.png"><img class="size-full wp-image-16 aligncenter" title="1" src="http://patrickvanbeek.files.wordpress.com/2010/01/1.png?w=510" alt=""   /></a> </p>
<p style="text-align:left;">You can delete the other (older)  vmware-esx-drivers-net-igb file as we will no longer need it.</p>
<p style="text-align:left;">Next, we need to change the TRANS.TBL file, so that it contains the new file.<br />
Use a text editor such as <strong>Notepad++</strong> to change any of the files in this tutorial.<br />
do <strong>NOT</strong> use windows notepad, wordpad, word or whatever texteditor incapable of handling unix formatted files.</p>
<p style="text-align:left;">In this case, you will find an entry In the Trans.tbl file on line 280 called:<br />
<strong>“F VMWARE_ESX_DRIVERS_NET_IGB_.;1”<br />
</strong>If you find the line, scroll to the right, and you will see the name of the old rpm.<br />
Only change the right part of this line to the name of the new rpm.</p>
<p> <a href="http://patrickvanbeek.files.wordpress.com/2010/01/2.png"><img class="alignnone size-full wp-image-17" title="2" src="http://patrickvanbeek.files.wordpress.com/2010/01/2.png?w=510" alt=""   /></a></p>
<p style="text-align:left;">Save and close the file.<br />
Next, edit the packages.xml file in the root of the extracted iso.<br />
Goto line 91 and change the old entry to the new one:</p>
<p style="text-align:left;"><a href="http://patrickvanbeek.files.wordpress.com/2010/01/3.png"><img class="alignnone size-full wp-image-18" title="3" src="http://patrickvanbeek.files.wordpress.com/2010/01/3.png?w=510" alt=""   /></a> </p>
<p style="text-align:left;">Save and close.<br />
Next up, packageData.pkl in the \VMWARE\RPMS folder<br />
Goto line 2245 (yes, it’s a long file J also, you can search for “igb” and it will bring you right there)<br />
And as you already guessed, change the entry there.</p>
<p style="text-align:left;"><a href="http://patrickvanbeek.files.wordpress.com/2010/01/4.png"><img class="alignnone size-full wp-image-19" title="4" src="http://patrickvanbeek.files.wordpress.com/2010/01/4.png?w=510" alt=""   /></a> </p>
<p style="text-align:left;">Save and close.<br />
Now, update your ESX iso file with the edited files and new rpm.<br />
After installation with the new ISO, it “should” detect the intel quad port cards.</p>
<p style="text-align:left;">Hope this helps you out, the same way it did for me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:left;"> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=14&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2010/01/30/slipstreaming-drivers-in-the-esx4i-install-iso/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2010/01/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2010/01/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2010/01/3.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://patrickvanbeek.files.wordpress.com/2010/01/4.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>
	</item>
		<item>
		<title>DRAC5 activeX issue</title>
		<link>http://patrickvanbeek.wordpress.com/2009/04/30/drac5-activex-issue/</link>
		<comments>http://patrickvanbeek.wordpress.com/2009/04/30/drac5-activex-issue/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 09:41:38 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=12</guid>
		<description><![CDATA[You can access the Drac card using IE7, but when you goto the virtual media, you get an activex warning and then it kicks you back to the login screen. Here are the steps needed to fix IE7: 1. From the “Tools” menu, select “Internet Options 2. Go to the “Security” tab and highlight “Intenet” <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=12&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can access the Drac card using IE7, but when you goto the virtual media, you get an activex warning and then it kicks you back to the login screen.</p>
<p>Here are the steps needed to fix IE7:</p>
<p>1. From the “Tools” menu, select “Internet Options</p>
<p>2. Go to the “Security” tab and highlight “Intenet” and select “Custom Level”</p>
<p>3. Scroll to “ActiveX control and plug-ins”, and set the sub-setting “Automatic prompting for ActiveX controls” to “Enable”</p>
<p>4. Click “OK” a couple of times to save settings and then try to access the DRAC5 KVM plugin again &#8211; it should properly install now.</p>
<p>source: http://carsonfriday.com/?s=opt</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=12&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2009/04/30/drac5-activex-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Time server</title>
		<link>http://patrickvanbeek.wordpress.com/2009/04/07/time-server/</link>
		<comments>http://patrickvanbeek.wordpress.com/2009/04/07/time-server/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:06:38 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Timeserver]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/2009/04/07/time-server/</guid>
		<description><![CDATA[Source: experts-exchange http://www.experts-exchange.com/Networking/Q_21871521.html On the server: type&#8230; net time /querysntp This will show you what time server your domain controller is currently syncing with. NOTE: the default windows time server on the internet is completely unreliable. I suggest a change. Now type&#8230; net time /setsntp:tick.usno.navy.mil,tock.usno.navy.mil Your DC now has two time servers available for sync, <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=10&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Source: experts-exchange</p>
<p>http://www.experts-exchange.com/Networking/Q_21871521.html</p>
<p>On the server:<br />
type&#8230;  net time /querysntp<br />
This will show you what time server your domain controller is currently syncing with.</p>
<p>NOTE: the default windows time server on the internet is completely unreliable.  I suggest a change.</p>
<p>Now type&#8230; net time /setsntp:tick.usno.navy.mil,tock.usno.navy.mil</p>
<p>Your DC now has two time servers available for sync, provided by the US Millitary.  Very reliable.</p>
<p>Now all of your clients should be syncing with the DC, either by specifying &gt; &#8220;net time /setsntp:{servername}&#8221;&#8230;or&#8230;.by logon script. &gt; net time \\{servername} /set /y</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=10&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2009/04/07/time-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Set full access on all mailboxes for one account</title>
		<link>http://patrickvanbeek.wordpress.com/2009/04/06/set-full-access-on-all-mailboxes-for-one-account/</link>
		<comments>http://patrickvanbeek.wordpress.com/2009/04/06/set-full-access-on-all-mailboxes-for-one-account/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:42:03 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/?p=7</guid>
		<description><![CDATA[For whatever reason you may come across, if you want to give a account full access on all the mailboxes on a server, use this command in powershell: Get-Mailbox -Server “servername″ &#124; Add-MailboxPermission -User “domain\username” -AccessRights FullAccess &#124; Format-List copy paste above line and edit it before you run it. enjoy<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=7&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For whatever reason you may come across, if you want to give a account full access on all the mailboxes on a server, use this command in powershell:</p>
<p>Get-Mailbox -Server “servername″ | Add-MailboxPermission  -User “domain\username”  -AccessRights FullAccess | Format-List</p>
<p>copy paste above line and edit it before you run it.<br />
enjoy</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=7&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2009/04/06/set-full-access-on-all-mailboxes-for-one-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://patrickvanbeek.wordpress.com/2009/03/26/5/</link>
		<comments>http://patrickvanbeek.wordpress.com/2009/03/26/5/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:43:50 +0000</pubDate>
		<dc:creator>patrickvanbeek</dc:creator>
				<category><![CDATA[Personal blogs]]></category>

		<guid isPermaLink="false">http://patrickvanbeek.wordpress.com/2009/03/26/5/</guid>
		<description><![CDATA[About me&#8230; I was born in the other millenium in the year 1981 in the lovely country of Belgium. Located in Europe and unknow to any great nations until we win the worldcup one day. That&#8217;s right, I&#8217;m a soccer fan, I&#8217;m a big Liverpool supporter and I hope to go there at least once <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=5&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>About me&#8230;</p>
<p>I was born in the other millenium in the year 1981 in the lovely country of Belgium.<br />
Located in Europe and unknow to any great nations until we win the worldcup one day.<br />
That&#8217;s right, I&#8217;m a soccer fan, I&#8217;m a big Liverpool supporter and I hope to go there at least once in my lifetime to experience the true force of the Kop!<br />
Other than that I take care of my 2 dogs and renovate my house.<br />
I&#8217;m also happily married to my beautifull wife for almost 2 years now.</p>
<p>I work for an IT company located in Antwerp as a system engineer.<br />
My &#8220;expertise&#8221; goes to Windows server, exchange and VMware.<br />
Got certified last year and been using VI3 for quite some time now. Certified but no expert yet <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m blogging for a couple of reasons:<br />
- so I don&#8217;t have to memorize every solution I come across.<br />
- I get a lot of help from other blogs and decided to do something back. I hope I can help others out to.<br />
- and it&#8217;s fun to do <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patrickvanbeek.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patrickvanbeek.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patrickvanbeek.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patrickvanbeek.wordpress.com&amp;blog=7111184&amp;post=5&amp;subd=patrickvanbeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patrickvanbeek.wordpress.com/2009/03/26/5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81a62289faa6f720c42aa645bc00ea68?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patrickvanbeek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
