<?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>Isaac&#039;s Blog &#187; Windows 7</title>
	<atom:link href="http://blog.isaacblum.com/category/microsoft/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Trust Relationship Between Workstation and Domain Fails After a SnapShot</title>
		<link>http://blog.isaacblum.com/2011/01/10/trust-relationship-between-workstation-and-domain-fails-after-a-snapshot/</link>
		<comments>http://blog.isaacblum.com/2011/01/10/trust-relationship-between-workstation-and-domain-fails-after-a-snapshot/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 20:59:09 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[HyperV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Machine key]]></category>
		<category><![CDATA[Trust Relationship Between Workstation and Domain Fails]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=453</guid>
		<description><![CDATA[Trust Relationship Between Workstation and Domain Fails after you restore to a previous snapshot for either VMware or Hyper. This is because by default every 30 days the Active Directory(AD) server will change the machine key for each of its members. In a development environment where security is not important. This can cause a headache, [...]]]></description>
			<content:encoded><![CDATA[<p>Trust Relationship Between Workstation and Domain Fails after you restore to a previous snapshot for either VMware or Hyper. This is because by default every 30 days the Active Directory(AD) server will change the machine key for each of its members. In a development environment where security is not important. This can cause a headache, causing you to unjoin then rejoin servers back to the domain. The other option is to disable this function.</p>
<ol>
<li>On the Domain Controller : Launch Group Policy Management -&gt; Control PanelSystem and SecurityAdministrative ToolsGroup Policy Management</li>
<li>Edit the default group policy or edit the GPO of your choice.</li>
<li>Edit “Domain member: Maximum machine account password age” = 999   Located -&gt; Computer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesSecurity Options</li>
<li>Edit “Domain member: Disable machine account password changes” = Enabled   Located -&gt; Computer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesSecurity Options</li>
<li>Edit “Domain controller: Refuse machine account password changes” = Enabled   Located -&gt; Computer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesSecurity Options</li>
<li>Lastly run “gpupdate /force” on all servers that need this change.</li>
</ol>
<p>Resource links:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc781050(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc781050(WS.10).aspx</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc785826(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc785826(WS.10).aspx</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc781050(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc781050(WS.10).aspx</a><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2011/01/10/trust-relationship-between-workstation-and-domain-fails-after-a-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring or checking content on a website using PowerShell</title>
		<link>http://blog.isaacblum.com/2011/01/04/monitoring-or-checking-content-on-a-website-using-powershell/</link>
		<comments>http://blog.isaacblum.com/2011/01/04/monitoring-or-checking-content-on-a-website-using-powershell/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 17:06:24 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[System.Net.WebClient]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=446</guid>
		<description><![CDATA[If you ever have a need to monitor a website for uptime, one approach is to buy an application that can monitor websites. Ex http://www.ipsentry.com/ or http://www.eventsentry.com/ (relatively cheap software that I have used in the past). The other option is to use PowerShell. This script is meant to be run on a monitoring server. [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever have a need to monitor a website for uptime, one approach is to buy an application that can monitor websites. Ex <a href="http://www.ipsentry.com/">http://www.ipsentry.com/</a> or <a href="http://www.eventsentry.com/">http://www.eventsentry.com/</a> (relatively cheap software that I have used in the past). The other option is to use PowerShell. This script is meant to be run on a monitoring server. Once its running it will check all the URLs you set in the configuration section of the PowerShell script. If an error in encountered it will send an email. The PowerShell has comments in all the areas you would want to change. The base script comes from <a href="http://blogs.technet.com/b/otto/archive/2007/08/23/quick-and-dirty-web-site-monitoring-with-powershell.aspx">http://blogs.technet.com/b/otto/archive/2007/08/23/quick-and-dirty-web-site-monitoring-with-powershell.aspx</a> , I made a few changes…  Added the forever loop, force sending emails, added the ability to send credentials, set interval, added additional comments. Thanks and let me know if you have any questions.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
</pre></td><td class="code"><pre class="powershell" style="font-family:monospace;"><span style="color: #0000FF;">function</span> siteupdown<span style="color: #000000;">&#123;</span>
<span style="color: #008000;">## Display Help</span>
<span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span><span style="color: #800080;">$Args</span><span style="color: #000000;">&#91;</span><span style="color: #804000;">0</span><span style="color: #000000;">&#93;</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;-?&quot;</span><span style="color: #000000;">&#41;</span> <span style="color: #FF0000;">-or</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$Args</span><span style="color: #000000;">&#91;</span><span style="color: #804000;">0</span><span style="color: #000000;">&#93;</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;-help&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
   <span style="color: #800000;">&quot;&quot;</span>
   <span style="color: #800000;">&quot;Usage: SysinternalsSiteTest.ps1 -alert
&lt;address&gt; -log&quot;</span>
   <span style="color: #800000;">&quot;       -alert
&lt;address&gt;      Send e-mail alerts&quot;</span>
   <span style="color: #800000;">&quot;       -log                  Log results&quot;</span>
   <span style="color: #800000;">&quot;&quot;</span>
   <span style="color: #800000;">&quot;Example: SysinternalsSiteTest.ps1 -alert somebody@nospam.com -log&quot;</span>
   <span style="color: #800000;">&quot;&quot;</span>
   exit
<span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #008000;">## Create the variables</span>
<span style="color: #800080;">$global</span>:GArgs <span style="color: pink;">=</span> <span style="color: #800080;">$Args</span>
&nbsp;
<span style="color: #800080;">$urlsToTest</span> <span style="color: pink;">=</span> <span style="color: pink;">@</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span>
<span style="color: #800080;">$urlsToTest</span><span style="color: #000000;">&#91;</span><span style="color: #800000;">&quot;SP2010&quot;</span><span style="color: #000000;">&#93;</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;http://sp2010/Pages/default.aspx&quot;</span>
<span style="color: #008000;">## Add more URLs for monidoting **Note URL cannot be rediriecting urls.</span>
<span style="color: #008000;">#$urlsToTest[&quot;TechNet Redirect&quot;] = &quot;http://www.microsoft.com/sysinternals&quot;</span>
<span style="color: #008000;">#$urlsToTest[&quot;Sysinternals Home&quot;] = &quot;http://www.microsoft.com/technet/sysinternals/default.mspx&quot;</span>
<span style="color: #008000;">#$urlsToTest[&quot;Sysinternals Forum&quot;] = &quot;http://forum.sysinternals.com&quot;</span>
<span style="color: #008000;">#$urlsToTest[&quot;Sysinternals Blog&quot;] = &quot;http://blogs.technet.com/sysinternals&quot;</span>
<span style="color: #008000;">#$urlsToTest[&quot;Sysinternals Downloads&quot;] = &quot;http://download.sysinternals.com/Files/NtfsInfo.zip&quot;</span>
&nbsp;
<span style="color: #800080;">$successCriteria</span> <span style="color: pink;">=</span> <span style="color: pink;">@</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span>
<span style="color: #800080;">$successCriteria</span><span style="color: #000000;">&#91;</span><span style="color: #800000;">&quot;SP2010&quot;</span><span style="color: #000000;">&#93;</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;*press releases*&quot;</span>
<span style="color: #008000;">## Add more success criteria here.</span>
<span style="color: #008000;">#$successCriteria[&quot;TechNet Redirect&quot;] = &quot;*Mark Russinovich*&quot;</span>
<span style="color: #008000;">#$successCriteria[&quot;Sysinternals Home&quot;] = &quot;*Mark Russinovich*&quot;</span>
<span style="color: #008000;">#$successCriteria[&quot;Sysinternals Forum&quot;] = &quot;*Sysinternals Utilities*&quot;</span>
<span style="color: #008000;">#$successCriteria[&quot;Sysinternals Blog&quot;] = &quot;*Sysinternals Site Discussion*&quot;</span>
<span style="color: #008000;">#$successCriteria[&quot;Sysinternals Downloads&quot;] = &quot;*ntfsinfo.exe*&quot;</span>
&nbsp;
<span style="color: #008000;">## Set Username Password and domain here</span>
<span style="color: #800080;">$Username</span> <span style="color: pink;">=</span> <span style="color: #800000;">'be'</span>
<span style="color: #800080;">$Password</span> <span style="color: pink;">=</span> <span style="color: #800000;">'password!!!1'</span>
<span style="color: #800080;">$Domain</span> <span style="color: pink;">=</span> <span style="color: #800000;">'gen'</span>
&nbsp;
<span style="color: #008000;">## sets up the call</span>
<span style="color: #800080;">$webClient</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">new-object</span> System.Net.WebClient
<span style="color: #800080;">$webClient</span>.credentials <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">New-Object</span> System.Net.NetworkCredential<span style="color: #000000;">&#40;</span><span style="color: #800080;">$Username</span><span style="color: pink;">,</span> <span style="color: #800080;">$Password</span><span style="color: pink;">,</span> <span style="color: #800080;">$Domain</span><span style="color: #000000;">&#41;</span>
&nbsp;
<span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$key</span> <span style="color: #0000FF;">in</span> <span style="color: #800080;">$urlsToTest</span>.Keys<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
   <span style="color: #800080;">$alert</span> <span style="color: pink;">=</span> <span style="color: #800080;">$false</span>
   <span style="color: #800080;">$output</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;&quot;</span>
&nbsp;
   <span style="color: #800080;">$startTime</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">get-date</span>
   <span style="color: #800080;">$output</span> <span style="color: pink;">=</span> <span style="color: #800080;">$webClient</span>.DownloadString<span style="color: #000000;">&#40;</span><span style="color: #800080;">$urlsToTest</span><span style="color: #000000;">&#91;</span><span style="color: #800080;">$key</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span>
   <span style="color: #800080;">$endTime</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">get-date</span>
&nbsp;
   <span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$output</span> <span style="color: #FF0000;">-like</span> <span style="color: #800080;">$successCriteria</span><span style="color: #000000;">&#91;</span><span style="color: #800080;">$key</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
      <span style="color: #800080;">$key</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>Success<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>.DateTime <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$endTime</span> <span style="color: pink;">-</span> <span style="color: #800080;">$startTime</span><span style="color: #000000;">&#41;</span>.TotalSeconds <span style="color: pink;">+</span> <span style="color: #800000;">&quot; seconds&quot;</span>
&nbsp;
      <span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$GArgs</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;-log&quot;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
         <span style="color: #800080;">$key</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>Success<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>.DateTime <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$endTime</span> <span style="color: pink;">-</span> <span style="color: #800080;">$startTime</span><span style="color: #000000;">&#41;</span>.TotalSeconds <span style="color: pink;">+</span> <span style="color: #800000;">&quot; seconds&quot;</span> <span style="color: pink;">&gt;&gt;</span> WebSiteTest.log
      <span style="color: #000000;">&#125;</span>
   <span style="color: #000000;">&#125;</span> <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
      <span style="color: #800080;">$key</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>Fail<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>.DateTime <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$endTime</span> <span style="color: pink;">-</span> <span style="color: #800080;">$startTime</span><span style="color: #000000;">&#41;</span>.TotalSeconds <span style="color: pink;">+</span> <span style="color: #800000;">&quot; seconds&quot;</span>
	  <span style="color: #800080;">$alert</span> <span style="color: pink;">=</span> <span style="color: #800080;">$true</span>
      <span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$GArgs</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;-log&quot;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
         <span style="color: #800080;">$key</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>Fail<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>.DateTime <span style="color: pink;">+</span> <span style="color: #800000;">&quot;<span style="color: #008080; font-weight: bold;">`t</span><span style="color: #008080; font-weight: bold;">`t</span>&quot;</span> <span style="color: pink;">+</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$endTime</span> <span style="color: pink;">-</span> <span style="color: #800080;">$startTime</span><span style="color: #000000;">&#41;</span>.TotalSeconds <span style="color: pink;">+</span> <span style="color: #800000;">&quot; seconds&quot;</span> <span style="color: pink;">&gt;&gt;</span> WebSiteTest.log
		 <span style="color: #800080;">$alert</span> <span style="color: pink;">=</span> <span style="color: #800080;">$true</span>
      <span style="color: #000000;">&#125;</span>
&nbsp;
      <span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$alert</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800080;">$true</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
         <span style="color: #008080; font-weight: bold;">Write-Host</span> <span style="color: #800000;">&quot;Sending Email&quot;</span>
		 <span style="color: #008000;">## Set email settings Below. $emailFrom, $EmailTo, $smtpServer</span>
		 <span style="color: #800080;">$emailFrom</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;email@nospam.com&quot;</span>
         <span style="color: #800080;">$emailTo</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;email@nospam.com&quot;</span>
         <span style="color: #800080;">$subject</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;URL Test Failure - &quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>
         <span style="color: #800080;">$body</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;URL Test Failure: &quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$key</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot; (&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$urlsToTest</span><span style="color: #000000;">&#91;</span><span style="color: #800080;">$key</span><span style="color: #000000;">&#93;</span> <span style="color: pink;">+</span> <span style="color: #800000;">&quot;) at &quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$startTime</span>
         <span style="color: #800080;">$smtpServer</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;smtp.nospam.com&quot;</span>
         <span style="color: #800080;">$smtp</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">new-object</span> Net.Mail.SmtpClient<span style="color: #000000;">&#40;</span><span style="color: #800080;">$smtpServer</span><span style="color: #000000;">&#41;</span>
         <span style="color: #800080;">$smtp</span>.Send<span style="color: #000000;">&#40;</span><span style="color: #800080;">$emailFrom</span><span style="color: pink;">,</span><span style="color: #800080;">$emailTo</span><span style="color: pink;">,</span><span style="color: #800080;">$subject</span><span style="color: pink;">,</span><span style="color: #800080;">$body</span><span style="color: #000000;">&#41;</span>
      <span style="color: #000000;">&#125;</span>
   <span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #008000;">## Makes the script run forever.</span>
<span style="color: #800080;">$i</span><span style="color: pink;">=</span><span style="color: #804000;">1</span>
<span style="color: #0000FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$i</span> <span style="color: #FF0000;">-le</span> <span style="color: #804000;">5</span>; <span style="color: #800080;">$i</span><span style="color: pink;">++</span><span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
<span style="color: #008000;">## Change the number, to change check site interval. 1 = 1 seconds, 30 = 30 seconds, etc..</span>
<span style="color: #008080; font-weight: bold;">sleep</span> <span style="color: #804000;">30</span>;
siteupdown<span style="color: #000000;">&#125;</span>
<span style="color: pink;">&lt;/</span>address<span style="color: pink;">&gt;&lt;/</span>address<span style="color: pink;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2011/01/04/monitoring-or-checking-content-on-a-website-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run HyperV on Windows 7</title>
		<link>http://blog.isaacblum.com/2010/02/19/run-hyperv-on-windows-7/</link>
		<comments>http://blog.isaacblum.com/2010/02/19/run-hyperv-on-windows-7/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:55:12 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Conference's]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[HyperV]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=317</guid>
		<description><![CDATA[http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&#38;displaylang=en To install the Administration Tools pack by using the Windows interface Download the Administration Tools package from the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkID=137379). Open the folder into which the package downloaded, double-click the package to unpack the files, and then start the Remote Server Administration Tools Setup Wizard. Note   You must accept the License [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en</a></p>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><strong>To install the Administration Tools pack by using the Windows interface</strong></td>
</tr>
</tbody>
</table>
<ol>
<li>Download the Administration Tools package from the <a href="http://go.microsoft.com/fwlink/?LinkID=137379" target="_blank">Microsoft Web site</a> (http://go.microsoft.com/fwlink/?LinkID=137379).</li>
<li>Open the folder into which the package downloaded, double-click the package to unpack the files, and then start the Remote Server Administration Tools Setup Wizard.<br />
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="mk:@MSITStore:C:Windowshelpmui 409rsat_client.chm::/local/Note.gif" alt="" /></td>
<td>Note</td>
</tr>
<tr>
<td> </td>
<td>You must accept the License Terms and Limited Warranty to install Administration Tools.</td>
</tr>
</tbody>
</table>
</li>
<li>Complete all the steps that are required by the wizard, and then click <strong>Finish</strong> to exit the wizard when installation is completed.</li>
<li>Click <strong>Start</strong>, click <strong>Control Panel</strong>, and then click <strong>Programs</strong>.</li>
<li>In the <strong>Programs and Features</strong> area, click <strong>Turn Windows features on or off</strong>.
<p>If you are prompted by User Account Control to allow the Windows Features dialog box to open, click <strong>Continue</strong>.</li>
<li>In the <strong>Windows Features</strong> dialog box, expand <strong>Remote Server Administration Tools</strong>.</li>
<li>Select the remote management tools that you want to install, and then click <strong>OK</strong>.</li>
<li>Configure the <strong>Start</strong> menu to display the <strong>Administration Tools</strong> shortcut, if it is not already there.
<ol>
<li>Right-click <strong>Start</strong>, and then click <strong>Properties</strong>.</li>
<li>On the <strong>Start Menu</strong> tab, click <strong>Customize</strong>.</li>
<li>In the <strong>Customize Start Menu</strong> dialog box, scroll down to <strong>System Administrative Tools</strong>, and then select <strong>Display on the All Programs menu and the Start menu</strong>. Click <strong>OK</strong>.
<p>Shortcuts for snap-ins installed by Remote Server Administration Tools for Windows 7 are added to the <strong>Administrative Tools</strong> list on the <strong>Start</strong> menu.</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2010/02/19/run-hyperv-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vsphere client on Windows 7</title>
		<link>http://blog.isaacblum.com/2009/10/08/vsphere-client-on-windows-7/</link>
		<comments>http://blog.isaacblum.com/2009/10/08/vsphere-client-on-windows-7/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:37:16 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[esxi 4]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=136</guid>
		<description><![CDATA[Thanks to the fine souls at vmware community and ftubio. All the hard work can be downloaded here *** Make sure to remove the &#8216;-zip.doc&#8217; from the file name you will be left with &#8216;vsphere-client-files.zip&#8217; 1. Obtain a copy of %SystemRoot%Microsoft.NETFrameworkv2.0.50727System.dll from a non Windows 7 machine that has .NET 3.5 SP1 installed. 2. Create [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the fine souls at <a href="http://communities.vmware.com/thread/211440">vmware community</a> and <a href="http://communities.vmware.com/people/ftubio;jsessionid=1B8A6978330F75E916D14B063A31E0B1">ftubio</a>.</p>
<p>All the hard work can be downloaded <a href="http://isaacblum.files.wordpress.com/2009/10/vsphere-client-files-zip.doc">here</a><br />
*** Make sure to remove the &#8216;-zip.doc&#8217; from the file name you will be left with &#8216;vsphere-client-files.zip&#8217;</p>
<p>1. Obtain a copy of %SystemRoot%Microsoft.NETFrameworkv2.0.50727System.dll from a non Windows 7 machine that has .NET 3.5 SP1 installed.</p>
<p>2. Create a folder in the Windows 7 machine where the vSphere client is installed and copy the file from step 1 into this folder. For example, create the folder under the vSphere client launcher installation directory (+%ProgramFiles%VMwareInfrastructureVirtual Infrastructure ClientLauncherLib+).</p>
<p>3. In the vSphere client launcher directory, open the VpxClient.exe.config file in a text editor and add a  element and a  element as shown below. Save the file.</p>
<p>&#8230;</p>
<p>3. Create a batch file (e.g. *VpxClient.cmd*) in a suitable location. In this file add a command to set the DEVPATH environment variable to the folder where you copied the System.dll assembly in step 2 and a second command to launch the vSphere client. Save the file. For example,</p>
<p>SET DEVPATH=%ProgramFiles%VMwareInfrastructureVirtual Infrastructure ClientLauncherLib<br />
&#8220;%ProgramFiles%VMwareInfrastructureVirtual Infrastructure ClientLauncherVpxClient.exe&#8221;</p>
<p>4. (Optional) Replace the shortcut on the start menu to point to the batch file created in the previous step. Change the shortcut properties to run minimized so that the command window is not shown.</p>
<p>You can now use the VpxClient.cmd (or the shortcut) to launch the vSphere client in Windows 7.</p>
<p>Note that this workaround bypasses the normal .NET Framework loading mechanism so that assembly versions in the DEVPATH folder are no longer checked.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/10/08/vsphere-client-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

