<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WMI Queries</title>
	<atom:link href="http://nsfw.ibnmasud.com/wmi-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsfw.ibnmasud.com/wmi-queries/</link>
	<description>Safe for Work</description>
	<lastBuildDate>Wed, 17 Mar 2010 07:33:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://nsfw.ibnmasud.com/wmi-queries/comment-page-1/#comment-230</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 Sep 2009 13:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=10#comment-230</guid>
		<description>&lt;b&gt;Supply a list of PCs from a file&lt;/b&gt;
&lt;code&gt;wmic /node:@pclist.txt path Win32_ComputerSystem get Caption, Username&lt;/code&gt;
Will give you usernames of the users logged on the PCs listed in pclist.txt</description>
		<content:encoded><![CDATA[<p><b>Supply a list of PCs from a file</b><br />
<code>wmic /node:@pclist.txt path Win32_ComputerSystem get Caption, Username</code><br />
Will give you usernames of the users logged on the PCs listed in pclist.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nsfw.ibnmasud.com/wmi-queries/comment-page-1/#comment-175</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Apr 2009 20:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=10#comment-175</guid>
		<description>&lt;strong&gt;Shutdown a remote computer&lt;/strong&gt;
&lt;code&gt;wmic /node:remote_pc path Win32_OperatingSystem get Shutdown(1)&lt;/code&gt;

Flags
0 (0x0) Log Off
4 (0x4) Forced Log Off (0 + 4)
1 (0x1) Shutdown
5 (0x5) Forced Shutdown (1 + 4)
2 (0x2) Reboot
6 (0x6) Forced Reboot (2 + 4)
8 (0x8) Power Off
12 (0xC) Forced Power Off (8 + 4)
&lt;br&gt;
&lt;strong&gt;Total RAM installed on remote computer&lt;/strong&gt;
&lt;code&gt;wmic /node:remote_pc path Win32_ComputerSystem get TotalPhysicalMemory&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><strong>Shutdown a remote computer</strong><br />
<code>wmic /node:remote_pc path Win32_OperatingSystem get Shutdown(1)</code></p>
<p>Flags<br />
0 (0&#215;0) Log Off<br />
4 (0&#215;4) Forced Log Off (0 + 4)<br />
1 (0&#215;1) Shutdown<br />
5 (0&#215;5) Forced Shutdown (1 + 4)<br />
2 (0&#215;2) Reboot<br />
6 (0&#215;6) Forced Reboot (2 + 4)<br />
8 (0&#215;8) Power Off<br />
12 (0xC) Forced Power Off (8 + 4)<br />
<br />
<strong>Total RAM installed on remote computer</strong><br />
<code>wmic /node:remote_pc path Win32_ComputerSystem get TotalPhysicalMemory</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nsfw.ibnmasud.com/wmi-queries/comment-page-1/#comment-85</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=10#comment-85</guid>
		<description>&lt;strong&gt;Service tag number for Dell computers&lt;/strong&gt;
&lt;code&gt;wmic /node:dellpc BIOS get SerialNumber&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><strong>Service tag number for Dell computers</strong><br />
<code>wmic /node:dellpc BIOS get SerialNumber</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
