<?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>mikedopp.com &#187; Windows Experience Index</title>
	<atom:link href="http://mikedopp.com/index.php/tag/windows-experience-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Wed, 09 Jun 2010 07:37:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get Windows Experience Index Remotely</title>
		<link>http://mikedopp.com/index.php/2009/06/15/get-windows-experience-index-remotely/</link>
		<comments>http://mikedopp.com/index.php/2009/06/15/get-windows-experience-index-remotely/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Remote Windows Experience Indexing]]></category>
		<category><![CDATA[Windows Experience Index]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/get-windows-experience-index-remotely/</guid>
		<description><![CDATA[A little while ago I wrote about a little article concerning how to fake your Windows Experience Index. Well I created a little script that will look at all the Windows Vista/Windows 7 Machines(PC’s) on your domain and give you the read out of what type of hardware is available on said domain/network. &#160; strCompName [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I wrote about a little article concerning how to <a href="http://www.mikedopp.com/index.php/is-your-windows-experience-index-lying-to-you-windows-experience-index-editing/" target="_blank">fake your Windows Experience Index</a>.</p>
<p>Well I created a little script that will look at all the Windows Vista/<a href="http://mikedopp.com/archive/2008/10/17/windows-7-upcoming-feature-list.aspx" target="_blank">Windows 7</a> Machines(PC’s) on your domain and give you the read out of what type of hardware is available on said domain/network.</p>
<p>&#160;</p>
<pre class="csharpcode">strCompName = Inputbox(<span class="str">&quot;Get Hardware Performance Ratings&quot;</span> &amp; vbcrlf &amp; <span class="str">&quot;of a Remote computer,&quot;</span> &amp; vbcrlf &amp; <span class="str">&quot;Input the Computer Name:&quot;</span>)

<span class="kwrd">Set</span> objWMIservices = GetObject(<span class="str">&quot;winmgmts:\\&quot;</span> &amp; strCompName &amp; <span class="str">&quot;\root\cimv2&quot;</span>)
<span class="kwrd">Set</span> colWSA = objWMIservices.ExecQuery(<span class="str">&quot;Select * From Win32_WinSAT&quot;</span>)

<span class="kwrd">For</span> <span class="kwrd">Each</span> objItem <span class="kwrd">in</span> colWSA
    Wscript.Echo <span class="str">&quot;Hardware Performance Ratings&quot;</span>
    Wscript.Echo <span class="str">&quot;Processor : &quot;</span> &amp; objItem.CPUScore
    Wscript.Echo <span class="str">&quot;Memory: &quot;</span> &amp; objItem.MemoryScore
    Wscript.Echo <span class="str">&quot;Graphics: &quot;</span> &amp; objItem.GraphicsScore
    Wscript.Echo <span class="str">&quot;Gaming graphics: &quot;</span> &amp; objItem.D3DScore
    Wscript.Echo <span class="str">&quot;Primary hard disk: &quot;</span> &amp; objItem.DiskScore
next</pre>
<p>If you want you can download it from:</p>
<p><a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/GetWPA.VBS" target="_blank">Windows Live SkyDrive</a><br />
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
</p>
<p>Enjoy!</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bfd1885e-07ca-4c1f-8e8d-5309c7bf00d8" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://flickr.com/photos/tags/Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0c3b53b7-9c98-4cf0-a463-38cf33bc9a0f" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Windows+Experience+Index/" rel="tag">Windows Experience Index</a>, <a href="http://www.buzznet.com/tags/Remote+Windows+Experience+Index/" rel="tag">Remote Windows Experience Index</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b0fca0a8-f63c-4a3c-a1e9-901c96d3f50b" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://technorati.com/tags/Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9cfdfcac-aa9b-4989-b52e-d02d7498531b" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://del.icio.us/popular/Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4ff7d786-c1e1-4d7f-847f-8bf5f48bf489" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://blogs.icerocket.com/search?q=Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2c788c50-5af8-44da-a996-1abca8b1b3be" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://www.livejournal.com/interests.bml?int=Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c34fe5bd-ba40-4bff-956d-775287a18687" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Windows+Experience+Index" rel="tag">Windows Experience Index</a>, <a href="http://www.43things.com/tag/Remote+Windows+Experience+Index" rel="tag">Remote Windows Experience Index</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/06/15/get-windows-experience-index-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
