<?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>Axino.net &#187; active directory</title>
	<atom:link href="http://www.axino.net/tag/active-directory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axino.net</link>
	<description>The other side of atom.</description>
	<lastBuildDate>Sat, 14 Aug 2010 23:11:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Shutting down windows over network</title>
		<link>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network</link>
		<comments>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network#comments</comments>
		<pubDate>Sat, 02 May 2009 21:10:45 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[operating systems]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=314</guid>
		<description><![CDATA[Image via CrunchBase In the last post I explained how to shut down computer that is running Windows OS (either XP or Vista) its fairly the same anyway. Now I will provide you with simple way to shut down computer to which you are connected over network but you are not in remote access. Now [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 200px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/windows"><img title="Image representing Windows as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0002/1545/21545v2-max-450x450.png" alt="Image representing Windows as depicted in Crun..." width="190" height="66" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>In the last post I explained how to shut down computer that is running Windows OS (either XP or Vista) its fairly the same anyway. Now I will provide you with simple way to shut down computer to which you are connected over network but you are not in remote access.</p>
<p><span id="more-314"></span>Now we will esentially use the same command as we used before.But we will add another parameter to it.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">shutdown <span style="color: #660033;">-m</span> 192.168.20.49 <span style="color: #660033;">-s</span></pre></div></div>

<p>Now this will shutdown computer with the following IP address on the local area network. But there is but as always you have to have administrator privileges on the following system. Either with having accounts with same passwords and usernames in some directory (active directory preferably) or being connected on the third party system, that performs log in checks.</p>
<p>If you do not have privileges then you will get error: <strong>Access is denied</strong></p>
<p>Some other things that are to be considered:</p>
<p>are the following commands:</p>
<ul>
<li><em>-t xxx </em>this one will allow you to delay shutdown/reboot for certain time interval in seconds.</li>
<li><em>-r </em>this one allows you to reboot computer</li>
<li><em>-c &#8220;some comment&#8221;</em> this one allows you to display some kind of msg why computer is shutting down</li>
</ul>
<p>In the end also consider that on LAN you may reach or identify computer with its name and not obligatory with its IP address. So instead of <strong>192.168.20.149</strong> you would put something like <strong>\\computerkitchen</strong></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/532c270b-eeca-4992-9e75-ba8a52d63021/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=532c270b-eeca-4992-9e75-ba8a52d63021" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely" rel="bookmark" title="Wednesday 29.04.2009">Shutdown windows XP/Vista remotely</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-10-ip-range" rel="bookmark" title="Wednesday 18.11.2009">Basic web hacking 10 :: ip range</a></li>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-9-tricky-easy-not" rel="bookmark" title="Sunday 05.07.2009">hackthissite.org basic 9 :: tricky easy not</a></li>
<li><a href="http://www.axino.net/tutorial/2009/05/local-domain-or-set-up-of-local-site" rel="bookmark" title="Monday 04.05.2009">Local domain || set up of local site</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/how-to-grant-privilege-to-users-on-mysql-database" rel="bookmark" title="Sunday 02.05.2010">How to grant privilege to users on MySQL database</a></li>
</ul>
<p><!-- Similar Posts took 4.943 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=314" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
