<?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>Schwarz Network &#187; manage</title>
	<atom:link href="http://bobschwarz.com/tag/manage/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobschwarz.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 16:41:53 +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>Loading Saved Site Configuration into IIS</title>
		<link>http://bobschwarz.com/loading-saved-site-configuration-into-iis/</link>
		<comments>http://bobschwarz.com/loading-saved-site-configuration-into-iis/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:42:23 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adminreports.com/loading-saved-site-confiuration-into-iis/</guid>
		<description><![CDATA[If you read Saving Site Configuration to File you'll also want to know how to load that file back into your Windows Server running IIS. You can use the file to duplicate the site configuration on a development Windows server. <a class="more-link" href="http://bobschwarz.com/loading-saved-site-configuration-into-iis/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you read <a title="Loading site configuration to file" href="http://adminreports.com/saving-site-configuration-to-a-file/">Saving Site Configuration to File</a> you&#8217;ll also want to know how to load that file back into your Windows Server running IIS. You can use the file to duplicate the site configuration on a development Windows server.</p>
<p>Use it when you move to another Windows server. You can even use it to load a new website so you don&#8217;t have to configure PHP or any other extensions or loadable modules. Keep in mind if you do want to load a new website to duplicate the configuration you&#8217;ll have to change the host headers and IP address assigned to the new site in Windows Server IIS manager.</p>
<p>Let&#8217;s get started.</p>
<p><span id="more-277"></span></p>
<p>First thing to do is start IIS manager. Start &gt; Administrative Tools &gt; Internet Information Services(IIS) Manager.</p>
<p><a title="Start IIS Manager" href="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis-150x150.gif" alt="Start IIS Manager" /></a></p>
<p>Once you have it open right click Websites and select New &gt; New  website from file. A browse to box will popup and you can browse to the location you saved the site configuration to.</p>
<p><a title="New Website from File" href="http://bobschwarz.com/wp-content/uploads/2008/02/new-website-from-file.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/new-website-from-file-150x150.gif" alt="New Website from File" /></a> <a title="Import Configuration Box" href="http://bobschwarz.com/wp-content/uploads/2008/02/import-configuration.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/import-configuration-150x150.gif" alt="Import Configuration Box" /></a></p>
<p>Once you browse to the file click Read. In the bottom box some text will scroll and it will say successful if it imported correctly. If it didn&#8217;t it will tell you the errors. You can manually edit the xml file to correct the errors if you wish.</p>
<p>If you used this to create a new website with the same configuration as an existing site then right click the new website and change host headers and IP address.</p>
<p>Thats&#8217; it. If you have any questions post a comment to this article.  If you need one on one help visit <a href="http://adminreports.com/forum">Admin Reports Forum</a>.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/loading-saved-site-configuration-into-iis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Password Protecting Directories on Windows Servers</title>
		<link>http://bobschwarz.com/password-protecting-directories-and-files-on-windows-servers/</link>
		<comments>http://bobschwarz.com/password-protecting-directories-and-files-on-windows-servers/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 17:05:07 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[Password Rrotect]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2007/01/29/password-protecting-directories-and-files-on-windows-servers/</guid>
		<description><![CDATA[Well it has been a while since I added any articles to the site. Before I get on with the article let me first announce that Admin Reports has opened a forum for you to get help with your Windows Server problems.

You can find the forum at <a href="http://windowsserverforums.com">Windows Server Forums</a>

Password protecting websites, directories and files on Windows 2003 Servers is very easy. It only takes a couple clicks and it's done. For users to access the protected areas they'll need to have an account on the server. There are ways to avoid this by using Passport authorization, but for this article we'll use Integrated Windows authentication. <a class="more-link" href="http://bobschwarz.com/password-protecting-directories-and-files-on-windows-servers/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well it has been a while since I added any articles to the site. Before I get on with the article let me first announce that Admin Reports has opened a forum for you to get help with your Windows Server problems.</p>
<p>You can find the forum at <a href="http://windowsserverforums.com">Windows Server Forums</a></p>
<p>Password protecting websites, directories and files on Windows 2003 Servers is very easy. It only takes a couple clicks and it&#8217;s done. For users to access the protected areas they&#8217;ll need to have an account on the server. There are ways to avoid this by using Passport authorization, but for this article we&#8217;ll use Integrated Windows authentication.</p>
<p><span id="more-252"></span></p>
<p>First thing to do is open IIS Manager. Once you have it open select the website that has the directory or file you want to protect. Click on the + next to the website to expand the directory and file list.<br />
Right click the directory or file and select properties. A property box will popup. Now select the Directory Security tab at the top of the properties dialogue.<br />
Select Authentication and access control by clicking the button that says edit.<br />
Uncheck the box that says enable anonymous access. Check the box below that says Intergrated Windows Authentication.<br />
Close the box and select apply in the properties box. The directory is now protected and can only be accessed by users that have a valid user account on your server. Test it out by going to yoursite.tld/protected_directory.</p>
<p>If you want to password protect a directory or file in the website click the website in the left window and when the files expand in the right window right click the directory or file and follow the procedure above to password protect it.<br />
If you have any questions post a comment to this article ask in <a href="http://forum.adminreports.com">Windows/IIS Forum</a>.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/password-protecting-directories-and-files-on-windows-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing and Managing Your Team</title>
		<link>http://bobschwarz.com/managing-your-team/</link>
		<comments>http://bobschwarz.com/managing-your-team/#comments</comments>
		<pubDate>Sun, 22 Jan 2006 20:43:38 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[manage]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/01/22/managing-your-team.html</guid>
		<description><![CDATA[Getting people you can trust to help you run your community can be the single biggest problem an admin can have. Promoting users that you can work with is not an easy task. Even harder, as &#8230; <a class="more-link" href="http://bobschwarz.com/managing-your-team/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting people you can trust to help you run your community can be the single biggest problem an admin can have. Promoting users that you can work with is not an easy task. Even harder, as your community grows, is getting all the staff members to work together as a team. With this article I will try to make that task a bit easier. I originally posted this at <a href="http://www.theadminzone.com/">The Admin Zone</a> in <a href="http://www.theadminzone.com/forums/showthread.php?t=18266">this thread</a>.</p>
<p><span id="more-233"></span></p>
<p>Choose your team carefully. If your forum is s startup don&#8217;t advertise for staff. Instead watch how members interact with each other. For one new communities don&#8217;t need moderators until the member base increases. By the time the membership gets to 100 you&#8217;ll have a good sampling of posts and get a good feel for who would make a good team member. Ask that person or persons as the case may be if they would be interested. Once you have a few leaders in place then put in some sort of nomination and voting process to add more team members. It is imperative that team members have input on this process. They are the ones that have to &#8220;work&#8221; with the other members of the team.</p>
<p>Once you have your team in place then as an admin step back from moderation duties and concentrate on maintaining the site and being a part of the community. Make sure you have guidelines in place for them to follow and make sure they have a say in creating them. Once that is done let your team run things. After all you put them in place so you should trust them to run the place for you. Never give the team the impression that you are watching every move they make. If one of the team members does something you don&#8217;t think is right then discuss it with them privately. Never call a person out in public. As the site grows or as team members retire let you team select the replacements. After they decide who to promote do the promotion and welcome the new leader. Never run a community as a dictator.</p>
<p>Now you have an active community and have your team in place. For whatever reason team members become inactive for long periods of time. Everyone at one time or another has to change priorities and doesn&#8217;t have the time to devote to a community. Most of the time these people end up coming back and getting involved again once time permits. I myself have had staff members leave for a year or more and come back to the community and become an active leader.<br />
So what do you do with these inactives?<br />
Nothing. Leave them be. They aren&#8217;t hurting anything. Instead nominate another member or ask your team for nominations and promote who they choose. Whatever you do do not remove them without first contacting them. Send them an email, not a PM, if they are inactive they won&#8217;t see the PM, and ask them if they would like to retire from their position. Some will tell you they will be back as soon as time permits and ask that you leave them. Let them be. Some will retire, but, ask for the option to have the position back if they become active again. Tell them that is what you&#8217;ll do. Move them into a retired group with read permissions on the staff forums. From my experience a retired leader will come back and read the staff forum to catch up on new rules before they ask for reinstatement. Once they ask welcome them back with open arms. In any case never remove a staff member without first conversing with them.<br />
There is really no reason to remove staff for inactivity.</p>
<p>Staff disagreements happen. The best thing to do is to let them air their differences in the staff forum. If staff members start to argue in public move the post to the staff forum. Let the ones that have the disagreement try and work things out. Whatever you do don&#8217;t take sides. Let them work this out themselves. The problem will die out pretty fast and things will be back to normal.</p>
<p>The above is tried and true. It has worked on every community that I own or have owned. It took a while for me to be able to just sit back and let my teams run the place. I can enjoy the communities more by participating in my communities instead of managing them. I&#8217;m sure you will too.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/managing-your-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

