<?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>954NETWORK BLOG! &#187; Windows Server</title>
	<atom:link href="http://blog.954network.com/category/tech-tips/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.954network.com</link>
	<description>Information Technology Solutions Blog - Presented by 954Network, Inc.</description>
	<lastBuildDate>Thu, 08 Oct 2009 14:16:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Exchange Email Address Variables</title>
		<link>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/</link>
		<comments>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:40:31 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Email Address Variables Recipient Policy]]></category>
		<category><![CDATA[Exchange Email Address Variables]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=198</guid>
		<description><![CDATA[From time to time it is necessary to apply an email address policy using a non-standard name for the user (e.g. instead of the users alias JOHN@DOMAIN.COM you need JSMITH@DOMAIN.COM). This can be accomplished across the entire organization by editing the Recipient Policies/email Address policies and using the following variables before (to the left of&#8230;) [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time it is necessary to apply an email address policy using a non-standard name for the user (e.g. instead of the users alias <a href="mailto:JOHN@DOMAIN.COM">JOHN@DOMAIN.COM</a> you need <a href="mailto:JSMITH@DOMAIN.COM">JSMITH@DOMAIN.COM</a>). This can be accomplished across the entire organization by editing the Recipient Policies/email Address policies and using the following variables before (to the left of&#8230;) the @ symbol in the domain. Here are the variables and some examples:</p>
<p> </p>
<p>%g = givenName (First Name)</p>
<p>%s = sn (surName or Last Name)</p>
<p>%d = Display Name</p>
<p>%m Exchange Alias (Usually default for email addresses).</p>
<p> </p>
<p> </p>
<p>Here are some examples of how to combine and use these variables to customize your Recipient Policy/Email Addresses.</p>
<p> </p>
<p><a href="mailto:%1g.%s@DOMAIN.COM">%1g.%s@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:j.smith@DOMAIN.COM">j.smith@DOMAIN.COM</a></p>
<p> </p>
<p><a href="mailto:%g%s@DOMAIN.COM">%g%s@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:johnsmith@DOMAIN.COM">johnsmith@DOMAIN.COM</a></p>
<p> </p>
<p><a href="mailto:%g@DOMAIN.COM">%g@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:john@DOMAIN.COM">john@DOMAIN.COM</a></p>
<p> </p>
<p> </p>
<p>I am sure there are more that I can think of but you get the idea.</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/&amp;t=Microsoft+Exchange+Email+Address+Variables&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/&amp;title=Microsoft+Exchange+Email+Address+Variables&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Microsoft+Exchange+Email+Address+Variables;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Custom Attributes and Exchange 2007 Email Address Policies</title>
		<link>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/</link>
		<comments>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:38:08 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Custom Attributes Exchange 2007]]></category>
		<category><![CDATA[Exchange 2007 Custom Attributes Email Address Policies]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=196</guid>
		<description><![CDATA[There are a lot of useful things that can be accomplished using Custom Attributes in Exchange 2007. This Doc applies to Recipient Policies (email Address Policies) and applying email addresses to users based on their custom attributes. This is useful when you have multiple domain names that you need to receive mail for as well [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of useful things that can be accomplished using Custom Attributes in Exchange 2007. This Doc applies to Recipient Policies (email Address Policies) and applying email addresses to users based on their custom attributes. This is useful when you have multiple domain names that you need to receive mail for as well as multiple users that need to have their primary email address in a domain that is different from the default domain.</p>
<p> </p>
<p>First, create an Accepted Domain by navigating to Organization Configuration &gt; Hub Transport. Click &#8220;New Accepted Domain&#8221; in the Action Pane. Fill in all of the domain information as needed and continue below.</p>
<p> </p>
<p>1. Create your Email address Policy: Open Exchange Management Console and navigate to Organization Configuration &gt; Hub Transport and click the &#8220;Email Address Policies&#8221; Tab. In the Action Pane, click &#8220;New Email Address Policy&#8221;</p>
<p> </p>
<p>2. When the new email address policy wizard starts, Give your Policy a name (Does not have to be the domain name but it is a good idea to use the domain name for ease of future understanding). Click Next.</p>
<p> </p>
<p>3. On this page, choose the condition &#8220;Custom Attribute 1 Equals Value&#8221;. Below that (Step 2) click &#8220;Specified&#8221; and enter a value for the custom attribute (Once again, I use the domain name) click Add then OK. Click Next.</p>
<p> </p>
<p>4. Add the email address. Click Add and choose the format you would like to use (Pretty self explanatory when looking at it). Also, select the accepted domain for email address that you created earlier for this domain. Click Next twice and you are done.</p>
<p> </p>
<p>5. Now, to apply this policy based on custom attribute, choose the users that this policy will apply to and change their Custom Attribute value to match the one you created in step 3 above. Navigate to Organization Configuration &gt; Recipient Configuration and edit each user to apply this policy to (On the general tab, choose custom attribute and enter your value).</p>
<p> </p>
<p>That is it. All users with the specific Custom Attribute will have the email address that corresponds to that attribute in the Email Address Policy that you created. You can do this for as many domains as there are Custom Attribute Fields.</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/&amp;t=Custom+Attributes+and+Exchange+2007+Email+Address+Policies&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/&amp;title=Custom+Attributes+and+Exchange+2007+Email+Address+Policies&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Custom+Attributes+and+Exchange+2007+Email+Address+Policies;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send-As a Distribution Group Exchange 2007</title>
		<link>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/</link>
		<comments>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:18:23 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Exchange 2007 Send-As Group]]></category>
		<category><![CDATA[Send-As]]></category>
		<category><![CDATA[Send-As Distribution Group]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=192</guid>
		<description><![CDATA[I have had many requests over the past year from users that want to send as a distribution group as opposed to their primary account. This is useful when a user wants to send out something like an invoice from an email address such as accounting@domain.com. Fortunately, there is a way to easily grant a [...]]]></description>
			<content:encoded><![CDATA[<p>I have had many requests over the past year from users that want to send as a distribution group as opposed to their primary account. This is useful when a user wants to send out something like an invoice from an email address such as <a href="mailto:accounting@domain.com">accounting@domain.com</a>. Fortunately, there is a way to easily grant a user or users permissions to send-as a distribution group using the Exchange Management Shell &#8211; Here is how:</p>
<p>1. Open the Exchange Management Shell as an Administrator.</p>
<p>2. Type in the following command, replacing GROUPNAME and USERNAME with the name of the distribution group that you want to grant the user(s) access to send as and the username(s) of the users that will be able to send-as this distribution group.</p>
<p><strong>Add-ADPermission GROUPNAME -ExtendedRights Send-As -user USERNAME</strong></p>
<p>Once you have entered that command for all of the users that will be sending as the distribution group, the user can now select the group in the FROM field of their Outlook client and send the message as that distribution group.</p>
<p>DigitalKid (jason)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/&amp;t=Send-As+a+Distribution+Group+Exchange+2007&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/&amp;title=Send-As+a+Distribution+Group+Exchange+2007&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Send-As+a+Distribution+Group+Exchange+2007;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Schedule Hard Drive Defrag through Logon Script</title>
		<link>http://blog.954network.com/2009/06/03/schedule-hard-drive-defrag-through-logon-script/</link>
		<comments>http://blog.954network.com/2009/06/03/schedule-hard-drive-defrag-through-logon-script/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 19:57:34 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[General Computing]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Defragment Login Script]]></category>
		<category><![CDATA[Schedule Automatic Defrag]]></category>
		<category><![CDATA[Schedule Defragment]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=181</guid>
		<description><![CDATA[Hello again,
Recently I had a need to schedule a monthly defrag on all of the client machines in one of the networks that I manage. As usual, finding an efficient way of centrally deploying such a task is much easier than going to each machine and manually creating the task. I accomplished this by editing [...]]]></description>
			<content:encoded><![CDATA[<p>Hello again,</p>
<p>Recently I had a need to schedule a monthly defrag on all of the client machines in one of the networks that I manage. As usual, finding an efficient way of centrally deploying such a task is much easier than going to each machine and manually creating the task. I accomplished this by editing the SBS_LOGIN_SCRIPT.bat that is present on all SBS 2003 servers by default. Of course, if you are not in an SBS environment, you can apply this to any other login scripts that you may already have or create a new one and deploy it through Group Policy.</p>
<p>For my purposes, I needed a defrag to run automatically monthly on all machines so I used an app called schtasks.exe that is already installed on all 2000/XP machines. You can read the syntax by typing &#8220;schtasks /?&#8221; at the command prompt. Below is the line I added to my login script.</p>
<p>schtasks.exe /create /SC MONTHLY /D 20 /TN DefragMonthly /TR &#8220;C:\Windows\System32\defrag.exe\&#8221;C: -f&#8221; /ST 00:45:00 /SD 06/01/2009 /RU SYSTEM</p>
<p>Now, let me explain that as it may look cryptic..</p>
<p>/create &#8211; Indicates you are creating a scheduled task.<br />
/SC &#8211; Specifies the Schedule Frequency (MONTHLY in this case).<br />
/D &#8211; The Day of the month is should run (the 20th of each month in this case).<br />
/TN &#8211; The Task Name (MonthlyDefrag in this case).<br />
/TR &#8211; Task Run specifies the task to be ran or the application to be executed (&#8221;C:\Windows\System32\defrag.exe\&#8221;C: -f&#8221; in this case ((defrag.exe /? for more info on this))).<br />
/ST &#8211; Start Time is the Hour at which the task should start in 24 hour format.<br />
/SD &#8211; The Start Date, pretty self explanatory.<br />
/RU &#8211; The user to run the task as (SYSTEM in this case &#8211; Must be SYSTEM or and Administrator).</p>
<p>After adding the above line to the Login Script, a new scheduled task will be added to the machines that run the login script. You can then wait until after the schedule was set to be run and check if it ran.</p>
<p>That is it for now..</p>
<p>DigitalKid (Jason)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/06/03/schedule-hard-drive-defrag-through-logon-script/&amp;t=Schedule+Hard+Drive+Defrag+through+Logon+Script&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/06/03/schedule-hard-drive-defrag-through-logon-script/&amp;title=Schedule+Hard+Drive+Defrag+through+Logon+Script&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Schedule+Hard+Drive+Defrag+through+Logon+Script;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/06/03/schedule-hard-drive-defrag-through-logon-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Remove Dell Splash Screen/Wallpaper Terminal Server</title>
		<link>http://blog.954network.com/2009/03/10/remove-dell-splash-screen-wallpaper-terminal-server/</link>
		<comments>http://blog.954network.com/2009/03/10/remove-dell-splash-screen-wallpaper-terminal-server/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:25:34 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Dell Login Wallpaper]]></category>
		<category><![CDATA[Dell Terminal Server Splashscreen]]></category>
		<category><![CDATA[Remove Dell Wallpaper]]></category>
		<category><![CDATA[Terminal Server Wallpaper Dell]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=141</guid>
		<description><![CDATA[As a Systems Administrator, procedures that take longer than they should is an extreme annoyance. That being said, I am sure that some of you out there are wondering the same thing that I was when dealing with Dell Servers and Terminal Services. How do you remove that annoying splashscreen/Wallpaper when logging into a Dell [...]]]></description>
			<content:encoded><![CDATA[<p>As a Systems Administrator, procedures that take longer than they should is an extreme annoyance. That being said, I am sure that some of you out there are wondering the same thing that I was when dealing with Dell Servers and Terminal Services. How do you remove that annoying splashscreen/Wallpaper when logging into a Dell Server? Well my friends, it turns out that it is a simple registry hack &#8211; Below:</p>
<p>Navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop</p>
<p>You will see a number of values on the right, find the one labeled &#8220;Wallpaper&#8221;, Edit it and clear the contents of the value. Once complete, Log off and back on and see if the Wallpaper comes up again.</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/03/10/remove-dell-splash-screen-wallpaper-terminal-server/&amp;t=Remove+Dell+Splash+Screen%2FWallpaper+Terminal+Server&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/03/10/remove-dell-splash-screen-wallpaper-terminal-server/&amp;title=Remove+Dell+Splash+Screen%2FWallpaper+Terminal+Server&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Remove+Dell+Splash+Screen%2FWallpaper+Terminal+Server;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/03/10/remove-dell-splash-screen-wallpaper-terminal-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 &#8211; Initial Thoughts</title>
		<link>http://blog.954network.com/2008/12/08/windows-server-2008-initial-thoughts/</link>
		<comments>http://blog.954network.com/2008/12/08/windows-server-2008-initial-thoughts/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 19:03:21 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[First Looks at Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 First Impression]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=89</guid>
		<description><![CDATA[I recently had a client that decided to upgrade their enterprise from Small Business Server 2003 to Windows Server 2008 and Exchange 2007. After working with Windows Server 2003 (and SBS 2003) for so long, and only VERY briefly demoing 2008, I was excited to see what Server 2008 had to offer. After the initial install, [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a client that decided to upgrade their enterprise from Small Business Server 2003 to Windows Server 2008 and Exchange 2007. After working with Windows Server 2003 (and SBS 2003) for so long, and only VERY briefly demoing 2008, I was excited to see what Server 2008 had to offer. After the initial install, I logged into the new OS. The first thing that I noticed is the similarity of the start menu and general GUI to Vista (Minus Aero). The start menu has all of the familiar Vista features such as the Instant Search and single level All Programs  as well as The absence of My Computer (Now just Computer) and the presence of the Home directory style file structure. I like this new format in Vista and it is a bonus in server 2008 over the somewhat clunky Administrator Environment of 2003.</p>
<p>Another item that stood out prominently was the new Server Manager interface, which now features a lot more options and control over the servers roles and management tasks. It is basically an MMC Snap in with the most common tasks bundled in one convenient interface that starts at log-in. It includes Roles, Features, Diagnostics, Configuration and Storage management by Default and displays a server summary upon opening which is much more convenient than previous 2003 versions.</p>
<p>Also changed is the ACL Interface when setting files and sharing permissions on NTFS directories. There is now an added step to setting the permissions which was not there before. Basically, upon displaying the properties of a file, directory or share, you can view what permissions are in place but have to click edit to actually change them. This took a little getting used to at first but allows for better management once accustomed to it.  Another addition to the properties window for directories is the addition of &#8220;Share&#8221; and &#8220;Advanced Sharing&#8221; buttons on the Sharing tab. The &#8220;Share&#8221; button allows you to configure basic sharing such as share name and permissions while the &#8220;Advanced Sharing&#8221; button allows you to configure all that Share does plus caching and permissions.</p>
<p>Speaking of Administrative environments! Windows Server 2008 now has a Power Shell which can be used to administer any aspect of the server from a command line (PowerShell). This is a new market for the new Operating System, and as most System Administrators with Linux Experience will agree; it is a long overdue addition to Microsoft&#8217;s OS&#8217;s. The Power Shell can supplement the GUI for common Administrative tasks for those that are somewhat comfortable in a command line environment or completely replace the GUI for those that prefer a command line environment. This allows the Operating System to take advantage of the resources used by the GUI and gives Administrators more flexibility and granularity when configuring and maintaining their servers.</p>
<p>Another exciting feature added to the new Windows Server 2008 is Server Core. This is basically a GUI-Less server that can be virtualized and administered remotely similar to the way Admins are used to doing things now without ANY GUI on the actual server. This provides a more secure and robust server while allowing the server to once again allocate the resources previously consumed by the GUI back to more critical applications and services.</p>
<p>I am very excited to explore these and all of the other new innovations in Windows Server 2008, and as mentioned in this post, this is my first real look at the OS. I will most certainly be posting a lot more with regards to Server 08 in the coming months as I gain more knowledge and experience administering the Servers that I have deployed it to &#8211; So Stay Tuned!</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2008/12/08/windows-server-2008-initial-thoughts/&amp;t=Windows+Server+2008+-+Initial+Thoughts&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2008/12/08/windows-server-2008-initial-thoughts/&amp;title=Windows+Server+2008+-+Initial+Thoughts&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+Server+2008+-+Initial+Thoughts;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2008/12/08/windows-server-2008-initial-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Active Directory JRNL_WRAP_ERROR 2000/2003 Server</title>
		<link>http://blog.954network.com/2008/12/08/active-directory-jrnl_wrap_error-20002003-server/</link>
		<comments>http://blog.954network.com/2008/12/08/active-directory-jrnl_wrap_error-20002003-server/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:36:19 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Active Directory JRNL_WRAP_ERROR]]></category>
		<category><![CDATA[Event ID 13568]]></category>
		<category><![CDATA[JRNL_WRAP_ERROR]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=84</guid>
		<description><![CDATA[Active Directory, as many know, is the life blood of the domain environment. It provides all authentication, user/group management and access control to the network. So what do you do when it is broken? There are many scenarios that can cause Active Directory to encounter issues; Replication, Low Disk Space, Drive Failures and Power Outages. In [...]]]></description>
			<content:encoded><![CDATA[<p>Active Directory, as many know, is the life blood of the domain environment. It provides all authentication, user/group management and access control to the network. So what do you do when it is broken? There are many scenarios that can cause Active Directory to encounter issues; Replication, Low Disk Space, Drive Failures and Power Outages. In this article, I am outlining the infamous JRNL_WRAP_ERROR (Event ID: 13568). If your server is in a JRNL_WRAP_ERROR state, you will see these events Daily in the File Replication Service log in Event Viewer. It can cause issues with Exchange, Authentication and Replication. Luckily, it is relatively easy to resolve, as shown below:</p>
<p>1. <strong>MAKE SURE YOU HAVE A BACKUP OF ACTIVE DIRECTORY!</strong> As always, having a current backup is your best defense against disaster.</p>
<p>2. Stop the NTFRS service. Open a command prompt and type net stop ntfrs.</p>
<p>3. Open registry editor and navigate to the following location: HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\Backup\Process at Startup.</p>
<p>4. In the right pane, Edit the DWOR value for BurFlags. It should be set to 0. Type D2 and exit registry editor.</p>
<p>5. Return to the command prompt and type: net start ntfrs.</p>
<p>This should take the DC out of JRNL_WRAP_ERROR. Monitor your logs for the next 24 hours to make sure that you do not see any Event ID: 13568 errors in the File Replication Service Logs. If this does not work, you will need to do a non-authoritative restore of Active Directory. You do have a current backup right? There are also instructions for repairing this issue in the Event Log error itself (They Differ from the procedure outlined above but have the same effect).</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2008/12/08/active-directory-jrnl_wrap_error-20002003-server/&amp;t=Active+Directory+JRNL_WRAP_ERROR+2000%2F2003+Server&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2008/12/08/active-directory-jrnl_wrap_error-20002003-server/&amp;title=Active+Directory+JRNL_WRAP_ERROR+2000%2F2003+Server&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Active+Directory+JRNL_WRAP_ERROR+2000%2F2003+Server;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2008/12/08/active-directory-jrnl_wrap_error-20002003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remotely Enable Terminal Services</title>
		<link>http://blog.954network.com/2008/11/04/remotely-enable-terminal-services/</link>
		<comments>http://blog.954network.com/2008/11/04/remotely-enable-terminal-services/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:06:57 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Enable Remote Dekstop]]></category>
		<category><![CDATA[Enable Terminal Services Remotely]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=19</guid>
		<description><![CDATA[From time to time, I find the need to enable Remote Desktop connections on remote machines (When it is not enabled on a client and I need to log into that PC). Luckily there is a neat little way to accomplish this, as long as you have Administrative rights to the remote computer and can [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, I find the need to enable Remote Desktop connections on remote machines (When it is not enabled on a client and I need to log into that PC). Luckily there is a neat little way to accomplish this, as long as you have Administrative rights to the remote computer and can connect it VIA remote registry. Here is how:</p>
<p>1. On the computer that has administrative rights to the target machine, open registry editor (Start &gt; Run &gt; Regedit &#8211; Enter)</p>
<p>2. Once in registry editor, click File and choose &#8220;Connect Remote Registry&#8221;.</p>
<p>3. Enter the target computers name or IP address and click OK.</p>
<p>4. Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server</p>
<p>5. Find the value on the right labeled: fDenyTSConnection (REG_DWORD) and change the value to &#8220;0&#8243; (Zero) without the quotes.</p>
<p>6. Exit registry editor and connect to the remote computer with Terminal Services Client.</p>
<p>This is very useful when remotely managing new computers that were originally set up without this option enabled. Typically, this option is set under System &gt; Remote tab.</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2008/11/04/remotely-enable-terminal-services/&amp;t=Remotely+Enable+Terminal+Services&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2008/11/04/remotely-enable-terminal-services/&amp;title=Remotely+Enable+Terminal+Services&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Remotely+Enable+Terminal+Services;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2008/11/04/remotely-enable-terminal-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
