﻿<?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>Just A Programmer &#187; windows 2008</title>
	<atom:link href="http://www.justaprogrammer.net/tag/windows-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justaprogrammer.net</link>
	<description>We're Just Programmers...</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:59:18 +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>Appcmd.exe and his amazing superfriends in %systemroot%\system32\inetsrv</title>
		<link>http://www.justaprogrammer.net/2010/06/29/appcmd-exe-and-his-amazing-superfriends-in-systemrootsystem32inetsrv/</link>
		<comments>http://www.justaprogrammer.net/2010/06/29/appcmd-exe-and-his-amazing-superfriends-in-systemrootsystem32inetsrv/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:40:21 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Just A Programmer]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://www.justaprogrammer.net/?p=157</guid>
		<description><![CDATA[Preface: Regardless of the size of your organization and segregation of job roles, every programmer must sometimes assume sys-admin related duties. Sometimes the programmer is also the sys-admin in a one man shop, and even in a large shop with many programmers and many system administrators, a programmer must develop the administrative procedures for the software he develops, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.justaprogrammer.net%252F2010%252F06%252F29%252Fappcmd-exe-and-his-amazing-superfriends-in-systemrootsystem32inetsrv%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FchcEbj%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Appcmd.exe%20and%20his%20amazing%20superfriends%20in%20%25systemroot%25%5Csystem32%5Cinetsrv%22%20%7D);"></div>
<blockquote><p><strong>Preface</strong>: Regardless of the size of your organization and segregation of job roles, every programmer must sometimes assume sys-admin related duties. Sometimes the programmer is also the sys-admin in a one man shop, and even in a large shop with many programmers and many system administrators, a programmer must develop the administrative procedures for the software he develops, and usually administers the working of his own box. Therefore, even though this is a programming blog, system administration tasks will be mentioned here.</p></blockquote>
<p>Every once in a while I ask a question knowing I will be embarrassed to learn the answer. However, if google cannot lead me to the answer, there has to be someone exactly as stupid as me with he same problem. I write these words for thats persons enlightenment, and to allow everyone else to mock me.</p>
<p>So I was looking for methods for generating reports about IIS virtual hosts, when google pointed me to <a href="http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/">appcmd.exe</a>. This is a swiss army knife executable for command line administration of several aspects of windows. Much of its IIS related functionality previously existed in vbsripts. The only problem was I could not find it. It was not available on my path and explorer search did not find it. I tried to find an appcmd feature or role to windows and did not find one. Finally, I violated the unwritten code of men and asked for directions. I opened a ticket with out co-location provider.</p>
<p>The response I got was short and professional. The executables full path is &#8220;c:\windows\system32\inetsrv\appcmd.exe&#8221;. I realized the following steps were necessary at this point:</p>
<ol>
<li>Add &#8220;c:\windows\system32\inetsrv\&#8221; to the system path.</li>
<li>Write this article</li>
<li>Figure out why my usage of explorer search did not turn up this executable.</li>
<li>Write a follow-up article on how to modify ones path and other envirormental variables in Windows Server 2008.</li>
<li>Write a followup article on how to search for files in explorer in Windows 2008</li>
</ol>
<p>So stay tuned for more ar</p>

]]></content:encoded>
			<wfw:commentRss>http://www.justaprogrammer.net/2010/06/29/appcmd-exe-and-his-amazing-superfriends-in-systemrootsystem32inetsrv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

