<?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>Help Desk Geek - Help Desk Tips For IT Pros &#187; Windows Server 2008</title> <atom:link href="http://helpdeskgeek.com/category/windows-server-2008/feed/" rel="self" type="application/rss+xml" /><link>http://helpdeskgeek.com</link> <description>Help Desk Geek is a blog for Discussions about help desk tips and how-to computer tips</description> <lastBuildDate>Sun, 20 May 2012 11:01:23 +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 Install a Server Role on a Server Core Installation</title><link>http://helpdeskgeek.com/windows-server-2008/how-to-install-a-server-role-on-a-server-core-installation/</link> <comments>http://helpdeskgeek.com/windows-server-2008/how-to-install-a-server-role-on-a-server-core-installation/#comments</comments> <pubDate>Fri, 07 Nov 2008 12:35:45 +0000</pubDate> <dc:creator>Aseem</dc:creator> <category><![CDATA[Windows Server 2008]]></category><guid
isPermaLink="false">http://helpdeskgeek.com/?p=1595</guid> <description><![CDATA[Yesterday I wrote a post on how to install and configure a new Server Core installation using the command prompt. In that article, I talked about setting an Administrator password, activating Server Core, renaming the computer, joining a Server Core machine to a domain, and turning on the firewall. Now that you have done that, [...]]]></description> <content:encoded><![CDATA[<p>Yesterday I wrote a post on how to <a
href="http://helpdeskgeek.com/windows-server-2008/how-to-install-and-setup-windows-2008-server-core/">install and configure a new Server Core installation</a> using the command prompt. In that article, I talked about setting an Administrator password, activating Server Core, renaming the computer, joining a Server Core machine to a domain, and turning on the firewall.</p><p>Now that you have done that, you probably want to start installing server roles, right? Windows Server 2008 Server Core supports the following server roles:</p><ul><li>Active Directory Domain Services (AD DS)</li><li>Active Directory Lightweight Directory Services (AD LDS)</li><li>DHCP Server</li><li>DNS Server</li><li>File Services</li><li>Print Services</li><li>Hyper-V</li><li>Streaming Media Services</li><li>Web Server (IIS)</li></ul><p>There are a couple of things you need to understand before you start installing server roles in Server Core, otherwise you will be very confused!</p><ul><li>If you are configuring a Print Server, you will have to remotely configure the print server using the Print Management Console from a Windows Vista or Windows Server 2008 computer.</li><li>If you are configuring a DHCP server, you must use a static IP address on the Server Core installation.</li><li>On a Server Core install, you cannot use the dcpromo.exe wizard to promote or demote a domain controller. You have to create an unattend file and then use that with dcpromo. The best thing is to run dcpromo on another computer with Server 2008 and choose the option to save an unattend file.</li></ul><p>If you want to see a list of available server roles on Server Core, type the following command:</p><blockquote><p>oclist</p></blockquote><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallaserverroleonaServerCoreinst_10D16/oclist.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="oclist" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallaserverroleonaServerCoreinst_10D16/oclist_thumb.png" border="0" alt="oclist" width="584" height="294" /></a></p><p>Now you can start installing the server roles you want. Here are the commands for some of the most common roles:</p><p><strong>Install DNS Server Role:</strong></p><blockquote><p>start /w ocsetup DNS-Server-Core-Role</p></blockquote><p>To configure a new DNS zone, you can use the <strong>dnscmd</strong> or you can create a zone remotely by using the DNS MMC snap-in from another computer.</p><p><strong>Install DHCP Server Role:</strong></p><blockquote><p>start /w ocsetup DHCPServerCore</p></blockquote><p>Again, use the DHCP MMC snap-in to remotely manage your DHCP scopes, etc. Note that the DHCP service will not start automatically, you have to type in the following command:</p><blockquote><p>sc config dhcpserver start= auto</p></blockquote><p>You can start the service for the first time by typing in:</p><blockquote><p>net start dhcpserver</p></blockquote><p><strong>Install Hyper-V Server Role:</strong></p><blockquote><p>start /w ocsetup Microsoft-Hyper-V</p></blockquote><p>To manage Hyper-V, you have to download the Hyper-V management tools onto a Vista or Server 2008 computer.</p><p><strong>Install Print Server Role:</strong></p><blockquote><p>start /w ocsetup Printing-ServerCore-Role</p></blockquote><p>If you want to install a printer onto a Server Core Print Server, you have to open the Print Management console on another computer and add the server running Server Core.</p><p>Then expand the server and right-click <strong>Drivers</strong> and choose <strong>Add Driver</strong>. Install the print driver and then right-click <strong>Printers</strong> and choose <strong>Add Printer</strong>. Click <strong>Add a TCP/IP or Web Services printer by IP address or hostname</strong> and choose <strong>Next</strong>. Enter the IP address and click Next and Finish.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallaserverroleonaServerCoreinst_10D16/printmanagementconsole.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="print management console" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallaserverroleonaServerCoreinst_10D16/printmanagementconsole_thumb.png" border="0" alt="print management console" width="433" height="327" /></a></p><p><strong>Install Active Directory Services Role:</strong></p><blockquote><p><strong>dcpromo /unattend:</strong>&lt;unattendfile&gt;</p></blockquote><p>Once you create an unattend file, enter the path in the above command. This will allow you to promote a server to domain controller or demote.</p><p><strong>Install Web Server (IIS) Role:</strong></p><blockquote><p>start /w pkgmgr /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel</p></blockquote><p>This will install IIS on Windows Server 2008 with the default options. Finally, you can use Terminal Services to remotely log into a Server Core installation by typing in the following command:</p><blockquote><p>cscript C:\Windows\System32\ Scregedit.wsf /ar 0</p></blockquote><p>This will enable Remote Desktop administration to accept new incoming connections. You can then remotely log into the server by going to <strong>Start</strong>, <strong>Run</strong> and typing in <strong>mstsc</strong> from another computer.</p><p>That&#8217;s a quick overview of how to install server roles on Windows Server 2008 Server Core. If you have problems, post a comment! Enjoy!</p><p>Thanks for reading, check out <a
href="http://helpdeskgeek.com">Help Desk Geek - Help Desk Tips For IT Pros</a> for more WordPress news!</p>]]></content:encoded> <wfw:commentRss>http://helpdeskgeek.com/windows-server-2008/how-to-install-a-server-role-on-a-server-core-installation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Install and Setup Windows 2008 Server Core</title><link>http://helpdeskgeek.com/windows-server-2008/how-to-install-and-setup-windows-2008-server-core/</link> <comments>http://helpdeskgeek.com/windows-server-2008/how-to-install-and-setup-windows-2008-server-core/#comments</comments> <pubDate>Thu, 06 Nov 2008 12:23:41 +0000</pubDate> <dc:creator>Aseem</dc:creator> <category><![CDATA[Windows Server 2008]]></category><guid
isPermaLink="false">http://helpdeskgeek.com/?p=1592</guid> <description><![CDATA[A Windows 2008 Server Core installation can be a bit tricky if you are not used to using the command line. There are a few things to remember before installing Windows Server Core onto a computer: You cannot upgrade a previous version of Windows Server, such as 2003, to Server Core installation. You must perform [...]]]></description> <content:encoded><![CDATA[<p>A Windows 2008 Server Core installation can be a bit tricky if you are not used to using the command line. There are a few things to remember before installing Windows Server Core onto a computer:</p><ul><li>You cannot upgrade a previous version of Windows Server, such as 2003, to Server Core installation. You must perform a clean install.</li><li>You cannot upgrade a Server Core installation to the full version of Windows Server 2008. If you need the GUI interface, an Internet browser, or a server role not included with Server Core, then you must perform a clean install of Windows Server 2008.</li></ul><p>It&#8217;s actually pretty easy to install Server Core onto a computer. Pop in the CD, boot to the media, and choose <strong>Install Now</strong> when the dialog appears.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/windowsservercoreinstall.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="windows server core install" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/windowsservercoreinstall_thumb.png" border="0" alt="windows server core install" width="188" height="190" /></a></p><p>Make sure to pick the Server Core edition of Windows Server 2008.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/servercoreinstall.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="server core install" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/servercoreinstall_thumb.png" border="0" alt="server core install" width="532" height="122" /></a></p><p>You&#8217;ll have to accept the License Agreement and choose which disk you want to install Server Core onto. Now you&#8217;ll see the setup dialog installing Server Core.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/installservercore.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install server core" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/installservercore_thumb.png" border="0" alt="install server core" width="507" height="203" /></a></p><p>Once setup completes, you have to manually set the Administrator password. Press CTRL + ALT + DEL, click Other User and type in Administrator for the user name. Leave the password blank and press Enter. You&#8217;ll be prompted to enter a new password for the Administrator account.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/passwordservercoreinstal.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="password server core instal" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/passwordservercoreinstal_thumb.png" border="0" alt="password server core instal" width="333" height="446" /></a></p><p>If, for some reason, you login without setting a new password, you can manually set the local Administrator password using the command line. Here is the command:</p><blockquote><p>net user administrator *</p></blockquote><p>Now that you have set the local admin password, you need to activate the Server Core install. Note that if you close the command prompt in Server Core, you will not be able to manage the server. You can recover the command prompt by pressing <strong>CTRL + ALT + DEL</strong> and clicking on<strong> Task Manager</strong>. Then click <strong>File</strong>, <strong>Run</strong> and type in <strong>cmd.exe</strong>. This will bring back the command prompt in Server Core.</p><p>To activate Windows Server Core, type in the following command at the command prompt:</p><blockquote><p>slmgr &#8220;“ ato</p></blockquote><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/activateservercore.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="activate server core" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtoinstallandsetupWindows2008ServerCor_1342F/activateservercore_thumb.png" border="0" alt="activate server core" width="370" height="124" /></a></p><p>  </p><p>  </p><p>You&#8217;ll get a pop up window once Server Core is fully activated. The computer gets a random name during the install, but you can change the name of the computer in Server Core by using the following command:</p><blockquote><p>netdom renamecomputer %computername% /NewName:newname</p></blockquote><p>The only thing you have to replace in the above command is &#8220;newname&#8221; with the name that you want to rename the Server Core computer to.</p><p>By default, Server Core gets an IP address from a DHCP server. If you can configure a static IP address for Server Core, but I&#8217;ll write about that in another post. To join a Server Core computer to a domain, type the following command:</p><blockquote><p><strong>netdom join </strong>&lt;ComputerName<em>&gt;</em><strong> /domain:</strong>&lt;DomainName&gt; <strong> /userd:</strong>&lt;UserName&gt;<strong> /passwordd:*</strong></p></blockquote><p>You&#8217;ll be prompted to enter the password for the domain user account that has permission to join a computer to the domain. Once joined, you can restart a Server Core install computer by typing in this command:</p><blockquote><p>shutdown /r /t 0</p></blockquote><p>Finally, if you want to configure a firewall on Server Core, you can use the following netsh command:</p><blockquote><p>netsh advfirewall</p></blockquote><p>An easier way to manage the firewall is to enable remote management of the Server Core firewall by typing in:</p><blockquote><p>netsh advfirewall set currentprofile settings remotemanagement enable</p></blockquote><p>Now you can use the Windows Firewall snap-in from Windows Vista or Windows Server 2008 to connect to the Server Core installation and remotely manage the firewall.</p><p>I&#8217;ll write up another post later on how to list server roles and install server roles in a Windows Server Core installation. Enjoy!</p><p>Thanks for reading, check out <a
href="http://helpdeskgeek.com">Help Desk Geek - Help Desk Tips For IT Pros</a> for more WordPress news!</p>]]></content:encoded> <wfw:commentRss>http://helpdeskgeek.com/windows-server-2008/how-to-install-and-setup-windows-2008-server-core/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Fix Windows Server 2008 Blank Screen After Login</title><link>http://helpdeskgeek.com/windows-server-2008/fix-windows-server-2008-blank-screen-after-login/</link> <comments>http://helpdeskgeek.com/windows-server-2008/fix-windows-server-2008-blank-screen-after-login/#comments</comments> <pubDate>Tue, 04 Nov 2008 11:25:44 +0000</pubDate> <dc:creator>Aseem</dc:creator> <category><![CDATA[Windows Server 2008]]></category><guid
isPermaLink="false">http://helpdeskgeek.com/?p=1588</guid> <description><![CDATA[In the last couple of days, I&#8217;ve been playing around with Windows Server 2008 and have run into a couple of issues already! Yesterday, I wrote about how to create a System State backup in Server Core using the command line and today I will talk about getting a blank screen when you log into [...]]]></description> <content:encoded><![CDATA[<p>In the last couple of days, I&#8217;ve been playing around with Windows Server 2008 and have run into a couple of issues already! Yesterday, I wrote about how to <a
href="http://helpdeskgeek.com/windows-server-2008/how-to-run-a-system-state-backup-in-windows-server-2008-server-core/">create a System State backup in Server Core</a> using the command line and today I will talk about getting a blank screen when you log into Server 2008.</p><p>I&#8217;ve actually been using Windows Server 2008 for a few weeks now and didn&#8217;t have any problems until yesterday. I restarted the server and logged in like I normally do, only to be greeted with a blank screen! Very strange.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/FixWindowsServer2008blankscreenafterlogi_E6E1/windowsserver2008.png"><img
style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="windows server 2008" src="http://s.helpdeskgeek.com/wp-content/pictures/FixWindowsServer2008blankscreenafterlogi_E6E1/windowsserver2008_thumb.png" border="0" alt="windows server 2008" width="404" height="304" /></a></p><p>After playing around with it for a while, I figured out what the problem was. Here are a few things you can try to fix the issue:</p><ol><li>Restart the server in Safe Mode and see if the problem occurs. If you are able to log in fine, then your problem has to do with either your resolution or because of drivers.</li><li>Update the BIOS on your server and restart to see if that fixes the issue. This problem is known to occur on some models of HP ProLiant ML servers. Updating the BIOS can fix the issue.</li><li>Update all hardware firmware and device drivers including video drivers, audio drivers, network drivers, etc. Note that you can do this using Safe Mode if you are not able to log in normally.</li></ol><p>That fixed the problem for me and hopefully it&#8217;s fixed it for you! If not, post a comment and I will try to help out!</p><p>Thanks for reading, check out <a
href="http://helpdeskgeek.com">Help Desk Geek - Help Desk Tips For IT Pros</a> for more WordPress news!</p>]]></content:encoded> <wfw:commentRss>http://helpdeskgeek.com/windows-server-2008/fix-windows-server-2008-blank-screen-after-login/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to Run a System State Backup in Windows Server 2008 Server Core</title><link>http://helpdeskgeek.com/windows-server-2008/how-to-run-a-system-state-backup-in-windows-server-2008-server-core/</link> <comments>http://helpdeskgeek.com/windows-server-2008/how-to-run-a-system-state-backup-in-windows-server-2008-server-core/#comments</comments> <pubDate>Mon, 03 Nov 2008 11:38:03 +0000</pubDate> <dc:creator>Aseem</dc:creator> <category><![CDATA[Windows Server 2008]]></category><guid
isPermaLink="false">http://helpdeskgeek.com/?p=1586</guid> <description><![CDATA[I&#8217;ve been playing around with Windows Server 2008 Server Core and it&#8217;s definitely very different than working with the Standard version of Windows Server 2008. Server Core is a stripped down version of Windows Server 2008 in which only specific server roles are installed in order to reduce the management and maintenance needs significantly. It [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been playing around with Windows Server 2008 Server Core and it&#8217;s definitely very different than working with the Standard version of Windows Server 2008. Server Core is a stripped down version of Windows Server 2008 in which only specific server roles are installed in order to reduce the management and maintenance needs significantly.</p><p>It also reduces the attack surface area since the server runs with the minimal services required to support the main server roles. The most interesting aspect of Server Core is emphasis on using command line tools to manage the server and the absence of the traditional GUI interface.</p><p><a
href="http://s.helpdeskgeek.com/wp-content/pictures/HowtorunaSystemStatebackupinWindowsServe_113F0/windowsserver2008servercore.png"><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="windows server 2008 server core" src="http://s.helpdeskgeek.com/wp-content/pictures/HowtorunaSystemStatebackupinWindowsServe_113F0/windowsserver2008servercore_thumb.png" border="0" alt="windows server 2008 server core" width="502" height="248" /></a></p><p>At first, I found this a bit difficult, since I am so used to Microsoft making everything GUI friendly, but it seems that Windows 2008 is reverting back to a more technical server management style. The only GUI tools you will see in Server Core are Task Manager, Notepad, Time and Date dialog, and Regional Settings! That&#8217;s it!</p><p>Of course, it&#8217;s great since the installation takes up far less space than a traditional full install of Windows Server 2008 and there are less bugs since there is less code.</p><h4>Create System State Backup in Server Core</h4><p>Ok, now to the actual point of this post which was to show you how to create a System State backup. Unless you love the command line, do not install Server Core. Just about everything you would want to do to manage the server requires using the command line!</p><p>Here is the command you need to run:</p><blockquote><p>wbadmin start systemstatebackup -backuptarget:C:</p></blockquote><p>Pretty easy eh!? There are of course hundreds of commands you can run in Windows Server 2008, so if you are managing a 2008 Server, you should start learning them! Check out the <strong><a
rel="nofollow" href="http://technet.microsoft.com/en-us/library/cc772390.aspx" target="_blank">Windows Server 2008 Command Reference</a></strong> to an A to Z list of all commands and their syntax, parameters, and examples of usage. Enjoy!</p><p>Thanks for reading, check out <a
href="http://helpdeskgeek.com">Help Desk Geek - Help Desk Tips For IT Pros</a> for more WordPress news!</p>]]></content:encoded> <wfw:commentRss>http://helpdeskgeek.com/windows-server-2008/how-to-run-a-system-state-backup-in-windows-server-2008-server-core/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/6 queries in 0.003 seconds using disk: basic
Object Caching 360/360 objects using disk: basic
Content Delivery Network via s.helpdeskgeek.com

Served from: helpdeskgeek.com @ 2012-05-21 01:27:09 -->
