<?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; Tips</title>
	<atom:link href="http://techibee.com/category/tips/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>The attempt to connect to http://servername.domain.com/PowerShell using Kerberos authentication failed</title>
		<link>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329</link>
		<comments>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329#comments</comments>
		<pubDate>Tue, 17 Jan 2012 08:12:43 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[problems in opening exchange console]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1329</guid>
		<description><![CDATA[&#8220;The attempt to connect to http://ExchangeServer.domain.com/PowerShell using &#8220;Kerberos&#8221; authentication failed: connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified.  Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.  [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-13300"></div></div><blockquote><p>&#8220;The attempt to connect to http://ExchangeServer.domain.com/PowerShell using &#8220;Kerberos&#8221; authentication failed: connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified.  Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.  For more information, see the about_Remote_Troubleshooting Help topic.&#8221;</p></blockquote>
<p>You might notice above error message after opening a Exchange Management Console. This error message indicates that connecting to given exchange server using WinRM has failed. Today I received the same error and verified that exchange is doing well on this box. I tried opening the console from different server and it worked file. So, it appeared some sort of profile problem to me.</p>
<p>I did the following to resolve the issue.</p>
<ol>
<li>Close Exchange Management Console MMC</li>
<li>Go to %appdata%\Microsoft\MMC</li>
<li>Rename &#8220;Exchange Management Console&#8221; file to &#8220;Exchange Management Console.old&#8221;</li>
<li>Launch the console again.</li>
</ol>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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: How to assign the output to a variable and print on console at same time</title>
		<link>http://techibee.com/powershell/powershell-how-to-assign-the-output-to-a-variable-and-print-on-console-at-same-time/1203</link>
		<comments>http://techibee.com/powershell/powershell-how-to-assign-the-output-to-a-variable-and-print-on-console-at-same-time/1203#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:14:14 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[powershell tip]]></category>
		<category><![CDATA[print output to console and assign to a variable at same time]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1203</guid>
		<description><![CDATA[We want to assign output of a cmdlet/function to a variable so that we can use it in further processing. In scripts it is very inconvenient to debug a issue if the output is going to a variable and not to console. In such cases we can do nothing other than printing the variable value [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-12040"></div></div><p>We want to assign output of a cmdlet/function to a variable so that we can use it in further processing. In scripts it is very inconvenient to debug a issue if the output is going to a variable and not to console. In such cases we can do nothing other than printing the variable value to the console by inserting extra lines of code.</p>
<p>To avoid such inconvenience, powershell has got a way to assign the output to a variable and print to console at the same time. This helped me in quick debugging of my scripts and oneliners.</p>
<p>Ok. Enough explaining about the usage and all and here is how it works.</p>
<pre class="PowerShellColorizedScript"><span style="color: #000000;">(</span><span style="color: #ff4500;">$service</span> <span style="color: #a9a9a9;">=</span> <span style="color: #0000ff;">Get-Service</span> <span style="color: #000080;">-Name</span> <span style="color: #8a2be2;">spooler</span><span style="color: #000000;">)</span></pre>
<p>Execute the command and you will understand what exactly it is doing. All we need to do it embed the whole command into into brackets like shown above.</p>
<p>Hope this little one helps you. Happy learning.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-how-to-assign-the-output-to-a-variable-and-print-on-console-at-same-time/1203/feed</wfw:commentRss>
		<slash:comments>0</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>PowerShell: How to get list of mapped drives</title>
		<link>http://techibee.com/powershell/powershell-how-to-get-list-of-mapped-drives/1156</link>
		<comments>http://techibee.com/powershell/powershell-how-to-get-list-of-mapped-drives/1156#comments</comments>
		<pubDate>Thu, 10 Nov 2011 18:48:12 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[get mapped network drives using powershell]]></category>
		<category><![CDATA[get network drives using powershell]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1156</guid>
		<description><![CDATA[Mapped drives are the shares on remote computers for which you assigned a drive letter for easier access. We can query these drives and the target shares behind them with a simple and easy powershell one liner. Here is the tip of the day. Happy Learning. &#160; Get-WmiObject -Class Win32_MappedLogicalDisk &#124; select Name, ProviderName &#160;]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11570"></div></div><p>Mapped drives are the shares on remote computers for which you assigned a drive letter for easier access. We can query these drives and the target shares behind them with a simple and easy powershell one liner.</p>
<p>Here is the tip of the day. Happy Learning.</p>
<p>&nbsp;</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Get-WmiObject</span> <span style="color: #000080;">-Class</span> <span style="color: #8a2be2;">Win32_MappedLogicalDisk</span> <span style="color: #a9a9a9;">|</span> <span style="color: #0000ff;">select</span> <span style="color: #8a2be2;">Name</span><span style="color: #a9a9a9;">,</span> <span style="color: #8a2be2;">ProviderName</span></pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-how-to-get-list-of-mapped-drives/1156/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>Command line to disable network connection in windows 2008/Windows 7</title>
		<link>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046</link>
		<comments>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:09:03 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[command line to disable network connection]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1046</guid>
		<description><![CDATA[I inspired from my previous post,  and decide to do some network interface related operations from command line as they helps me when managing Windows 2008 Core Operating system. Another command that I am going to provide now is to disable network connection from command line. netsh interface set interface name=&#8221;Local Area Connection 1&#8243; admin=DISABLED [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10470"></div></div><p>I inspired from <a href="http://techibee.com/windows-7/disable-windows-firewall-from-command-line/1043" target="_blank">my previous post</a>,  and decide to do some network interface related operations from command line as they helps me when managing Windows 2008 Core Operating system. Another command that I am going to provide now is to disable network connection from command line.</p>
<blockquote><p><strong>netsh interface set interface name=&#8221;Local Area Connection 1&#8243; admin=DISABLED</strong></p></blockquote>
<p>In about command, <strong>&#8220;Local Area Connection 1&#8243;</strong> is the name of the connection that you want to disable. You can change the value of <strong>&#8220;Admin&#8221;</strong> to <strong>&#8220;Enable&#8221;</strong> to enable back the network connection. Similarly, if you want to rename the network connection, you can use newname parameter. Below is the command.</p>
<blockquote><p><strong>netsh interface set interface name=&#8221;Local Area Connection 1&#8243; newname=&#8221;My NIC1&#8243;</strong></p></blockquote>
<p>Above command renames &#8220;Local Area Connection 1&#8243; network to &#8220;My NIC1&#8243;.</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046/feed</wfw:commentRss>
		<slash:comments>1</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>Allow normal users to start stop specific service(s)</title>
		<link>http://techibee.com/tips/allow-normal-users-to-start-stop-specific-services/913</link>
		<comments>http://techibee.com/tips/allow-normal-users-to-start-stop-specific-services/913#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:51:50 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=913</guid>
		<description><![CDATA[It is very common requirement that most system administrators will get. They will be requested for allowing some domain user to restart specific service on specific server. In this case most Administrators, either adds the domain user to power users groups or local administrators group. While this works, it is not a efficient solution as [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-9140"></div></div><p>It is very common requirement that most system administrators will get. They will be requested for allowing some domain user to restart specific service on specific server. In this case most Administrators, either adds the domain user to power users groups or local administrators group. While this works, it is not a efficient solution as it allow the domain user to perform more actions in the computer than what he wants. Sometimes, it might result in server down if he does something unknowingly.</p>
<p>One solution in such  situations is, granting the permissions exclusively at service level. This allows the user to just start or stop the service but nothing else.</p>
<blockquote><p>C:&gt;<strong>setacl.exe -on spooler -ot srv -actn ace -ace &#8220;n:domainuser1;p:start_stop&#8221;</strong><br />
Processing ACL of: &lt;spooler&gt;</p>
<p>SetACL finished successfully.</p>
<p>C:&gt;</p></blockquote>
<p>In above example, I am trying to give start_stop permissions to spooler (print spooler) service on computer where I am running this command. </p>
<p>To list the permissions of a given service, try the below command </p>
<blockquote><p>C:&gt;<strong>setacl.exe -on spooler -ot srv -actn list</strong></p></blockquote>
<p> </p>
<p>Above steps are for doing for single computer. If you want to do it on multiple computer, then  using the Group Policies is the best option. Group policies has built-in option to define service level permissions. Let me know if you need any help in doing that.</p>
<p>To know more option of SETACL.exe, look at the below help.</p>
<p>SetACL by Helge Klein</p>
<p>Homepage:        http://setacl.sourceforge.net</p>
<p>Version:         2.0.1.0</p>
<p>Copyright:       Helge Klein</p>
<p>License:         GPL</p>
<p>-O-P-T-I-O-N-S&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>-on    ObjectName</p>
<p>-ot    ObjectType</p>
<p>-actn  Action</p>
<p>-ace   &#8220;n:Trustee;p:Permission;s:IsSID;i:Inheritance;m:Mode;w:Where&#8221;</p>
<p>-trst  &#8220;n1:Trustee;n2:Trustee;s1:IsSID;s2:IsSID;ta:TrusteeAction;w:Where&#8221;</p>
<p>-dom   &#8220;n1:Domain;n2:Domain;da:DomainAction;w:Where&#8221;</p>
<p>-ownr  &#8220;n:Trustee;s:IsSID&#8221;</p>
<p>-grp   &#8220;n:Trustee;s:IsSID&#8221;</p>
<p>-rec   Recursion</p>
<p>-op    &#8220;dacl:Protection;sacl:Protection&#8221;</p>
<p>-rst   Where</p>
<p>-lst   &#8220;f:Format;w:What;i:ListInherited;s:DisplaySID&#8221;</p>
<p>-bckp  Filename</p>
<p>-log   Filename</p>
<p>-fltr  Keyword</p>
<p>-clr   Where</p>
<p>-silent</p>
<p>-P-A-R-A-M-E-T-E-R-S&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>ObjectName:      Name of the object to process (e.g. &#8216;c:mydir&#8217;)</p>
<p>ObjectType:      Type of object:</p>
<p>                 file:       Directory/file</p>
<p>                 reg:        Registry key</p>
<p>                 srv:        Service</p>
<p>                 prn:        Printer</p>
<p>                 shr:        Network share</p>
<p>Action:          Action(s) to perform:</p>
<p>                 ace:        Process ACEs specified by parameter(s) &#8216;-ace&#8217;</p>
<p>                 trustee:    Process trustee(s) specified by parameter(s)</p>
<p>                             &#8217;-trst&#8217;.</p>
<p>                 domain:     Process domain(s) specified by parameter(s)</p>
<p>                             &#8216;-dom&#8217;.</p>
<p>                 list:       List permissions. A backup file can be</p>
<p>                             specified by parameter &#8216;-bckp&#8217;. Controlled by</p>
<p>                             parameter &#8216;-lst&#8217;.</p>
<p>                 restore:    Restore entire security descriptors backed up</p>
<p>                             using the list function. A file containing the</p>
<p>                             backup has to be specified using the parameter</p>
<p>                             &#8216;-bckp&#8217;. The listing has to be in SDDL format.</p>
<p>                 setowner:   Set the owner to trustee specified by parameter</p>
<p>                             &#8216;-ownr&#8217;.</p>
<p>                 setgroup:   Set the primary group to trustee specified by</p>
<p>                             parameter &#8216;-grp&#8217;.</p>
<p>                 clear:      Clear the ACL of any non-inherited ACEs. The</p>
<p>                             parameter &#8216;-clr&#8217; controls whether to do this for</p>
<p>                             the DACL, the SACL, or both.</p>
<p>                 setprot:    Set the flag &#8216;allow inheritable permissions from</p>
<p>                             the parent object to propagate to this object&#8217; to</p>
<p>                             the value specified by parameter &#8216;-op&#8217;.</p>
<p>                 rstchldrn:  Reset permissions on all sub-objects and enable</p>
<p>                             propagation of inherited permissions. The</p>
<p>                             parameter &#8216;-rst&#8217; controls whether to do this for</p>
<p>                             the DACL, the SACL, or both.</p>
<p>TrusteeAction:   Action to perform on trustee specified:</p>
<p>                 remtrst:    Remove all ACEs belonging to trustee specified.</p>
<p>                 repltrst:   Replace trustee &#8216;n1&#8242; by &#8216;n2&#8242; in all ACEs.</p>
<p>                 cpytrst:    Copy the permissions for trustee &#8216;n1&#8242; to &#8216;n2&#8242;.</p>
<p>DomainAction:    Action to perform on domain specified:</p>
<p>                 remdom:     Remove all ACEs belonging to trustees of domain</p>
<p>                             specified.</p>
<p>                 repldom:    Replace trustees from domain &#8216;n1&#8242; by trustees with</p>
<p>                             same name from domain &#8216;n2&#8242; in all ACEs.</p>
<p>                 cpydom:     Copy permissions from trustees from domain &#8216;n1&#8242; to</p>
<p>                             trustees with same name from domain &#8216;n2&#8242; in all</p>
<p>                             ACEs.</p>
<p>Trustee:         Name or SID of trustee (user or group). Format:</p>
<p>                 a) [(computer | domain)]name</p>
<p>                 Where:</p>
<p>                 computer:   DNS or NetBIOS name of a computer -&gt; &#8216;name&#8217; must</p>
<p>                             be a local account on that computer.</p>
<p>                 domain:     DNS or NetBIOS name of a domain -&gt; &#8216;name&#8217; must</p>
<p>                             be a domain user or group.</p>
<p>                 name:       user or group name</p>
<p>                 If no computer or domain name is given, SetACL tries to find</p>
<p>                 a SID for &#8216;name&#8217; in the following order:</p>
<p>                 1. built-in accounts and well-known SIDs</p>
<p>                 2. local accounts</p>
<p>                 3. primary domain</p>
<p>                 4. trusted domains</p>
<p>                 b) SID string</p>
<p>Domain:          Name of a domain (NetBIOS or DNS name).</p>
<p>Permission:      Permission to set. Validity of permissions depends on the</p>
<p>                 object type (see below). Comma separated list.</p>
<p>                 Example:    &#8216;read,write_ea,write_dacl&#8217;</p>
<p>IsSID:           Is the trustee name a SID?</p>
<p>                 y:          Yes</p>
<p>                 n:          No</p>
<p>DisplaySID:      Display trustee names as SIDs?</p>
<p>                 y:          Yes</p>
<p>                 n:          No</p>
<p>                 b:          Both (names and SIDs)</p>
<p>Inheritance:     Inheritance flags for the ACE. This may be a comma separated</p>
<p>                 list containing the following:</p>
<p>                 so:         sub-objects</p>
<p>                 sc:         sub-containers</p>
<p>                 np:         no propagation</p>
<p>                 io:         inherit only</p>
<p>                 Example:    &#8216;io,so&#8217;</p>
<p>Mode:            Access mode of this ACE:</p>
<p>                 a) DACL:</p>
<p>                 set:        Replace all permissions for given trustee by</p>
<p>                             those specified.</p>
<p>                 grant:      Add permissions specified to existing permissions</p>
<p>                             for given trustee.</p>
<p>                 deny:       Deny permissions specified.</p>
<p>                 revoke:     Remove permissions specified from existing</p>
<p>                             permissions for given trustee.</p>
<p>                 b) SACL:</p>
<p>                 aud_succ:   Add an audit success ACE.</p>
<p>                 aud_fail:   Add an audit failure ACE.</p>
<p>                 revoke:     Remove permissions specified from existing</p>
<p>                             permissions for given trustee.</p>
<p>Where:           Apply settings to DACL, SACL, or both (comma separated list):</p>
<p>                 dacl</p>
<p>                 sacl</p>
<p>                 dacl,sacl</p>
<p>Recursion:       Recursion settings, depends on object type:</p>
<p>                 a) file:</p>
<p>                 no:         No recursion.</p>
<p>                 cont:       Recurse, and process directories only.</p>
<p>                 obj:        Recurse, and process files only.</p>
<p>                 cont_obj:   Recurse, and process directories and files.</p>
<p>                 b) reg:</p>
<p>                 no:         Do not recurse.</p>
<p>                 yes:        Do Recurse.</p>
<p>Protection:      Controls the flag &#8216;allow inheritable permissions from the</p>
<p>                 parent object to propagate to this object&#8217;:</p>
<p>                 nc:         Do not change the current setting.</p>
<p>                 np:         Object is not protected, i.e. inherits from</p>
<p>                             parent.</p>
<p>                 p_c:        Object is protected, ACEs from parent are</p>
<p>                             copied.</p>
<p>                 p_nc:       Object is protected, ACEs from parent are not</p>
<p>                             copied.</p>
<p>Format:          Which list format to use:</p>
<p>                 sddl:       Standardized SDDL format. Only listings in this</p>
<p>                             format can be restored.</p>
<p>                 csv:        SetACL&#8217;s csv format.</p>
<p>                 tab:        SetACL&#8217;s tabular format.</p>
<p>What:            Which components of security descriptors to include in the</p>
<p>                 listing. (comma separated list):</p>
<p>                 d:          DACL</p>
<p>                 s:          SACL</p>
<p>                 o:          Owner</p>
<p>                 g:          Primary group</p>
<p>                 Example:    &#8216;d,s&#8217;</p>
<p>ListInherited:   List inherited permissions?</p>
<p>                 y:          Yes</p>
<p>                 n:          No</p>
<p>Filename:        Name of a (unicode) file used for list/backup/restore</p>
<p>                 operations or logging.</p>
<p>Keyword:         Keyword to filter object names by. Names containing this</p>
<p>                 keyword are not processed.</p>
<p>-R-E-M-A-R-K-S&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Required parameters (all others are optional):</p>
<p>                 -on         (Object name)</p>
<p>                 -ot         (Object type)</p>
<p>Parameters that may be specified more than once:</p>
<p>                 -actn       (Action)</p>
<p>                 -ace        (Access control entry)</p>
<p>                 -trst       (Trustee)</p>
<p>                 -dom        (Domain)</p>
<p>                 -fltr       (Filter keyword)</p>
<p>Only actions specified by parameter(s) &#8216;-actn&#8217; are actually performed,</p>
<p>regardless of the other options set.</p>
<p>Order in which multiple actions are processed:</p>
<p>                 1.          restore</p>
<p>                 2.          clear</p>
<p>                 3.          trustee</p>
<p>                 4.          domain</p>
<p>                 5.          ace, setowner, setgroup, setprot</p>
<p>                 6.          rstchldrn</p>
<p>                 7.          list</p>
<p>-V-A-L-I-D&#8211;P-E-R-M-I-S-S-I-O-N-S&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>a) Standard permission sets (combinations of specific permissions)</p>
<p>Files / Directories:</p>
<p>              read:          Read</p>
<p>              write:         Write</p>
<p>              list_folder:   List folder</p>
<p>              read_ex:       Read, execute</p>
<p>              change:        Change</p>
<p>              profile:       = change + write_dacl</p>
<p>              full:          Full access</p>
<p>Printers:</p>
<p>              print:         Print</p>
<p>              man_printer:   Manage printer</p>
<p>              man_docs:      Manage documents</p>
<p>              full:          Full access</p>
<p>Registry:</p>
<p>              read:          Read</p>
<p>              full:          Full access</p>
<p>Service:</p>
<p>              read:          Read</p>
<p>              start_stop:    Start / Stop</p>
<p>              full:          Full access</p>
<p>Share:</p>
<p>              read:          Read</p>
<p>              change:        Change</p>
<p>              full:          Full access</p>
<p>b) Specific permissions</p>
<p>Files / Directories:</p>
<p>              traverse:      Traverse folder / execute file</p>
<p>              list_dir:      List folder / read data</p>
<p>              read_attr:     Read attributes</p>
<p>              read_ea:       Read extended attributes</p>
<p>              add_file:      Create files / write data</p>
<p>              add_subdir:    Create folders / append data</p>
<p>              write_attr:    Write attributes</p>
<p>              write_ea:      Write extended attributes</p>
<p>              del_child:     Delete subfolders and files</p>
<p>              delete:        Delete</p>
<p>              read_dacl:     Read permissions</p>
<p>              write_dacl:    Write permissions</p>
<p>              write_owner:   Take ownership</p>
<p>Registry:</p>
<p>              query_val:     Query value</p>
<p>              set_val:       Set value</p>
<p>              create_subkey: Create subkeys</p>
<p>              enum_subkeys:  Enumerate subkeys</p>
<p>              notify:        Notify</p>
<p>              create_link:   Create link</p>
<p>              delete:        Delete</p>
<p>              write_dacl:    Write permissions</p>
<p>              write_owner:   Take ownership</p>
<p>              read_access:   Read control</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/allow-normal-users-to-start-stop-specific-services/913/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

