<?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>Remoting | TekCookie</title>
	<atom:link href="https://tekcookie.com/category/remoting/feed/" rel="self" type="application/rss+xml" />
	<link>https://tekcookie.com</link>
	<description>Everything about IT</description>
	<lastBuildDate>Sun, 13 Jun 2021 14:17:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/tekcookie.com/wp-content/uploads/2021/06/cropped-TekCookie-211.png?fit=32%2C17&#038;ssl=1</url>
	<title>Remoting | TekCookie</title>
	<link>https://tekcookie.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">174510684</site>	<item>
		<title>Control remote windows system with command line &#8211; PSEXEC</title>
		<link>https://tekcookie.com/control-remote-windows-system-with-command-line-psexec/</link>
					<comments>https://tekcookie.com/control-remote-windows-system-with-command-line-psexec/#respond</comments>
		
		<dc:creator><![CDATA[jeffythampi]]></dc:creator>
		<pubDate>Tue, 18 Jun 2019 05:50:03 +0000</pubDate>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[connec to remote pc using psexec]]></category>
		<category><![CDATA[connect remote windows system]]></category>
		<category><![CDATA[psexec]]></category>
		<guid isPermaLink="false">https://adminscripter.wordpress.com/?p=66</guid>

					<description><![CDATA[PsExec is a light-weight telnet-replacement to execute processes on other systems, without having to manually install client software. But beware of some antivirus software&#8217;s, they may flag it. Connect to remote cmd prompt ? And the best part, PsExec can run the process with system account !!! WoW Change local user password in more than [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>PsExec is a light-weight telnet-replacement to execute processes on other systems, without having to manually install client software. But beware of some antivirus software&#8217;s, they may flag it.</p>



<p>Connect to remote cmd prompt ?</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash"># Below command connect to remote system in interactive mode through cmd
psexec.exe  \\pcname  cmd
</code></pre>



<pre class="wp-block-verse">And the best part, PsExec can run the process with system account !!! WoW</pre>



<p class="has-text-align-left">Change local user password in more than one computer</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash"># Create a file with computer names and execute the below command to change admin password in remote systems

psexec.exe  @pcname.txt  cmd /c "net user administrator complexpassword123:)"</code></pre>



<p>The dangerous one &#8211; Runs in all system within the domain</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash"> psexec.exe  \*  cmd /c "net user administrator complexpassword123:)" </code></pre>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>Hope you like this article and thank you for reading.</strong></p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://tekcookie.com/control-remote-windows-system-with-command-line-psexec/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">66</post-id>	</item>
	</channel>
</rss>
