<?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>Networknet.nl &#187; server</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +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>File server: Windows Server 2003 Access-based Enumeration</title>
		<link>http://www.networknet.nl/apps/wp/archives/774</link>
		<comments>http://www.networknet.nl/apps/wp/archives/774#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:59:04 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acess-based]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=774</guid>
		<description><![CDATA[If you are managing a Windows Server 2003 file server than this add-on should be installed. Windows Server 2003 Access-based Enumeration makes visible only those files or folders that the user has the rights to access. When Access-based Enumeration is enabled, Windows will not display files or folders that the user does not have the rights to access. This download provides a GUI and a CLI that enables this feature. This is the first time I installed and used this tool myself. Easy to install and no reboot is required of the file server. It cleans the users view and we as system administrators have fewer &#8220;security audits&#8221; in our event viewers. Click here to download the MSI setup files.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/774/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange 2007: Services fail to start</title>
		<link>http://www.networknet.nl/apps/wp/archives/509</link>
		<comments>http://www.networknet.nl/apps/wp/archives/509#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:35:27 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2007.services]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[starting]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=509</guid>
		<description><![CDATA[If you are running a Windows Server 2008 virtual machine with &#8220;AD DS&#8221; Services (Domain Controller) and you installed Exchange 2007 SP1 on the same machine than three services may fail to start. During the boot process of the virtual machine Active Directory Services are not ready and some Exchange 2007 services will fail to start. Screenshot of the Services console during my troubleshooting actions. Microsoft Exchange Information Store, Microsoft Exchange Service Host and Microsoft Exchange System Attendant services are not started. The Startup Type of has been set to Automatic. The System EventViewer will show the following error events: EventID 7024: The Microsoft Exchange Information Store service terminated with service-specific error 0 (0&#215;0). EventID 7009: A timeout was reached (30000 milliseconds) while waiting for the Microsoft Exchange Service Host service to connect. EventID 7000: The Microsoft Exchange Service Host service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. EventID 7022: The Microsoft Exchange Transport service hung on starting. Exchange Management Console message: ERROR: Could not connect to the Microsoft Exchange Information Store service on server Networknet.nl. One of the following problems may be occurring: 1- The Microsoft Exchange Information Store service is not running. 2- There is no network connectivity to server Networknet.nl. 3- You do not have sufficient permissions to perform this command. The following permissions are required to perform this command: Exchange View-Only Administrator and local administrators group for the target server. ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/509/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMWare ESX: Extend Windows Server 2008 Basic volume hard disk</title>
		<link>http://www.networknet.nl/apps/wp/archives/475</link>
		<comments>http://www.networknet.nl/apps/wp/archives/475#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:29:02 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/475</guid>
		<description><![CDATA[Last week I run into free disk space problem on my Windows Server 2003 virtual machine and today on another virtual machine running Windows Server 2008 I encountered same thing again. The virtual disk was sized for 10GB and only 80MB was free. The virtual machine is running Windows Server 2008 and Microsoft enhanced the feature for extending basic disk volumes on the fly. In my previous post I needed to add the virtual disk to another server; assign a drive letter and than run the extend option in diskpart. Within VI client extend the &#34;Hard Disk&#34; in the properties of the virtual machine to desired and planned size and goto Computer Management / Storage / Disk Management, right-click and Refresh. &#160; The additional defined disk space will be shown as &#34;Unallocated&#34;. Right-click on the C:\ volume and choose &#34;Extend Volume&#34;. Follow the wizard and within seconds the basic volume has been extended. Thanks to VMWare ESX and Microsoft Server 2008 our lives as System Engineers is becoming easier. As lesson learned size your virtual environment appropriate and especially the Hard Disk configuration. &#160; Related links: Technet &#8211; Extend a Basic Volume]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/475/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2007: SSL certificate for Exchange on Windows Server 2008</title>
		<link>http://www.networknet.nl/apps/wp/archives/469</link>
		<comments>http://www.networknet.nl/apps/wp/archives/469#comments</comments>
		<pubDate>Tue, 26 Aug 2008 18:18:55 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[outlook web access]]></category>
		<category><![CDATA[owa]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/469</guid>
		<description><![CDATA[Thanks to guys from Telnetport25 I was able to finish my SSL certificate migration for my new Windows Server 2008 virtual machine running a Exchange 2007 SP1 installation. My work log: Logon on the old Windows Server 2003 hosting the OWA front-end role Start MMC and add the Certificate Snap-In; choose the Computer Account. Go to Personal/Certificates and locate the SSL certificate assigned to IIS for SSL encryption. Right click ; All Tasks and choose export. Choose the appropriate options like the certificate path; assign password and save the PFX file to &#34;My Documents&#34; Copy the PFX file to your Windows Server 2008 Client Access Server Logon on the Windows Server 2008 and add the Certificate Snap-In to a new MMC console for the Computer Account Go to Personal/Certificates; right click; All Tasks and choose Import. &#160; Locate the PFX file; enter the password and make sure you check &#34;Mark this key as exportable&#34; to enable future migrations of the SSL certificate. Place the certificate in the Personal Store &#160; Open the certificate and go to Details tab. Locate the Thumprint field and select Value with mouse; press CRTL-C to copy the data. Paste the value in Notepad and replace the &#34;SPACE&#8217; with CRTL-H. In the Find what field press space on the keyboard and click Replace All Copy the Thumbprint Start the Exchange Management Shell and run the Enable-ExchangeCertificate cmdlet Type IIS as Services and paste the copied data from Notepad to Thumbprint &#160; Start Exchange Management Console and ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/469/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>File Server: windows share migration</title>
		<link>http://www.networknet.nl/apps/wp/archives/451</link>
		<comments>http://www.networknet.nl/apps/wp/archives/451#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:04:13 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lanmanserver]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shares]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/451</guid>
		<description><![CDATA[You have a Windows File Server and you want to migrate the windows shares. What options do you have to complete this job? A) recreate them or B) migrate them from ServerA to ServerB. Sometimes option A is the only one you have but in most cases you want to keep those Windows Shares available as they were before and using some kind of script would be nice. Microsoft published a KB125996 article based on following procedures and my option B: Reinstall Windows over an existing installation (a clean install, not an upgrade). Move all of your data drives from one server to another. Install Windows to another folder or drive on a computer that already has Windows installed. I am performing a clean installation of a application server which has several file shares associated for application functionality. I don&#8217;t want to recreate them manually and I am using the next steps to complete this task. a) Verify the shares you want to migrate and the drive letter location is the same on both servers. b) Export the Shares key from HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares reg export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares LanmanServer.reg c) Make sure the user and group still exist in the domain! When migrating from DomainA to Domain B make sure you recreate all users and groups. Copy LanmanServer.reg to ServerB and import the registry file. reg import LanmanServer.reg net stop server &#38; net start server Reboot the file server and verify the share with &#8220;net share&#8221; command; also check the System Eventlog for ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/451/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2008 Screencast</title>
		<link>http://www.networknet.nl/apps/wp/archives/450</link>
		<comments>http://www.networknet.nl/apps/wp/archives/450#comments</comments>
		<pubDate>Sun, 08 Jun 2008 19:17:52 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/450</guid>
		<description><![CDATA[SQL Server 2008 delivers on Microsoft’s Data Platform vision by helping your organization manage any data, any place, any time. It enables you to store data from structured, semi-structured, and unstructured documents, such as images and music, directly within the database. SQL Server 2008 delivers a rich set of integrated services that enable you to do more with your data such as query, search, synchronize, report, and analyze. Your data can be stored and accessed in your largest servers within the data center all the way down to desktops and mobile devices, enabling you to have control over your data no matter where it is stored. SQL Server 2008 enables you to consume your data within custom applications developed using Microsoft .NET and Visual Studio and within your service-oriented architecture (SOA) and business process through Microsoft BizTalk Server while information workers can access data directly in the tools they use every day, such as the 2007 Microsoft Office system. SQL Server 2008 delivers a trusted, productive, and intelligent data platform for all your data needs. Before you evaluate and install Microsoft SQL Server 2008 on a Windows Server 2003 server please make sure the following requirements are available: Windows Server 2003 SP2 Microsoft .Net framework 3.5 Windows Installer 4.5 Redistributable If you are ok with those than go and install the SQL server 2008. My installation took me 15 minutes and the performance was awesome within a Virtual Server 2005 R2 virtual machine. Check out my screencast with installation screenshots. ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/450/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Recovery cookbook with Acronis and Microsoft</title>
		<link>http://www.networknet.nl/apps/wp/archives/394</link>
		<comments>http://www.networknet.nl/apps/wp/archives/394#comments</comments>
		<pubDate>Mon, 10 Mar 2008 20:05:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Acronis]]></category>
		<category><![CDATA[cookbook]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[true]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/394</guid>
		<description><![CDATA[Doing some research and going through my del.icio.us links I hit the blog of Virtual PC Guy from MSDN. He had a web link to one of the latest cookbooks &#34;Deployment Cookbook: Backup and Recovery with Microsoft&#174; Virtual Server 2005 R2 Service Pack 1 and Acronis&#174; True Image 9.1 Enterprise Edition&#34; Spending 30 minutes to read this document is worth the time to see how things work with Acronis True Image Enterprise Server.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/394/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server: 511 vmware-serverd service is not running.</title>
		<link>http://www.networknet.nl/apps/wp/archives/385</link>
		<comments>http://www.networknet.nl/apps/wp/archives/385#comments</comments>
		<pubDate>Sun, 02 Mar 2008 12:25:04 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[diskspace]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[low]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[vmware-serverd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/385</guid>
		<description><![CDATA[At some point my Windows based VMWare Server server run out of disk space where couple of important production virtual machines were running. Windows started to complain about low disk space and I had only 32KB space left. I tried to open VMWare Server console and I got the error message below &#8220;511 vmware-serverd service is not running.&#8221; All virtual machines were running except the one which consumed the remaining disk space. To solve this issue I had to: I opened Task Manager and located the remaining processes for the virtual machines. vmware-vmx.exe is an individual process for each of the virtual machines. Two were left and I stopped both vmware-vmx.exe processes. I opened Services.msc console and I then restart the &#8220;VMware Registration Service&#8221; service. After the service was restarted power on task started. All virtual machines were up and running. Killing the process and moving some directories solved the problem with my VMWare Server. This event brings me back to the root cause of why this happened. One of the import things I learned is to size your virtual machines and their disk space. I am going to implement thresholds and notifications with CactiEZ appliance soon.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/385/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Building a Windows Server 2008 Infrastructure eBook</title>
		<link>http://www.networknet.nl/apps/wp/archives/380</link>
		<comments>http://www.networknet.nl/apps/wp/archives/380#comments</comments>
		<pubDate>Sun, 17 Feb 2008 15:27:22 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/380</guid>
		<description><![CDATA[Are you busy with your work, traveling and personal live like I am and you want to get started with Windows Server 2008 than check out this eBook?&#160; I personally like the writing style from Realtime Nexus authors and their concept of writing eBooks.&#160; This &#34;The Definitive Guide to Building a Windows Server 2008 Infrastructure&#34; eBook has 10 chapters and first chapter is available for download. PDF document with 32 pages which is easy to read and maybe schedule 2 hours to read it through. Register your account on their website and download the pdf file. Chapter 1: Introduction to Windows Server 2008 Chapter 2: Server Manager Chapter 3: Active Directory Design &#38; Domain Controller Management Chapter 4: File Servers &#38; Storage Management Chapter 5: Server Core Chapter 6: Managing &#38; Customizing Group Policy Chapter 7: Introduction to Terminal Services Chapter 8: Advanced Topics in Terminal Services Chapter 9: Securing Servers &#38; the Domain Chapter 10: Windows Failover Clustering]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/380/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 AD DS</title>
		<link>http://www.networknet.nl/apps/wp/archives/379</link>
		<comments>http://www.networknet.nl/apps/wp/archives/379#comments</comments>
		<pubDate>Sat, 16 Feb 2008 00:58:59 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[ds]]></category>
		<category><![CDATA[improvements]]></category>
		<category><![CDATA[rodc]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/379</guid>
		<description><![CDATA[When you install the Directory Services for Microsoft Windows network it will feel like you install the heart of something that will become alive after you reboot the server. Since Windows 2000 the Directory Services has been the core component of the Windows network.&#160; Couple minutes ago I finished my first domain controller installation for AD DS (Active Directory Domain Services) for Windows Server 2008 RTM. The dcpromo wizard has couple new steps; check out my screencast of the AD DS installation. &#160; Windows 2008 AD DS has the following improvements : Read-only domain controller (RODC) Staged installation of an RODC RODC filtered attribute set Administrator role separation Improved installation wizard Generate secure installation media Restartable AD DS Auditing AD Ds changes Fine-grained password policy Dynamic MAPI ID Support Data mining tool]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

