<?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>Techibee.com &#187; Sysadmin</title>
	<atom:link href="http://techibee.com/category/sysadmins/feed" rel="self" type="application/rss+xml" />
	<link>http://techibee.com</link>
	<description>A System Administrator&#039;s Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:40:40 +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>Use https for safe tweeting</title>
		<link>http://techibee.com/sysadmins/use-https-for-safe-tweeting/1040</link>
		<comments>http://techibee.com/sysadmins/use-https-for-safe-tweeting/1040#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:29:20 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1040</guid>
		<description><![CDATA[Hello Readers, How many of you regularly use twitter? I guess most of you. Have ever worried about the security it is providing? You should read on if your answer is NO. One of colleagues gave a quick demo a few days back to show how insecure the default twitter is. His demo proved that, [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10410"></div></div><p>Hello Readers,<br />
How many of you regularly use twitter? I guess most of you. Have ever worried about the security it is providing? You should read on if your answer is NO.</p>
<p>One of colleagues gave a quick demo a few days back to show how insecure the default twitter is. His demo proved that, any one sitting in same network as yours can easily hijack your twitter account and tweet on behalf of you. He was able to make it because twitter runs on http by default. Since it is http, all the data transfer will happen over wire in plain text format. So, any one in your network with a couple of  tools can spoof your MAC address can easily capture what you are sending over wire and get the twitter cookie(key for maintaining your twitter session) and tweet using your twitter account. The method that my colleague demonstrated is a simple hack any one with computer knowledge can execute it.</p>
<p><strong>How to I make it secure: </strong> Twitter provides a option to make your twitter account to use https(secure http) as default protocol. Making use of this will at least prevent your twitter account from this kind of silly hacks.</p>
<p>You can follow the below procedure to enable the https</p>
<ul>
<li>Logon to twitter account.</li>
<li>Go to your profile tab and click on edit profile</li>
<li>Go to Account section in your profile and check the box Always use HTTPS</li>
<li>Click on Save and enter your password when prompted</li>
</ul>
<p><a href="http://techibee.com/wp-content/uploads/2011/11/twitter_https.png"><img class="aligncenter size-full wp-image-1225" title="twitter_https" src="http://techibee.com/wp-content/uploads/2011/11/twitter_https.png" alt="" width="608" height="157" /></a></p>
<ul>
<li>Now your twitter account is secured.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/use-https-for-safe-tweeting/1040/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell: Quick and easy to start stop a remote service</title>
		<link>http://techibee.com/powershell/powershell-quick-and-easy-to-start-stop-a-remote-service/1201</link>
		<comments>http://techibee.com/powershell/powershell-quick-and-easy-to-start-stop-a-remote-service/1201#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:14:35 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[restart service on remote computer]]></category>
		<category><![CDATA[start service without powershell remoting]]></category>
		<category><![CDATA[start services]]></category>
		<category><![CDATA[start services on remote computer powershell]]></category>
		<category><![CDATA[stop services]]></category>
		<category><![CDATA[stop services on remote computer powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1201</guid>
		<description><![CDATA[Do you like one liners in powershell? Here is the quick and easy way to start, stop, restart a service on remote computer. This doesn&#8217;t require PowerShell remoting. That means you can use it against any computer which has windows operating system installed. So far I have authored two articles on managing services using powershell: [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-12020"></div></div><p>Do you like one liners in powershell? Here is the quick and easy way to start, stop, restart a service on remote computer. This doesn&#8217;t require PowerShell remoting. That means you can use it against any computer which has windows operating system installed.</p>
<p>So far I have authored two articles on managing services using powershell:</p>
<ol>
<li><a href="http://techibee.com/powershell/startstoprestart-service-on-remote-computer-with-powershell/693">Start/Stop/Restart service on remote computer with powershell</a></li>
<li><a href="http://techibee.com/powershell/powershell-start-and-stop-services-on-remote-computer-with-alternate-credentials/1171">PowerShell: Start and stop services on remote computer with alternate credentials</a></li>
</ol>
<p>The first one I wrote when I was not matured enough with PowerShell and the second one recently to address a specific requirement where user need to pass alternate credentials to manage services.</p>
<p>As most system administrators love to use poweshell one-liners which avoids any external script/module invocation, I want to share this little one which starts, stops, and restarts a service on remote computer.</p>
<p>Start a service on remote computer:</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Start-Service</span> <span style="color: #000080;">-InputObject</span> <span style="color: #000000;">$(</span><span style="color: #0000ff;">Get-Service</span> <span style="color: #000080;">-Computer</span> <span style="color: #8a2be2;">COMPUTER1</span> <span style="color: #000080;">-Name</span> <span style="color: #8a2be2;">spooler</span><span style="color: #000000;">)</span></pre>
<p>Stop a service on remote computer:</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Stop-Service</span> <span style="color: #000080;">-InputObject</span> <span style="color: #000000;">$(</span><span style="color: #0000ff;">Get-Service</span> <span style="color: #000080;">-Computer</span> <span style="color: #8a2be2;">COMPUTER1</span> <span style="color: #000080;">-Name</span> <span style="color: #8a2be2;">spooler</span><span style="color: #000000;">)</span></pre>
<p>Restart a service on remote computer:</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Restart-Service</span> <span style="color: #000080;">-InputObject</span> <span style="color: #000000;">$(</span><span style="color: #0000ff;">Get-Service</span> <span style="color: #000080;">-Computer</span> <span style="color: #8a2be2;">COMPUTER1</span> <span style="color: #000080;">-Name</span> <span style="color: #8a2be2;">spooler</span><span style="color: #000000;">)</span></pre>
<p>Hope these little ones helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-quick-and-easy-to-start-stop-a-remote-service/1201/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PowerShell: Convert your VB scripts to PowerShell</title>
		<link>http://techibee.com/powershell/powershell-convert-your-vb-scripts-to-powershell/1164</link>
		<comments>http://techibee.com/powershell/powershell-convert-your-vb-scripts-to-powershell/1164#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:51:41 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[convert my vb scripts to powershell]]></category>
		<category><![CDATA[How to convert a VB script to powershell]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Powershell code for VB scripts]]></category>
		<category><![CDATA[VB script to powershell converter]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1164</guid>
		<description><![CDATA[The popularity of PowerShell is increasing day-to-day and now every System administrator want to say bye to their VB scripts and enter the powerful powershell world. A system administrator who is familiar with VB script(or has in home grown scripts in VB) want to try powershell, the first question he gets into mind is, &#8220;how [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11650"></div></div><p>The popularity of PowerShell is increasing day-to-day and now every System administrator want to say bye to their VB scripts and enter the powerful powershell world. A system administrator who is familiar with VB script(or has in home grown scripts in VB) want to try powershell, the first question he gets into mind is, &#8220;how to do xyz task in powershell&#8221;. Of course, we can ask our big brother google.com but it will take little long to find the powershell way of coding a task.</p>
<p>For those kind of admins, MS has published a long list of converting xyz from VB script to PowerShell. This pretty much enough for a person who wants to convert their VB scripts into powershell code. For your easy reference I am posting the content from <a href="http://technet.microsoft.com/hi-in/library/ee692947%28en-us%29.aspx">MS technet</a> site to here.</p>
<p>Hope this helps&#8230;</p>
<div>
<dl>
<dt><a id="ctl00_MTCS_main_ctl00" href="http://technet.microsoft.com/hi-in/library/ff730920%28en-us%29.aspx">Cmdlets and Add-ons</a></dt>
<dt><a id="ctl00_MTCS_main_ctl01" href="http://technet.microsoft.com/hi-in/library/ff657832%28en-us%29.aspx">Converting Dictionary Object to Windows PowerShell Commands</a></dt>
<dt><a id="ctl00_MTCS_main_ctl02" href="http://technet.microsoft.com/hi-in/library/ee221101%28en-us%29.aspx">Converting VBScript Commands to Windows PowerShell Commands</a></dt>
<dt><a id="ctl00_MTCS_main_ctl03" href="http://technet.microsoft.com/hi-in/library/ee156790%28en-us%29.aspx">Converting VBScript&#8217;s Abs Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl04" href="http://technet.microsoft.com/hi-in/library/ee156793%28en-us%29.aspx">Converting VBScript&#8217;s Addition Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl05" href="http://technet.microsoft.com/hi-in/library/ee156794%28en-us%29.aspx">Converting VBScript&#8217;s And Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl06" href="http://technet.microsoft.com/hi-in/library/ee156795%28en-us%29.aspx">Converting VBScript&#8217;s Array Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl07" href="http://technet.microsoft.com/hi-in/library/ee156796%28en-us%29.aspx">Converting VBScript&#8217;s Asc Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl08" href="http://technet.microsoft.com/hi-in/library/ee156797%28en-us%29.aspx">Converting VBScript&#8217;s Assignment Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl09" href="http://technet.microsoft.com/hi-in/library/ee156798%28en-us%29.aspx">Converting VBScript&#8217;s Atn Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl10" href="http://technet.microsoft.com/hi-in/library/ee156800%28en-us%29.aspx">Converting VBScript&#8217;s CBool Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl11" href="http://technet.microsoft.com/hi-in/library/ee156801%28en-us%29.aspx">Converting VBScript&#8217;s CByte Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl12" href="http://technet.microsoft.com/hi-in/library/ee156802%28en-us%29.aspx">Converting VBScript&#8217;s CCur Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl13" href="http://technet.microsoft.com/hi-in/library/ee156803%28en-us%29.aspx">Converting VBScript&#8217;s CDate Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl14" href="http://technet.microsoft.com/hi-in/library/ee156804%28en-us%29.aspx">Converting VBScript&#8217;s CDbl Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl15" href="http://technet.microsoft.com/hi-in/library/ee156806%28en-us%29.aspx">Converting VBScript&#8217;s CInt Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl16" href="http://technet.microsoft.com/hi-in/library/ee156810%28en-us%29.aspx">Converting VBScript&#8217;s CLng Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl17" href="http://technet.microsoft.com/hi-in/library/ee176801%28en-us%29.aspx">Converting VBScript&#8217;s CSng Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl18" href="http://technet.microsoft.com/hi-in/library/ee176802%28en-us%29.aspx">Converting VBScript&#8217;s CStr Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl19" href="http://technet.microsoft.com/hi-in/library/ee156799%28en-us%29.aspx">Converting VBScript&#8217;s Call Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl20" href="http://technet.microsoft.com/hi-in/library/ee156805%28en-us%29.aspx">Converting VBScript&#8217;s Chr Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl21" href="http://technet.microsoft.com/hi-in/library/ee156807%28en-us%29.aspx">Converting VBScript&#8217;s Class Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl22" href="http://technet.microsoft.com/hi-in/library/ee156809%28en-us%29.aspx">Converting VBScript&#8217;s Clear Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl23" href="http://technet.microsoft.com/hi-in/library/ee156813%28en-us%29.aspx">Converting VBScript&#8217;s Concatenation Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl24" href="http://technet.microsoft.com/hi-in/library/ee156815%28en-us%29.aspx">Converting VBScript&#8217;s Const Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl25" href="http://technet.microsoft.com/hi-in/library/ee156819%28en-us%29.aspx">Converting VBScript&#8217;s Cos Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl26" href="http://technet.microsoft.com/hi-in/library/ee176800%28en-us%29.aspx">Converting VBScript&#8217;s CreateObject Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl27" href="http://technet.microsoft.com/hi-in/library/ee176803%28en-us%29.aspx">Converting VBScript&#8217;s Date Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl28" href="http://technet.microsoft.com/hi-in/library/ee176804%28en-us%29.aspx">Converting VBScript&#8217;s DateAdd Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl29" href="http://technet.microsoft.com/hi-in/library/ee176805%28en-us%29.aspx">Converting VBScript&#8217;s DateDiff Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl30" href="http://technet.microsoft.com/hi-in/library/ee176806%28en-us%29.aspx">Converting VBScript&#8217;s DatePart Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl31" href="http://technet.microsoft.com/hi-in/library/ee176807%28en-us%29.aspx">Converting VBScript&#8217;s DateSerial Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl32" href="http://technet.microsoft.com/hi-in/library/ee176808%28en-us%29.aspx">Converting VBScript&#8217;s DateValue Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl33" href="http://technet.microsoft.com/hi-in/library/ee176809%28en-us%29.aspx">Converting VBScript&#8217;s Day Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl34" href="http://technet.microsoft.com/hi-in/library/ee176811%28en-us%29.aspx">Converting VBScript&#8217;s Dim Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl35" href="http://technet.microsoft.com/hi-in/library/ee176812%28en-us%29.aspx">Converting VBScript&#8217;s Division Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl36" href="http://technet.microsoft.com/hi-in/library/ee176813%28en-us%29.aspx">Converting VBScript&#8217;s Do&#8230;Loop Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl37" href="http://technet.microsoft.com/hi-in/library/ee176814%28en-us%29.aspx">Converting VBScript&#8217;s Eqv Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl38" href="http://technet.microsoft.com/hi-in/library/ee176815%28en-us%29.aspx">Converting VBScript&#8217;s Erase Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl39" href="http://technet.microsoft.com/hi-in/library/ee176810%28en-us%29.aspx">Converting VBScript&#8217;s Err Object Description Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl40" href="http://technet.microsoft.com/hi-in/library/ee176865%28en-us%29.aspx">Converting VBScript&#8217;s Err Object HelpContext Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl41" href="http://technet.microsoft.com/hi-in/library/ee176866%28en-us%29.aspx">Converting VBScript&#8217;s Err Object HelpFile Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl42" href="http://technet.microsoft.com/hi-in/library/ee176919%28en-us%29.aspx">Converting VBScript&#8217;s Err Object Number Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl43" href="http://technet.microsoft.com/hi-in/library/ee176969%28en-us%29.aspx">Converting VBScript&#8217;s Err Object Source Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl44" href="http://technet.microsoft.com/hi-in/library/ee176816%28en-us%29.aspx">Converting VBScript&#8217;s Escape Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl45" href="http://technet.microsoft.com/hi-in/library/ee176817%28en-us%29.aspx">Converting VBScript&#8217;s Eval Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl46" href="http://technet.microsoft.com/hi-in/library/ee176818%28en-us%29.aspx">Converting VBScript&#8217;s Execute Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl47" href="http://technet.microsoft.com/hi-in/library/ee176819%28en-us%29.aspx">Converting VBScript&#8217;s ExecuteGlobal Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl48" href="http://technet.microsoft.com/hi-in/library/ee176820%28en-us%29.aspx">Converting VBScript&#8217;s Exit Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl49" href="http://technet.microsoft.com/hi-in/library/ee176821%28en-us%29.aspx">Converting VBScript&#8217;s Exp Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl50" href="http://technet.microsoft.com/hi-in/library/ee176822%28en-us%29.aspx">Converting VBScript&#8217;s Exponentiation Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl51" href="http://technet.microsoft.com/hi-in/library/ee176826%28en-us%29.aspx">Converting VBScript&#8217;s Filter Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl52" href="http://technet.microsoft.com/hi-in/library/ee176827%28en-us%29.aspx">Converting VBScript&#8217;s Fix Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl53" href="http://technet.microsoft.com/hi-in/library/ee176829%28en-us%29.aspx">Converting VBScript&#8217;s For Each&#8230;Next Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl54" href="http://technet.microsoft.com/hi-in/library/ee176836%28en-us%29.aspx">Converting VBScript&#8217;s For&#8230;Next Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl55" href="http://technet.microsoft.com/hi-in/library/ee176832%28en-us%29.aspx">Converting VBScript&#8217;s FormatCurrency Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl56" href="http://technet.microsoft.com/hi-in/library/ee176833%28en-us%29.aspx">Converting VBScript&#8217;s FormatDateTime Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl57" href="http://technet.microsoft.com/hi-in/library/ee176834%28en-us%29.aspx">Converting VBScript&#8217;s FormatNumber Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl58" href="http://technet.microsoft.com/hi-in/library/ee176835%28en-us%29.aspx">Converting VBScript&#8217;s FormatPercent Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl59" href="http://technet.microsoft.com/hi-in/library/ee176837%28en-us%29.aspx">Converting VBScript&#8217;s Function Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl60" href="http://technet.microsoft.com/hi-in/library/ee176861%28en-us%29.aspx">Converting VBScript&#8217;s GetLocale Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl61" href="http://technet.microsoft.com/hi-in/library/ee176862%28en-us%29.aspx">Converting VBScript&#8217;s GetObject Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl62" href="http://technet.microsoft.com/hi-in/library/ee176863%28en-us%29.aspx">Converting VBScript&#8217;s GetRef Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl63" href="http://technet.microsoft.com/hi-in/library/ee176867%28en-us%29.aspx">Converting VBScript&#8217;s Hex Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl64" href="http://technet.microsoft.com/hi-in/library/ee176869%28en-us%29.aspx">Converting VBScript&#8217;s Hour Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl65" href="http://technet.microsoft.com/hi-in/library/ee176870%28en-us%29.aspx">Converting VBScript&#8217;s If&#8230;Then&#8230;Else Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl66" href="http://technet.microsoft.com/hi-in/library/ee176871%28en-us%29.aspx">Converting VBScript&#8217;s Imp Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl67" href="http://technet.microsoft.com/hi-in/library/ee176876%28en-us%29.aspx">Converting VBScript&#8217;s InStr Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl68" href="http://technet.microsoft.com/hi-in/library/ee176877%28en-us%29.aspx">Converting VBScript&#8217;s InStrRev Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl69" href="http://technet.microsoft.com/hi-in/library/ee176875%28en-us%29.aspx">Converting VBScript&#8217;s InputBox Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl70" href="http://technet.microsoft.com/hi-in/library/ee176878%28en-us%29.aspx">Converting VBScript&#8217;s Int Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl71" href="http://technet.microsoft.com/hi-in/library/ee176879%28en-us%29.aspx">Converting VBScript&#8217;s Integer Division Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl72" href="http://technet.microsoft.com/hi-in/library/ee176883%28en-us%29.aspx">Converting VBScript&#8217;s Is Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl73" href="http://technet.microsoft.com/hi-in/library/ee176884%28en-us%29.aspx">Converting VBScript&#8217;s IsArray Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl74" href="http://technet.microsoft.com/hi-in/library/ee176885%28en-us%29.aspx">Converting VBScript&#8217;s IsDate Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl75" href="http://technet.microsoft.com/hi-in/library/ee176886%28en-us%29.aspx">Converting VBScript&#8217;s IsEmpty Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl76" href="http://technet.microsoft.com/hi-in/library/ee176887%28en-us%29.aspx">Converting VBScript&#8217;s IsNull Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl77" href="http://technet.microsoft.com/hi-in/library/ee176889%28en-us%29.aspx">Converting VBScript&#8217;s IsNumeric Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl78" href="http://technet.microsoft.com/hi-in/library/ee176890%28en-us%29.aspx">Converting VBScript&#8217;s IsObject Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl79" href="http://technet.microsoft.com/hi-in/library/ee176891%28en-us%29.aspx">Converting VBScript&#8217;s Join Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl80" href="http://technet.microsoft.com/hi-in/library/ee176892%28en-us%29.aspx">Converting VBScript&#8217;s LBound Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl81" href="http://technet.microsoft.com/hi-in/library/ee176893%28en-us%29.aspx">Converting VBScript&#8217;s LCase Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl82" href="http://technet.microsoft.com/hi-in/library/ee176898%28en-us%29.aspx">Converting VBScript&#8217;s LTrim Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl83" href="http://technet.microsoft.com/hi-in/library/ee176894%28en-us%29.aspx">Converting VBScript&#8217;s Left Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl84" href="http://technet.microsoft.com/hi-in/library/ee176895%28en-us%29.aspx">Converting VBScript&#8217;s Len Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl85" href="http://technet.microsoft.com/hi-in/library/ee176896%28en-us%29.aspx">Converting VBScript&#8217;s LoadPicture Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl86" href="http://technet.microsoft.com/hi-in/library/ee176897%28en-us%29.aspx">Converting VBScript&#8217;s Log Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl87" href="http://technet.microsoft.com/hi-in/library/ee176901%28en-us%29.aspx">Converting VBScript&#8217;s Mid Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl88" href="http://technet.microsoft.com/hi-in/library/ee176902%28en-us%29.aspx">Converting VBScript&#8217;s Minute Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl89" href="http://technet.microsoft.com/hi-in/library/ee176903%28en-us%29.aspx">Converting VBScript&#8217;s Mod Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl90" href="http://technet.microsoft.com/hi-in/library/ee176908%28en-us%29.aspx">Converting VBScript&#8217;s Month Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl91" href="http://technet.microsoft.com/hi-in/library/ee176909%28en-us%29.aspx">Converting VBScript&#8217;s MonthName Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl92" href="http://technet.microsoft.com/hi-in/library/ee176911%28en-us%29.aspx">Converting VBScript&#8217;s MsgBox Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl93" href="http://technet.microsoft.com/hi-in/library/ee176912%28en-us%29.aspx">Converting VBScript&#8217;s Multiplication Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl94" href="http://technet.microsoft.com/hi-in/library/ee176917%28en-us%29.aspx">Converting VBScript&#8217;s Not Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl95" href="http://technet.microsoft.com/hi-in/library/ee176918%28en-us%29.aspx">Converting VBScript&#8217;s Now Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl96" href="http://technet.microsoft.com/hi-in/library/ee176920%28en-us%29.aspx">Converting VBScript&#8217;s Oct Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl97" href="http://technet.microsoft.com/hi-in/library/ee176921%28en-us%29.aspx">Converting VBScript&#8217;s On Error Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl98" href="http://technet.microsoft.com/hi-in/library/ee176922%28en-us%29.aspx">Converting VBScript&#8217;s Option Explicit Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl99" href="http://technet.microsoft.com/hi-in/library/ee176923%28en-us%29.aspx">Converting VBScript&#8217;s Or Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl100" href="http://technet.microsoft.com/hi-in/library/ee176929%28en-us%29.aspx">Converting VBScript&#8217;s Property Get Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl101" href="http://technet.microsoft.com/hi-in/library/ee176930%28en-us%29.aspx">Converting VBScript&#8217;s Property Let Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl102" href="http://technet.microsoft.com/hi-in/library/ee176931%28en-us%29.aspx">Converting VBScript&#8217;s Property Set Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl103" href="http://technet.microsoft.com/hi-in/library/ee176932%28en-us%29.aspx">Converting VBScript&#8217;s Public Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl104" href="http://technet.microsoft.com/hi-in/library/ee176944%28en-us%29.aspx">Converting VBScript&#8217;s RGB Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl105" href="http://technet.microsoft.com/hi-in/library/ee176948%28en-us%29.aspx">Converting VBScript&#8217;s RTrim Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl106" href="http://technet.microsoft.com/hi-in/library/ee176933%28en-us%29.aspx">Converting VBScript&#8217;s Raise Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl107" href="http://technet.microsoft.com/hi-in/library/ee176934%28en-us%29.aspx">Converting VBScript&#8217;s Randomize Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl108" href="http://technet.microsoft.com/hi-in/library/ee176936%28en-us%29.aspx">Converting VBScript&#8217;s ReDim Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl109" href="http://technet.microsoft.com/hi-in/library/ee176937%28en-us%29.aspx">Converting VBScript&#8217;s Rem Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl110" href="http://technet.microsoft.com/hi-in/library/ee176941%28en-us%29.aspx">Converting VBScript&#8217;s Replace Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl111" href="http://technet.microsoft.com/hi-in/library/ee176945%28en-us%29.aspx">Converting VBScript&#8217;s Right Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl112" href="http://technet.microsoft.com/hi-in/library/ee176946%28en-us%29.aspx">Converting VBScript&#8217;s Rnd Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl113" href="http://technet.microsoft.com/hi-in/library/ee176947%28en-us%29.aspx">Converting VBScript&#8217;s Round Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl114" href="http://technet.microsoft.com/hi-in/library/ee176950%28en-us%29.aspx">Converting VBScript&#8217;s ScriptEngine Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl115" href="http://technet.microsoft.com/hi-in/library/ee176951%28en-us%29.aspx">Converting VBScript&#8217;s ScriptEngineBuildVersion Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl116" href="http://technet.microsoft.com/hi-in/library/ee176952%28en-us%29.aspx">Converting VBScript&#8217;s ScriptEngineMajorVersion Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl117" href="http://technet.microsoft.com/hi-in/library/ee176953%28en-us%29.aspx">Converting VBScript&#8217;s ScriptEngineMinorVersion Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl118" href="http://technet.microsoft.com/hi-in/library/ee176954%28en-us%29.aspx">Converting VBScript&#8217;s Second Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl119" href="http://technet.microsoft.com/hi-in/library/ee176957%28en-us%29.aspx">Converting VBScript&#8217;s Select Case Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl120" href="http://technet.microsoft.com/hi-in/library/ee176964%28en-us%29.aspx">Converting VBScript&#8217;s Set Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl121" href="http://technet.microsoft.com/hi-in/library/ee176965%28en-us%29.aspx">Converting VBScript&#8217;s SetLocale Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl122" href="http://technet.microsoft.com/hi-in/library/ee176966%28en-us%29.aspx">Converting VBScript&#8217;s Sgn Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl123" href="http://technet.microsoft.com/hi-in/library/ee176967%28en-us%29.aspx">Converting VBScript&#8217;s Sin Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl124" href="http://technet.microsoft.com/hi-in/library/ee176970%28en-us%29.aspx">Converting VBScript&#8217;s Space Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl125" href="http://technet.microsoft.com/hi-in/library/ee176971%28en-us%29.aspx">Converting VBScript&#8217;s Split Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl126" href="http://technet.microsoft.com/hi-in/library/ee176973%28en-us%29.aspx">Converting VBScript&#8217;s Sqr Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl127" href="http://technet.microsoft.com/hi-in/library/ee177006%28en-us%29.aspx">Converting VBScript&#8217;s Stop Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl128" href="http://technet.microsoft.com/hi-in/library/ee177007%28en-us%29.aspx">Converting VBScript&#8217;s StrComp Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl129" href="http://technet.microsoft.com/hi-in/library/ee177009%28en-us%29.aspx">Converting VBScript&#8217;s StrReverse Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl130" href="http://technet.microsoft.com/hi-in/library/ee177008%28en-us%29.aspx">Converting VBScript&#8217;s String Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl131" href="http://technet.microsoft.com/hi-in/library/ee177010%28en-us%29.aspx">Converting VBScript&#8217;s Sub Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl132" href="http://technet.microsoft.com/hi-in/library/ee177011%28en-us%29.aspx">Converting VBScript&#8217;s Subtraction Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl133" href="http://technet.microsoft.com/hi-in/library/ee177013%28en-us%29.aspx">Converting VBScript&#8217;s Tan Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl134" href="http://technet.microsoft.com/hi-in/library/ee176928%28en-us%29.aspx">Converting VBScript&#8217;s Tan Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl135" href="http://technet.microsoft.com/hi-in/library/ee177016%28en-us%29.aspx">Converting VBScript&#8217;s Time Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl136" href="http://technet.microsoft.com/hi-in/library/ee177018%28en-us%29.aspx">Converting VBScript&#8217;s TimeSerial Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl137" href="http://technet.microsoft.com/hi-in/library/ee177019%28en-us%29.aspx">Converting VBScript&#8217;s TimeValue Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl138" href="http://technet.microsoft.com/hi-in/library/ee177017%28en-us%29.aspx">Converting VBScript&#8217;s Timer Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl139" href="http://technet.microsoft.com/hi-in/library/ee177020%28en-us%29.aspx">Converting VBScript&#8217;s Trim Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl140" href="http://technet.microsoft.com/hi-in/library/ee177021%28en-us%29.aspx">Converting VBScript&#8217;s TypeName Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl141" href="http://technet.microsoft.com/hi-in/library/ee177022%28en-us%29.aspx">Converting VBScript&#8217;s UBound Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl142" href="http://technet.microsoft.com/hi-in/library/ee177023%28en-us%29.aspx">Converting VBScript&#8217;s UCase Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl143" href="http://technet.microsoft.com/hi-in/library/ee177024%28en-us%29.aspx">Converting VBScript&#8217;s Unescape Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl144" href="http://technet.microsoft.com/hi-in/library/ee177025%28en-us%29.aspx">Converting VBScript&#8217;s Vartype Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl145" href="http://technet.microsoft.com/hi-in/library/ee177026%28en-us%29.aspx">Converting VBScript&#8217;s Weekday Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl146" href="http://technet.microsoft.com/hi-in/library/ee177027%28en-us%29.aspx">Converting VBScript&#8217;s WeekdayName Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl147" href="http://technet.microsoft.com/hi-in/library/ee177029%28en-us%29.aspx">Converting VBScript&#8217;s While&#8230;Wend Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl148" href="http://technet.microsoft.com/hi-in/library/ee177030%28en-us%29.aspx">Converting VBScript&#8217;s With Statement</a></dt>
<dt><a id="ctl00_MTCS_main_ctl149" href="http://technet.microsoft.com/hi-in/library/ee177033%28en-us%29.aspx">Converting VBScript&#8217;s Xor Operator</a></dt>
<dt><a id="ctl00_MTCS_main_ctl150" href="http://technet.microsoft.com/hi-in/library/ee177034%28en-us%29.aspx">Converting VBScript&#8217;s Year Function</a></dt>
<dt><a id="ctl00_MTCS_main_ctl151" href="http://technet.microsoft.com/hi-in/library/ff657834%28en-us%29.aspx">Converting Windows Script Host Methods to Windows PowerShell Commands</a></dt>
<dt><a id="ctl00_MTCS_main_ctl152" href="http://technet.microsoft.com/hi-in/library/ff730924%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Add Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl153" href="http://technet.microsoft.com/hi-in/library/ee692686%28en-us%29.aspx">Converting the Dictionary Object&#8217;s CompareMode Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl154" href="http://technet.microsoft.com/hi-in/library/ee692687%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Exists Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl155" href="http://technet.microsoft.com/hi-in/library/ee692688%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Item Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl156" href="http://technet.microsoft.com/hi-in/library/ee692689%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Items Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl157" href="http://technet.microsoft.com/hi-in/library/ee692690%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Key Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl158" href="http://technet.microsoft.com/hi-in/library/ee692691%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Keys Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl159" href="http://technet.microsoft.com/hi-in/library/ee692692%28en-us%29.aspx">Converting the Dictionary Object&#8217;s Remove Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl160" href="http://technet.microsoft.com/hi-in/library/ee692693%28en-us%29.aspx">Converting the Dictionary Object&#8217;s RemoveAll Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl161" href="http://technet.microsoft.com/hi-in/library/ee692757%28en-us%29.aspx">Converting the FileSystemObject to Windows PowerShell Commands</a></dt>
<dt><a id="ctl00_MTCS_main_ctl162" href="http://technet.microsoft.com/hi-in/library/ee692694%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Add Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl163" href="http://technet.microsoft.com/hi-in/library/ee692695%28en-us%29.aspx">Converting the FileSystemObject&#8217;s AtEndOfLine Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl164" href="http://technet.microsoft.com/hi-in/library/ee692696%28en-us%29.aspx">Converting the FileSystemObject&#8217;s AtEndOfStream Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl165" href="http://technet.microsoft.com/hi-in/library/ff730928%28en-us%29.aspx">Converting the FileSystemObject&#8217;s AvailableSpace Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl166" href="http://technet.microsoft.com/hi-in/library/ee692697%28en-us%29.aspx">Converting the FileSystemObject&#8217;s BuildPath Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl167" href="http://technet.microsoft.com/hi-in/library/ee692698%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Close Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl168" href="http://technet.microsoft.com/hi-in/library/ee692699%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Column Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl169" href="http://technet.microsoft.com/hi-in/library/ee692700%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Copy Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl170" href="http://technet.microsoft.com/hi-in/library/ee692701%28en-us%29.aspx">Converting the FileSystemObject&#8217;s CopyFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl171" href="http://technet.microsoft.com/hi-in/library/ee692702%28en-us%29.aspx">Converting the FileSystemObject&#8217;s CopyFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl172" href="http://technet.microsoft.com/hi-in/library/ee692703%28en-us%29.aspx">Converting the FileSystemObject&#8217;s CreateFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl173" href="http://technet.microsoft.com/hi-in/library/ee692704%28en-us%29.aspx">Converting the FileSystemObject&#8217;s CreateTextFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl174" href="http://technet.microsoft.com/hi-in/library/ee692705%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DateCreated Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl175" href="http://technet.microsoft.com/hi-in/library/ee692706%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DateLastAccessed Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl176" href="http://technet.microsoft.com/hi-in/library/ee692707%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DateLastModified Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl177" href="http://technet.microsoft.com/hi-in/library/ee692708%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Delete Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl178" href="http://technet.microsoft.com/hi-in/library/ee692709%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DeleteFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl179" href="http://technet.microsoft.com/hi-in/library/ee692710%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DeleteFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl180" href="http://technet.microsoft.com/hi-in/library/ee692711%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Drive Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl181" href="http://technet.microsoft.com/hi-in/library/ee692712%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DriveExists Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl182" href="http://technet.microsoft.com/hi-in/library/ee692713%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DriveLetter Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl183" href="http://technet.microsoft.com/hi-in/library/ee692715%28en-us%29.aspx">Converting the FileSystemObject&#8217;s DriveType Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl184" href="http://technet.microsoft.com/hi-in/library/ee692714%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Drives Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl185" href="http://technet.microsoft.com/hi-in/library/ee692716%28en-us%29.aspx">Converting the FileSystemObject&#8217;s FileExists Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl186" href="http://technet.microsoft.com/hi-in/library/ee692718%28en-us%29.aspx">Converting the FileSystemObject&#8217;s FileSystem Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl187" href="http://technet.microsoft.com/hi-in/library/ee692717%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Files Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl188" href="http://technet.microsoft.com/hi-in/library/ee692719%28en-us%29.aspx">Converting the FileSystemObject&#8217;s FolderExists Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl189" href="http://technet.microsoft.com/hi-in/library/ee692720%28en-us%29.aspx">Converting the FileSystemObject&#8217;s FreeSpace Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl190" href="http://technet.microsoft.com/hi-in/library/ee692721%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetAbsolutePathName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl191" href="http://technet.microsoft.com/hi-in/library/ee692722%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetBaseName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl192" href="http://technet.microsoft.com/hi-in/library/ee692723%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetDrive Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl193" href="http://technet.microsoft.com/hi-in/library/ee692724%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetDriveName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl194" href="http://technet.microsoft.com/hi-in/library/ee692725%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetExtensionName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl195" href="http://technet.microsoft.com/hi-in/library/ee692726%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl196" href="http://technet.microsoft.com/hi-in/library/ee692727%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetFileName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl197" href="http://technet.microsoft.com/hi-in/library/ee692728%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetFileVersion Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl198" href="http://technet.microsoft.com/hi-in/library/ee692729%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl199" href="http://technet.microsoft.com/hi-in/library/ee692730%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetParentFolderName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl200" href="http://technet.microsoft.com/hi-in/library/ee692731%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetSpecialFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl201" href="http://technet.microsoft.com/hi-in/library/ee692732%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetStandardStream Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl202" href="http://technet.microsoft.com/hi-in/library/ee692733%28en-us%29.aspx">Converting the FileSystemObject&#8217;s GetTempName Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl203" href="http://technet.microsoft.com/hi-in/library/ee692734%28en-us%29.aspx">Converting the FileSystemObject&#8217;s IsReady Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl204" href="http://technet.microsoft.com/hi-in/library/ee692735%28en-us%29.aspx">Converting the FileSystemObject&#8217;s IsRootFolder Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl205" href="http://technet.microsoft.com/hi-in/library/ee692736%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Line Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl206" href="http://technet.microsoft.com/hi-in/library/ee692737%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Move Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl207" href="http://technet.microsoft.com/hi-in/library/ee692738%28en-us%29.aspx">Converting the FileSystemObject&#8217;s MoveFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl208" href="http://technet.microsoft.com/hi-in/library/ee692739%28en-us%29.aspx">Converting the FileSystemObject&#8217;s MoveFolder Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl209" href="http://technet.microsoft.com/hi-in/library/ee692740%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Name Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl210" href="http://technet.microsoft.com/hi-in/library/ee692741%28en-us%29.aspx">Converting the FileSystemObject&#8217;s OpenAsTextStream Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl211" href="http://technet.microsoft.com/hi-in/library/ee692742%28en-us%29.aspx">Converting the FileSystemObject&#8217;s OpenTextFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl212" href="http://technet.microsoft.com/hi-in/library/ee692743%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ParentFolder Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl213" href="http://technet.microsoft.com/hi-in/library/ee692744%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Path Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl214" href="http://technet.microsoft.com/hi-in/library/ee692745%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Read Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl215" href="http://technet.microsoft.com/hi-in/library/ee692746%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ReadAll Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl216" href="http://technet.microsoft.com/hi-in/library/ee692747%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ReadLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl217" href="http://technet.microsoft.com/hi-in/library/ee692748%28en-us%29.aspx">Converting the FileSystemObject&#8217;s RootFolder Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl218" href="http://technet.microsoft.com/hi-in/library/ee692749%28en-us%29.aspx">Converting the FileSystemObject&#8217;s SerialNumber Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl219" href="http://technet.microsoft.com/hi-in/library/ee692750%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ShareName Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl220" href="http://technet.microsoft.com/hi-in/library/ee692751%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ShortName Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl221" href="http://technet.microsoft.com/hi-in/library/ee692752%28en-us%29.aspx">Converting the FileSystemObject&#8217;s ShortPath Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl222" href="http://technet.microsoft.com/hi-in/library/ee692753%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Size Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl223" href="http://technet.microsoft.com/hi-in/library/ee692754%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Skip Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl224" href="http://technet.microsoft.com/hi-in/library/ee692755%28en-us%29.aspx">Converting the FileSystemObject&#8217;s SkipLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl225" href="http://technet.microsoft.com/hi-in/library/ee692756%28en-us%29.aspx">Converting the FileSystemObject&#8217;s SubFolders Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl226" href="http://technet.microsoft.com/hi-in/library/ee692758%28en-us%29.aspx">Converting the FileSystemObject&#8217;s TotalSize Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl227" href="http://technet.microsoft.com/hi-in/library/ee692759%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Type Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl228" href="http://technet.microsoft.com/hi-in/library/ee692760%28en-us%29.aspx">Converting the FileSystemObject&#8217;s VolumeName Property</a></dt>
<dt><a id="ctl00_MTCS_main_ctl229" href="http://technet.microsoft.com/hi-in/library/ee692761%28en-us%29.aspx">Converting the FileSystemObject&#8217;s Write Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl230" href="http://technet.microsoft.com/hi-in/library/ee692762%28en-us%29.aspx">Converting the FileSystemObject&#8217;s WriteBlankLines Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl231" href="http://technet.microsoft.com/hi-in/library/ee692763%28en-us%29.aspx">Converting the FileSystemObject&#8217;s WriteLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl232" href="http://technet.microsoft.com/hi-in/library/ff730975%28en-us%29.aspx">Converting the Windows Script Host AddWindowsPrinterConnection Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl233" href="http://technet.microsoft.com/hi-in/library/ff730976%28en-us%29.aspx">Converting the Windows Script Host AppActivate Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl234" href="http://technet.microsoft.com/hi-in/library/ff730977%28en-us%29.aspx">Converting the Windows Script Host Close Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl235" href="http://technet.microsoft.com/hi-in/library/ff730978%28en-us%29.aspx">Converting the Windows Script Host ConnectObject Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl236" href="http://technet.microsoft.com/hi-in/library/ff730979%28en-us%29.aspx">Converting the Windows Script Host Count Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl237" href="http://technet.microsoft.com/hi-in/library/ff730980%28en-us%29.aspx">Converting the Windows Script Host CreateObject Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl238" href="http://technet.microsoft.com/hi-in/library/ff730981%28en-us%29.aspx">Converting the Windows Script Host DisconnectObject Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl239" href="http://technet.microsoft.com/hi-in/library/ff730982%28en-us%29.aspx">Converting the Windows Script Host Echo Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl240" href="http://technet.microsoft.com/hi-in/library/ff730983%28en-us%29.aspx">Converting the Windows Script Host EnumNetworkDrives Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl241" href="http://technet.microsoft.com/hi-in/library/ff730984%28en-us%29.aspx">Converting the Windows Script Host EnumPrinterConnections Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl242" href="http://technet.microsoft.com/hi-in/library/ff730985%28en-us%29.aspx">Converting the Windows Script Host Exec Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl243" href="http://technet.microsoft.com/hi-in/library/ff730986%28en-us%29.aspx">Converting the Windows Script Host Execute Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl244" href="http://technet.microsoft.com/hi-in/library/ff730987%28en-us%29.aspx">Converting the Windows Script Host Exists Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl245" href="http://technet.microsoft.com/hi-in/library/ff730988%28en-us%29.aspx">Converting the Windows Script Host ExpandEnvironmentStrings Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl246" href="http://technet.microsoft.com/hi-in/library/ff730989%28en-us%29.aspx">Converting the Windows Script Host GetObject Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl247" href="http://technet.microsoft.com/hi-in/library/ff730990%28en-us%29.aspx">Converting the Windows Script Host GetResource Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl248" href="http://technet.microsoft.com/hi-in/library/ff730991%28en-us%29.aspx">Converting the Windows Script Host LogEvent Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl249" href="http://technet.microsoft.com/hi-in/library/ff730992%28en-us%29.aspx">Converting the Windows Script Host MapNetworkDrive Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl250" href="http://technet.microsoft.com/hi-in/library/ff730993%28en-us%29.aspx">Converting the Windows Script Host Popup Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl251" href="http://technet.microsoft.com/hi-in/library/ff730994%28en-us%29.aspx">Converting the Windows Script Host Quit Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl252" href="http://technet.microsoft.com/hi-in/library/ff730995%28en-us%29.aspx">Converting the Windows Script Host Read Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl253" href="http://technet.microsoft.com/hi-in/library/ff730996%28en-us%29.aspx">Converting the Windows Script Host ReadAll Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl254" href="http://technet.microsoft.com/hi-in/library/ff730997%28en-us%29.aspx">Converting the Windows Script Host ReadLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl255" href="http://technet.microsoft.com/hi-in/library/ff730998%28en-us%29.aspx">Converting the Windows Script Host RegDelete Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl256" href="http://technet.microsoft.com/hi-in/library/ff731001%28en-us%29.aspx">Converting the Windows Script Host RegRead Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl257" href="http://technet.microsoft.com/hi-in/library/ff731002%28en-us%29.aspx">Converting the Windows Script Host RegWrite Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl258" href="http://technet.microsoft.com/hi-in/library/ff731003%28en-us%29.aspx">Converting the Windows Script Host Remove Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl259" href="http://technet.microsoft.com/hi-in/library/ff731004%28en-us%29.aspx">Converting the Windows Script Host RemoveNetworkDrive Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl260" href="http://technet.microsoft.com/hi-in/library/ff731005%28en-us%29.aspx">Converting the Windows Script Host RemovePrinterConnection Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl261" href="http://technet.microsoft.com/hi-in/library/ff731006%28en-us%29.aspx">Converting the Windows Script Host Run Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl262" href="http://technet.microsoft.com/hi-in/library/ff731007%28en-us%29.aspx">Converting the Windows Script Host Save Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl263" href="http://technet.microsoft.com/hi-in/library/ff731008%28en-us%29.aspx">Converting the Windows Script Host SendKeys Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl264" href="http://technet.microsoft.com/hi-in/library/ff731009%28en-us%29.aspx">Converting the Windows Script Host SetDefaultPrinter Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl265" href="http://technet.microsoft.com/hi-in/library/ff731010%28en-us%29.aspx">Converting the Windows Script Host ShowUsage Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl266" href="http://technet.microsoft.com/hi-in/library/ff731011%28en-us%29.aspx">Converting the Windows Script Host SignFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl267" href="http://technet.microsoft.com/hi-in/library/ff731012%28en-us%29.aspx">Converting the Windows Script Host Skip Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl268" href="http://technet.microsoft.com/hi-in/library/ff731013%28en-us%29.aspx">Converting the Windows Script Host SkipLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl269" href="http://technet.microsoft.com/hi-in/library/ff731014%28en-us%29.aspx">Converting the Windows Script Host Sleep Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl270" href="http://technet.microsoft.com/hi-in/library/ff731015%28en-us%29.aspx">Converting the Windows Script Host Terminate Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl271" href="http://technet.microsoft.com/hi-in/library/ff731016%28en-us%29.aspx">Converting the Windows Script Host VerifyFile Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl272" href="http://technet.microsoft.com/hi-in/library/ff731017%28en-us%29.aspx">Converting the Windows Script Host Write Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl273" href="http://technet.microsoft.com/hi-in/library/ff731018%28en-us%29.aspx">Converting the Windows Script Host WriteBlankLines Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl274" href="http://technet.microsoft.com/hi-in/library/ff731019%28en-us%29.aspx">Converting the Windows Script Host WriteLine Method</a></dt>
<dt><a id="ctl00_MTCS_main_ctl275" href="http://technet.microsoft.com/hi-in/library/ff730971%28en-us%29.aspx">Introduction to Windows PowerShell Transactions</a></dt>
<dt><a id="ctl00_MTCS_main_ctl276" href="http://technet.microsoft.com/hi-in/library/ff730934%28en-us%29.aspx">Introduction to Windows PowerShell 2.0 CTP v2</a></dt>
<dt><a id="ctl00_MTCS_main_ctl277" href="http://technet.microsoft.com/hi-in/library/ff730966%28en-us%29.aspx">Join the Social</a></dt>
<dt><a id="ctl00_MTCS_main_ctl278" href="http://technet.microsoft.com/hi-in/library/ff730965%28en-us%29.aspx">Remoting Quoting</a></dt>
<dt><a id="ctl00_MTCS_main_ctl279" href="http://technet.microsoft.com/hi-in/library/cc976719%28en-us%29.aspx">Script Editors</a></dt>
<dt><a id="ctl00_MTCS_main_ctl280" href="http://technet.microsoft.com/hi-in/library/ff730967%28en-us%29.aspx">Searching Active Directory with Windows PowerShell</a></dt>
<dt><a id="ctl00_MTCS_main_ctl281" href="http://technet.microsoft.com/hi-in/library/ff730968%28en-us%29.aspx">Select-String Cmdlet Updates</a></dt>
<dt><a id="ctl00_MTCS_main_ctl282" href="http://technet.microsoft.com/hi-in/library/ff730969%28en-us%29.aspx">Specops Command</a></dt>
<dt><a id="ctl00_MTCS_main_ctl283" href="http://technet.microsoft.com/hi-in/library/ff730929%28en-us%29.aspx">The Get-Random Cmdlet</a></dt>
<dt><a id="ctl00_MTCS_main_ctl284" href="http://technet.microsoft.com/hi-in/library/ff730930%28en-us%29.aspx">The Out-GridView Cmdlet: Displaying Information in a Data Grid</a></dt>
<dt><a id="ctl00_MTCS_main_ctl285" href="http://technet.microsoft.com/hi-in/library/ff730931%28en-us%29.aspx">The Out-Gridview Cmdlet: Filter With Out-GridView</a></dt>
<dt><a id="ctl00_MTCS_main_ctl286" href="http://technet.microsoft.com/hi-in/library/ff730970%28en-us%29.aspx">The Set-StrictMode Cmdlet</a></dt>
<dt><a id="ctl00_MTCS_main_ctl287" href="http://technet.microsoft.com/hi-in/library/ff730925%28en-us%29.aspx">The Windows PowerShell Debugger</a></dt>
<dt><a id="ctl00_MTCS_main_ctl288" href="http://technet.microsoft.com/hi-in/library/ff730973%28en-us%29.aspx">WMI Enhancements in Windows PowerShell 2.0 CTP</a></dt>
<dt><a id="ctl00_MTCS_main_ctl289" href="http://technet.microsoft.com/hi-in/library/ff730927%28en-us%29.aspx">WMI Event Monitoring</a></dt>
<dt><a id="ctl00_MTCS_main_ctl290" href="http://technet.microsoft.com/hi-in/library/ff730974%28en-us%29.aspx">Workflow Studio</a></dt>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-convert-your-vb-scripts-to-powershell/1164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>only administrators have permission to add software during terminal services. if you want to install or configure software on server contact your admistrator</title>
		<link>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150</link>
		<comments>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:09:30 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1150</guid>
		<description><![CDATA[You might see the error message outlined in subject while installing/uninstalling software on windows 2003 computer by connecting to terminal services. We all know that application installation has certain limitations when it comes to terminal services (anyone know why?). In such cases if you still want to install/uninstall the application on these terminal services enabled [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11510"></div></div><p>You might see the error message outlined in subject while installing/uninstalling software on windows 2003 computer by connecting to terminal services. We all know that application installation has certain limitations when it comes to terminal services (anyone know why?). In such cases if you still want to install/uninstall the application on these terminal services enabled servers, you need to choose one of the following methods.</p>
<p>If this the requirement is just one of the case, then option#1 best suits you.</p>
<p><strong>Option#1:</strong></p>
<p>start mstsc with /console or /admin option and then connect to the server. This allows you to connect to the console of the server directly eliminating terminal services piece from you way.</p>
<blockquote><p>Go to start -&gt; Run -&gt; type &#8220;mstsc /admin /v:servername&#8221; and click OK if you are using RDP client v6 or above</p>
<p>Go to start -&gt;Run -&gt; type &#8220;mstsc /console /v:servername&#8221; and click OK if you are using legacy version of RDP client.</p></blockquote>
<p><strong>Option#2:</strong></p>
<p>If your administrators are expected to install applications on servers by connecting via terminal services, then you need to make sure that application installation is allowed. You can do it via group policies.</p>
<blockquote><p>&#8220;computer configuration&#8221; -&gt; &#8220;administrative templates&#8221; -&gt; &#8220;windows components&#8221; -&gt; &#8220;windows installer&#8221; -&gt; &#8220;allow admin to install from terminal server session&#8221; should be <strong>enabled</strong></p></blockquote>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell : Comparing two file versions</title>
		<link>http://techibee.com/powershell/powershell-comparing-two-file-versions/1057</link>
		<comments>http://techibee.com/powershell/powershell-comparing-two-file-versions/1057#comments</comments>
		<pubDate>Sun, 07 Aug 2011 08:44:17 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[version numbers]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1057</guid>
		<description><![CDATA[$file1version = [version](Get-Command .File1.dll).FileVersionInfo.FileVersion $file2version = [version](Get-Command .File2.dll).FileVersionInfo.FileVersion if($file1version -eq $file2version) { write-host "File version numbers are equal" } else { write-host "File version numbers are not equal" } Above simple code compares file versions of two files. The comparison here is very straight forward. In the above code it first queries the file versions [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10580"></div></div><pre class="PowerShellColorizedScript"><span style="color: #ff4500;">$file1version</span> <span style="color: #a9a9a9;">=</span> <span style="color: #008080;">[version]</span><span style="color: #000000;">(</span><span style="color: #0000ff;">Get-Command</span> <span style="color: #8a2be2;">.File1.dll</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">FileVersionInfo</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">FileVersion</span>            

<span style="color: #ff4500;">$file2version</span> <span style="color: #a9a9a9;">=</span> <span style="color: #008080;">[version]</span><span style="color: #000000;">(</span><span style="color: #0000ff;">Get-Command</span> <span style="color: #8a2be2;">.File2.dll</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">FileVersionInfo</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">FileVersion</span>            

<span style="color: #00008b;">if</span><span style="color: #000000;">(</span><span style="color: #ff4500;">$file1version</span> <span style="color: #a9a9a9;">-eq</span> <span style="color: #ff4500;">$file2version</span><span style="color: #000000;">)</span> <span style="color: #000000;">{</span>            

<span style="color: #0000ff;">write-host</span> <span style="color: #8b0000;">"File version numbers are equal"</span>            

<span style="color: #000000;">}</span> <span style="color: #00008b;">else</span> <span style="color: #000000;">{</span>            

<span style="color: #0000ff;">write-host</span> <span style="color: #8b0000;">"File version numbers are not equal"</span>            

<span style="color: #000000;">}</span></pre>
<p>Above simple code compares file versions of two files. The comparison here is very straight forward. In the above code it first queries the file versions of two files, File1 and File2 and compares both of them to see if they are equal or not.</p>
<pre class="PowerShellColorizedScript"><span style="color: #00008b;">function</span> <span style="color: #8a2be2;">Get-FileVersionInfo</span>
<span style="color: #000000;">{</span>
  <span style="color: #00008b;">param</span><span style="color: #000000;">(</span>
    <span style="color: #a9a9a9;">[</span><span style="color: #add8e6;">Parameter</span><span style="color: #000000;">(</span><span style="color: #000000;">Mandatory</span><span style="color: #a9a9a9;">=</span><span style="color: #ff4500;">$true</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">]</span>
     <span style="color: #008080;">[string]</span><span style="color: #ff4500;">$FileName</span><span style="color: #000000;">)</span>            

  <span style="color: #00008b;">if</span><span style="color: #000000;">(</span><span style="color: #a9a9a9;">!</span><span style="color: #000000;">(</span><span style="color: #0000ff;">test-path</span> <span style="color: #ff4500;">$filename</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span> <span style="color: #000000;">{</span>
  <span style="color: #0000ff;">write-host</span> <span style="color: #8b0000;">"File not found"</span>
  <span style="color: #00008b;">return</span> <span style="color: #ff4500;">$null</span>
  <span style="color: #000000;">}</span>            

  <span style="color: #00008b;">return</span> <span style="color: #008080;">[System.Diagnostics.FileVersionInfo]</span><span style="color: #a9a9a9;">::</span><span style="color: #000000;">GetVersionInfo</span><span style="color: #000000;">(</span><span style="color: #ff4500;">$FileName</span><span style="color: #000000;">)</span>
<span style="color: #000000;">}</span></pre>
<p>Above code is little bit enhanced which checks for file existence and returns the version numbers in object format which can be further used for other version control related operations.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-comparing-two-file-versions/1057/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell: Minimize all windows</title>
		<link>http://techibee.com/powershell/powershell-minimize-all-windows/1017</link>
		<comments>http://techibee.com/powershell/powershell-minimize-all-windows/1017#comments</comments>
		<pubDate>Sun, 26 Jun 2011 16:38:09 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[minimize windows]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1017</guid>
		<description><![CDATA[Have you ever got a requirement to minimize all windows on the desktop using powershell script? It is helpful when you want to give a pop-up message to user which should draw their immediate attention. I came across this little tip while exploring shell.application com object. It has other useful functions like undominimizeall, cascade windows, [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10180"></div></div><p>Have you ever got a requirement to minimize all windows on the desktop using powershell script? It is helpful when you want to give a pop-up message to user which should draw their immediate attention.</p>
<p>I came across this little tip while exploring shell.application com object. It has other useful functions like undominimizeall, cascade windows, and many other explorer functions.</p>
<pre class="PowerShellColorizedScript"><span style="color: #ff4500;">$shell</span> <span style="color: #a9a9a9;">=</span> <span style="color: #0000ff;">New-Object</span> <span style="color: #000080;">-ComObject</span> <span style="color: #8b0000;">"Shell.Application"</span>
<span style="color: #ff4500;">$shell</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">minimizeall</span><span style="color: #000000;">(</span><span style="color: #0000 00;">)</span></pre>
<p>You can also undo minimize all windows by using below code.</p>
<pre class="PowerShellColorizedScript"><span style="color: #ff4500;">$shell</span> <span style="color: #a9a9a9;">=</span> <span style="color: #0000ff;">New-Object</span> <span style="color: #000080;">-ComObject</span> <span style="color: #8b0000;">"Shell.Application"</span>
<span style="color: #ff4500;">$shell</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">undominimizeall</span><span style="color: #000000;">(</span><span style="color: # 000000;">)</span></pre>
<p>To see the clear functionality, add some delay between minimizeall() function and undominimizeall() function.</p>
<pre class="PowerShellColorizedScript"><span style="color: #ff4500;">$shell</span> <span style="color: #a9a9a9;">=</span> <span style="color: #0000ff;">New-Object</span> <span style="color: #000080;">-ComObject</span> <span style="color: #8b0000;">"Shell.Application"</span>
<span style="color: #ff4500;">$shell</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">MinimizeAll</span><span style="color: #000000;">(</span><span style="color: #0000 00;">)</span>
<span style="color: #0000ff;">start-sleep</span> <span style="color: #000080;">-Seconds</span> <span style="color: #800080;">5</span>
<span style="color: #ff4500;">$shell</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">undominimizeall</span><span style="color: #000000;">(</span><span style="color: # 000000;">)</span></pre>
<p>Hope this helps&#8230; You can explore more functions of shell.application object by using below code snippet.</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">New-Object</span> <span style="color: #000080;">-ComObject</span> <span style="color: #8b0000;">"Shell.Application"</span> <span style="color: #a9a9a9;">|</span> <span style="color: #0000ff;">gm | select Name, MemberType</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-minimize-all-windows/1017/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup and restore Sticky notes in Windows 7</title>
		<link>http://techibee.com/sysadmins/how-to-backup-and-restore-sticky-notes-in-windows-7/998</link>
		<comments>http://techibee.com/sysadmins/how-to-backup-and-restore-sticky-notes-in-windows-7/998#comments</comments>
		<pubDate>Thu, 02 Jun 2011 16:01:28 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[stycky notes]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=998</guid>
		<description><![CDATA[  Backup Procedure: Go to Start -&#62; Run and type “%appdata%MicrosoftSticky Notes” and Click “OK” This opens the location of Sticky Notes file, “StickyNotes.snt”, where all the sticky notes data is stored. Just take a copy of this file and save it somewhere safe. Procedure to Restore: Restoring Sticky notes is as good as copying [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-9990"></div></div><p><strong> </strong></p>
<p><a href="http://techibee.com/wp-content/uploads/2011/06/stickynotes.png"><img class="aligncenter size-full wp-image-999" title="stickynotes" src="http://techibee.com/wp-content/uploads/2011/06/stickynotes.png" alt="" width="390" height="257" /></a></p>
<p><strong>Backup Procedure:</strong></p>
<ol>
<li>Go to Start -&gt; Run and type “%appdata%MicrosoftSticky Notes” and Click “OK”</li>
<li>This opens the location of Sticky Notes file, “StickyNotes.snt”, where all the sticky notes data is stored.</li>
<li>Just take a copy of this file and save it somewhere safe.</li>
</ol>
<p><strong>Procedure to Restore:</strong></p>
<p>Restoring Sticky notes is as good as copying back the file that you saved in safe location. Just copy the backed up file to “%appdata%MicrosoftStickyNotes” folder.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/how-to-backup-and-restore-sticky-notes-in-windows-7/998/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell Converting String to Date/time Format</title>
		<link>http://techibee.com/powershell/powershell-converting-string-to-datetime-format/952</link>
		<comments>http://techibee.com/powershell/powershell-converting-string-to-datetime-format/952#comments</comments>
		<pubDate>Tue, 12 Apr 2011 18:36:47 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=952</guid>
		<description><![CDATA[Today I got a requirement to convert a normal string with value &#8220;20100610&#8243; to date format using powershell. I thought I will be able to do it easily with &#8220;Get-Date&#8221; cmdlet but it never happened that easy. After some searching, I figureout the way. $strtime = &#8220;20100610&#8243; [datetime]::ParseExact($strtime,&#8221;yyyyMMdd&#8221;,$null) While doing the conversion from string value [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-9530"></div></div><p>Today I got a requirement to convert a normal string with value &#8220;20100610&#8243; to date format using powershell. I thought I will be able to do it easily with &#8220;Get-Date&#8221; cmdlet but it never happened that easy. After some searching, I figureout the way.</p>
<blockquote><p>$strtime = &#8220;20100610&#8243;<br />
[datetime]::ParseExact($strtime,&#8221;yyyyMMdd&#8221;,$null)</p></blockquote>
<p>While doing the conversion from string value to date/time format, first you should know what you are trying to convert. The string in my case is a eight character string in which first 4 characters belongs to year(yyyy), the next two belongs to month(MM) and the remaining two belongs to date(dd). That is why I used yyyyMMdd format in the parseexact function.</p>
<p>Executing above code results in below output.</p>
<p><a href="http://techibee.com/wp-content/uploads/2011/04/datetimeformat.png"><img class="aligncenter size-full wp-image-953" title="datetimeformat" src="http://techibee.com/wp-content/uploads/2011/04/datetimeformat.png" alt="" width="552" height="121" /></a></p>
<p>If you are not interested about time details in output, just make the code a bit complex like below.</p>
<blockquote><p>([datetime]::ParseExact($strtime,&#8221;yyyyMMdd&#8221;,$null)).toshortdatestring()</p></blockquote>
<p> <a href="http://techibee.com/wp-content/uploads/2011/04/shortdateformat.png"><img class="aligncenter size-full wp-image-954" title="shortdateformat" src="http://techibee.com/wp-content/uploads/2011/04/shortdateformat.png" alt="" width="639" height="82" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-converting-string-to-datetime-format/952/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reset button not working in Cisco LINKSYS WRT120N wireless router</title>
		<link>http://techibee.com/sysadmins/reset-button-not-working-in-cisco-linksys-wrt120n-wireless-router/942</link>
		<comments>http://techibee.com/sysadmins/reset-button-not-working-in-cisco-linksys-wrt120n-wireless-router/942#comments</comments>
		<pubDate>Sun, 27 Mar 2011 20:10:38 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=942</guid>
		<description><![CDATA[I bought a new Cisco LINKSYS WRT120N wireless router and noticed that reset button is not working properly in it. That means if I press and hold the reset button to reset the router settings to factory defaults, it is not working. After some troubleshooting, I figured out the problem and fixed it. The solution [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-9430"></div></div><p>I bought a new Cisco LINKSYS WRT120N wireless router and noticed that reset button is not working properly in it. That means if I press and hold the reset button to reset the router settings to factory defaults, it is not working. After some troubleshooting, I figured out the problem and fixed it. The solution here is to upgrade the firmware of the wireless router to latest version.</p>
<p>To do this, follow below steps.</p>
<ol>
<li>Download latest firmware for WRT120N wireless router from Cisco site(http://homesupport.cisco.com/en-us/wireless/lbc/WRT120N ) and save to disk</li>
<li>Now takeout the router power -&gt; Hold the reset button -&gt; Connect the power</li>
<li>Now connect a network cable from your computer to port#1 of wireless router. To surprise you here, the LED#4 glows though you connected the cable to port#1. Don’t worry…. This is not much to bother</li>
<li>Open browser in your computer and go to <a href="http://192.168.1.1/">http://192.168.1.1</a></li>
<li>A window appears asks you to input the firmware file. Here select the file and click on reset</li>
<li>This upgrades the firmware version to latest and now you can use the regular method for resetting the password to factory settings by holding the reset key. The reset key should work now as expected</li>
</ol>
<p> </p>
<p>Feel free to write in comments section if you have some questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/reset-button-not-working-in-cisco-linksys-wrt120n-wireless-router/942/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My first experience with Cisco LINKSYS WRT120N wireless router</title>
		<link>http://techibee.com/sysadmins/my-first-experience-with-cisco-linksys-wrt120n-wireless-router/938</link>
		<comments>http://techibee.com/sysadmins/my-first-experience-with-cisco-linksys-wrt120n-wireless-router/938#comments</comments>
		<pubDate>Sun, 27 Mar 2011 19:50:16 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=938</guid>
		<description><![CDATA[Today I bought a wireless router from CTC, hyderabad, india. To purchase that I enquired the cost in multiple shops and prices are differing as usual from shop to shop. In one shop, he quoted very less amount compared to other shops in the market. While others are quoting INR 2600, this guy quoted 2000 [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-9390"></div></div><p>Today I bought a wireless router from CTC, hyderabad, india. To purchase that I enquired the cost in multiple shops and prices are differing as usual from shop to shop. In one shop, he quoted very less amount compared to other shops in the market. While others are quoting INR 2600, this guy quoted 2000 only. Since the cost is less, I prepared to buy that and tried opening the box. The shop keeper immediately stopped and warned me that I cannot open it till I pay the money. I was shocked. This box doesn’t have any seal on it and I am sure the shop keeper would have opened N number of times before. But I don’t know why he is trying to impose such a restriction on customer. I told him that I will buy it and he is responsible if any item found missing in the box and he agreed for that. I opened the box but has suspicious feeling stuck somewhere in mind that this guy is trying to cheat me in some aspect. I purchased the wireless router and left the shop with these thoughts.<a href="http://techibee.com/wp-content/uploads/2011/03/routerfront.png"><img class="alignright size-full wp-image-939" title="routerfront" src="http://techibee.com/wp-content/uploads/2011/03/routerfront.png" alt="" width="300" height="209" /></a></p>
<p>I reached home very late night and started my new wireless router setup. I read the installation manual property and there it is mentioned that by default router will not consist any username and the password is “admin”. I opened browser and connected to <a href="http://192.168.1.1/">http://192.168.1.1</a> and enter the password “admin” with blank user name as instructed in manual. But it is not working. I tried multiple times but ended with same results. I tried few other default password combinations that I know but no help. Finally I decided to reset the router to factory default settings.</p>
<p>The reset to factory settings involves holding the reset button for 30-60 seconds and restarting the router. I did it and tried to enter in with default credentials, but still not working. I tried multiple times with different pen tips, needles, etc to hold the reset button but in vain. Now I realized why that the shop keeper offered it for less price. I suspect someone returned it back because of some problem. That could be the reason I failed to enter in with default credentials as previous purchaser might had set the password of his choice.</p>
<p>So, now I am in a situation where either I don’t know the current credentials to login to the router or not in a position to reset to the default settings.</p>
<p>In this situation, my only available option is to return the device to vendor and demand for explanation and replacement. Before to that, I want to use my sysadmin skills to see if I can fix this issue myself &#8212; so started researching in internet.</p>
<p>After reading some posts and forum threads, I realized that reset button by default has problems in Cisco LINKSYS WRT120N model wireless routers and only option is to upgrade the firmware to latest version which fixes the reset button functionality. I downloaded the latest firmware from internet and installed on the device and I am able to take the device to factory default settings now J</p>
<p>Now I have mixed feelings. One way I am happy that I fixed the problem myself and other way I am sad that I was cheated by the shop keeper. Anyways, I love to troubleshoot, understand and fix the problems &#8212; I am thankful to the bloody shop keeper for giving such wonderful chanceJ.</p>
<p> In my next posts, I will write about “how to make reset button working in ‘Cisco LINKSYS WRT120N’ wireless router” and “How to reset ‘Cisco LINKSYS WRT120N’ router password to factory settings”</p>
<p>This ends by rambling. Happy learning….</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/my-first-experience-with-cisco-linksys-wrt120n-wireless-router/938/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

