<?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, 21 May 2012 14:13:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to know the switch name to which your server is connected</title>
		<link>http://techibee.com/sysadmins/how-to-know-the-switch-name-to-which-your-server-is-connected/1568?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-know-the-switch-name-to-which-your-server-is-connected</link>
		<comments>http://techibee.com/sysadmins/how-to-know-the-switch-name-to-which-your-server-is-connected/1568#comments</comments>
		<pubDate>Tue, 03 Apr 2012 18:42:05 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[find ethernet port on switch]]></category>
		<category><![CDATA[find out the server switch connected]]></category>
		<category><![CDATA[how to get windows server network port]]></category>
		<category><![CDATA[how to get windows server switch]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1568</guid>
		<description><![CDATA[I came across a situation today where I had to find out the switch details to which a particular server is connected. Often we come across such kind of cases where your network administrator is unavailable to tell you which switch/port it is or data center engineer not around to help you with this information. [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a situation today where I had to find out the switch details to which a particular server is connected. Often we come across such kind of cases where your network administrator is unavailable to tell you which switch/port it is or data center engineer not around to help you with this information.</p>
<p>After thinking about this problem for sometime, one thing clicked in my mind. I remember in VMWare ESX environment, I used CDP(Cisco Discovery protocol) abilities from Virtual center to find out to which switch a NIC is connected. That means all I need to do is, get this CDP information from the switch to which my server NIC/network connection is connected to. So, the question remained is, how do we send the CDP request to the switch, and how to analyze that data.</p>
<p>I did some googling and realized that I am not alone in this world and there are several people who are having similar requirements for different purposes. Then I started looking for CDP utilities for windows operating system and located one &#8212; CDP Monitor from TellSoft. I have seen a few people recommended using this in some forums. I didn&#8217;t try it personally but you may want to look at this tool. You can get it from <a href="http://www.tallsoft.com/cdpmonitor.htm">http://www.tallsoft.com/cdpmonitor.htm</a></p>
<p>I didn&#8217;t try this tool directly but while going through the information about this tool, I saw somewhere it is mentioned that this uses WinPCAP and fetches the CDP information from that. Then I thought, if it is using WinPCAP why not use Wireshark to get this information? This tool is already available on my server(because it is a much have tool for any deep dives). I captured the network traffic on the server for sometime using Wireshark and looked for the filters that can show only the CDP information and I am successful. I have got the switch details I needed.</p>
<p><strong>Below is the brief procedure:</strong></p>
<ol>
<li>Download and install Wireshark from <a href="http://www.wireshark.org/download.html">http://www.wireshark.org/download.html</a></li>
<li>Launch Wireshark and start capturing the traffic on interface for which you need to find the swtich and port details.</li>
<li>Let the capture run for few minutes and then in <strong>Filter</strong> section type <strong>CDP</strong> and click on <strong>Apply</strong>.</li>
<li>This will show the CDP traffic flow through the server</li>
<li>Now select the CDP traffic and expand <strong>Cisco Discovery Protocol</strong> section in packet details pane.</li>
<li>Here the the <strong>Device</strong> ID represents the switch name to which your server connected</li>
<li>And the <strong>Port ID</strong> represents the ethernet port on switch to which your server is connected</li>
</ol>
<p>Hmm&#8230; I found what I need. I thought documenting this will help other as well and hence authored this port. Feel free to comment.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/how-to-know-the-switch-name-to-which-your-server-is-connected/1568/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simple steps to increase your laptop battery life</title>
		<link>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-steps-to-increase-your-laptop-battery-life</link>
		<comments>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440#comments</comments>
		<pubDate>Tue, 28 Feb 2012 17:56:31 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[battery saver]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1440</guid>
		<description><![CDATA[While researching for some material to prepare my previous article, I stumbled on one of the posts of &#8220;Microsoft at work&#8221; blog. The post is about best practices to give good life to your battery. The points discussed in the article are interesting and I felt worth sharing it. You can read the article at [...]]]></description>
			<content:encoded><![CDATA[<p>While researching for some material to prepare <a href="http://techibee.com/powershell/powershell-changeset-power-plans-in-windows-7windows-2008-r2/1341">my previous article</a>, I stumbled on one of the posts of &#8220;Microsoft at work&#8221; blog. The post is about best practices to give good life to your battery. The points discussed in the article are interesting and I felt worth sharing it.</p>
<p>You can read the article at <a href="http://www.microsoft.com/atwork/maintenance/battery.aspx">http://www.microsoft.com/atwork/maintenance/battery.aspx</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show The Current Date &amp; Time In A Cell in Excel Sheet</title>
		<link>http://techibee.com/tips/show-the-current-date-time-in-a-cell-in-excel-sheet/1424?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=show-the-current-date-time-in-a-cell-in-excel-sheet</link>
		<comments>http://techibee.com/tips/show-the-current-date-time-in-a-cell-in-excel-sheet/1424#comments</comments>
		<pubDate>Mon, 27 Feb 2012 06:35:42 +0000</pubDate>
		<dc:creator>Uma Padmavathi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Current Date]]></category>
		<category><![CDATA[Current Date in Excel]]></category>
		<category><![CDATA[Current Time]]></category>
		<category><![CDATA[Current Time in Excel]]></category>
		<category><![CDATA[Date and Time in Excel]]></category>
		<category><![CDATA[Date in Excel]]></category>
		<category><![CDATA[Time in Excel]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1424</guid>
		<description><![CDATA[At times you may want to include current date &#38; time in a excel sheet. How do you do that automatically? 2 functions help us to do that Today() – Inserts current date This formula will only update when the worksheet is recalculated or when you reopen the workbook. That&#8217;s usually not a problem since [...]]]></description>
			<content:encoded><![CDATA[<div>At times you may want to include current date &amp; time in a excel sheet. How do you do that automatically?</div>
<div></div>
<div>2 functions help us to do that</div>
<ul>
<li><strong>Today()</strong> – Inserts current date</li>
</ul>
<div></div>
<div><a href="http://techibee.com/wp-content/uploads/2012/02/Today.jpg"><img class="size-medium wp-image-1425 aligncenter" title="Today" src="http://techibee.com/wp-content/uploads/2012/02/Today-300x274.jpg" alt="" width="300" height="274" /></a></div>
<div></div>
<div>
</div>
<div>This formula will only update when the worksheet is recalculated or when you reopen the workbook. That&#8217;s usually not a problem since the date only changes once a day. Also, you may have to format the cell to give you your desired date format.</div>
<div>
</div>
<div></div>
<ul>
<li><strong>Now()</strong> – Inserts Current Date &amp; Time</li>
</ul>
<p>&nbsp;</p>
<div> <a href="http://techibee.com/wp-content/uploads/2012/02/now.jpg"><img class="size-medium wp-image-1426 aligncenter" title="now" src="http://techibee.com/wp-content/uploads/2012/02/now-300x280.jpg" alt="" width="300" height="280" /></a></div>
<div></div>
<div></div>
<div>This formula gives you both the date and time in the same cell (i.e. 19-May-03 9:00pm), however, is less useful because the time in the cell won&#8217;t change until your worksheet recalculates or when you reopen your workbook. If you just want the cell to display the time only, you&#8217;ll have to change the number format by selecting <strong>Format, Cells, Number, Time, </strong>(select a desired time format), <strong>OK</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/show-the-current-date-time-in-a-cell-in-excel-sheet/1424/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking Administrator Password of Windows XP</title>
		<link>http://techibee.com/tips/breaking-administrator-password-of-windows-xp/1416?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breaking-administrator-password-of-windows-xp</link>
		<comments>http://techibee.com/tips/breaking-administrator-password-of-windows-xp/1416#comments</comments>
		<pubDate>Mon, 27 Feb 2012 06:08:04 +0000</pubDate>
		<dc:creator>Uma Padmavathi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Break Administrator Password of Windows XP]]></category>
		<category><![CDATA[Crack XP Administrator Password]]></category>
		<category><![CDATA[Forgot Local Administrator Password]]></category>
		<category><![CDATA[Forgot XP Administrator Password]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1416</guid>
		<description><![CDATA[As system administrators we could have received multiple calls from laptop/home users saying that they have forgotten the Local Administrator Password and ask us to crack. While there are many third party hacking /crack tools on net, below article helped me to do that without any of those. Here is the article which explains in [...]]]></description>
			<content:encoded><![CDATA[<p>As system administrators we could have received multiple calls from laptop/home users saying that they have forgotten the Local Administrator Password and ask us to crack.</p>
<p>While there are many third party hacking /crack tools on net, below article helped me to do that without any of those.</p>
<p>Here is the article which explains in simple way to reset the password… Hope it would be useful to you sometimes in your operations…</p>
<p><a href="http://www.unp.me/f140/break-administrator-password-of-windows-xp-23706/">http://www.unp.me/f140/break-administrator-password-of-windows-xp-23706/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/breaking-administrator-password-of-windows-xp/1416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: How to open a program as administrator</title>
		<link>http://techibee.com/sysadmins/tip-how-to-open-a-program-as-administrator/1395?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tip-how-to-open-a-program-as-administrator</link>
		<comments>http://techibee.com/sysadmins/tip-how-to-open-a-program-as-administrator/1395#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:24:57 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1395</guid>
		<description><![CDATA[Hi Readers, Before signing out today, I wanna share a quick tip that you can use in windows 7 or windows 2008 computers to open any program with administrator account. That means elevating a applications. You might want to ask, isn&#8217;t it easy to right click and say &#8220;Run As Administrator&#8221;?. Well, that option you [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Readers,</p>
<p>Before signing out today, I wanna share a quick tip that you can use in windows 7 or windows 2008 computers to open any program with administrator account. That means elevating a applications. You might want to ask, isn&#8217;t it easy to right click and say &#8220;Run As Administrator&#8221;?. Well, that option you won&#8217;t get for all applications. Give a try with Office applications if you want to observe this. In such cases, one need to open a elevated command prompt and launch the application from there which is somewhat time consuming. Instead you can use the below tip.</p>
<p><strong>Hold Ctrl + Shift and then click on the application.</strong> It will automatically try to open in elevated mode.</p>
<p>Hope this helps and happy learning.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/sysadmins/tip-how-to-open-a-program-as-administrator/1395/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed</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[<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>1</slash:comments>
		</item>
		<item>
		<title>Use https for safe tweeting</title>
		<link>http://techibee.com/sysadmins/use-https-for-safe-tweeting/1040?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-https-for-safe-tweeting</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[<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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powershell-quick-and-easy-to-start-stop-a-remote-service</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[<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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powershell-how-to-assign-the-output-to-a-variable-and-print-on-console-at-same-time</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[<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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powershell-convert-your-vb-scripts-to-powershell</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[<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>
	</channel>
</rss>

