<?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; howto</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AppV: Streaming virtual application from FILE</title>
		<link>http://www.networknet.nl/apps/wp/archives/1968</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1968#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:20:04 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[AppV]]></category>
		<category><![CDATA[AllowIndependentFileStreaming]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=1968</guid>
		<description><![CDATA[AppV server supports different options to steam your SFT deployment file. RTSP, RTSPS, FILE, HTTP and HTTPS are the protocols available for the Server URL. Currently I am evaluating to use the FILE option and store the virtual package on a file share. I am using the RTSP protocol and I am looking to get rid of the AppV steaming servers and only use file shares. I import my new Jing virtual application on my AppV management server and refreshed my local AppV client to publish the new application. The icon appeared on the desktop and I opened the shortcut. I immedialty received the following &#8220;Application Virtualization Error&#8221;. During the installation AllowIndependentFileStreaming was not set when the AppV client was installed. To correct this and allow streaming of a SFT file from a FILE share please change the following registry key to 1 and restart &#8220;Application Virtualization Client&#8221; service. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration\AllowIndependentFileStreaming I used the following script to change my clients and allow the FILE streaming: reg add HKLM\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration /v AllowIndependentFileStreaming /t REG_DWORD /d 1 /f net stop sftlist net start sftlist References Technet &#8211; Application Virtualization Client Installer Command-Line Parameters]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1968/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7: best practices for enterprise deployment of Bitlocker</title>
		<link>http://www.networknet.nl/apps/wp/archives/1851</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1851#comments</comments>
		<pubDate>Fri, 05 Aug 2011 11:14:36 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Bitlocker]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[enteprise deployment]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=1851</guid>
		<description><![CDATA[BitLocker is one of the features included with the Ultimate and Enterprise editions of Windows 7 for a full disk encryption of the hard disks. This additional feature helped me during a migration project to Windows 7 to get rid of the additional third party application (Safeboot) for disk encryption. Enabling Bitlocker on a single system is no problem but the challenges I had for enterprise deployment were: Prepare Active Directory schema for Bitlocker and TPM attributes Additional configuration for Group Policy Objects linked to Computer Configuration Activating and/or enabling the TPM security chip during the installation of Windows 7 Automation during the post configuration of Windows 7 to backup the recovery keys and start the encryption of the System drive. The first two bullets were matter of proper project management, and execution of those changes on the Active Directory forest and linking Group Policy. Activating and enabling TPM security chip I solved by having system BIOS changed during the first boot before the installation. Most challenging part of my enterprise deployment was to create some kind of script to enable Bitlocker after Windows 7 was installed. For Windows 7 we used only one thick image and same image was used for notebooks and desktop models. After doing research I found a sample script that can be used to automate the deployment of BitLocker using the BitLocker WMI interfaces. By having the EnableBitLocker.vbs script I still needed to run some additional steps to finalize process for encrypting the drive. How ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1851/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server: how to permit users to log on remotely to a domain controller?</title>
		<link>http://www.networknet.nl/apps/wp/archives/1789</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1789#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:54:14 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA["log on"]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[locally]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=1789</guid>
		<description><![CDATA[Active Directory Domain Controller (AD-DS) is an important Windows Infrastructure role. In some circumstances you will have to provide remote access (RDP) to your helpdesk- and/or support personnel to connect to those machines. For me I needed to develop a plan to allow non &#8220;Domain Admin&#8221; personnel to remotely connect to our branch office DC&#8217;s. How to permit users to log on remotely to a domain controller? Allowing non admin users to remotely connect to a domain controller requires couple of steps. Creating a security group and changing the &#8220;Default Domain Controller&#8221; group policy is how achieved that in my configuration. If you don&#8217;t do anything then most probably people will contact you saying their remote desktop connection has been denied. E.g. Start with creating a new windows security group. Add all required user accounts to the new security group. After you are have added the user accounts, make the new security group member of &#8220;Remote Desktop Users&#8221; builtin group. Without this step these users won&#8217;t be allowed to use the Remote Desktop Protocol on the Windows Server. Start Group Policy Management Editor and edit &#8220;Default Domain Controller&#8221; policy. Locate &#8220;Allow log on through Remote Desktop Services&#8221; User rights setting (Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment\). Add the new security group and close the management console. If you are too quick trying to log on with a supporter account, Domain Controller will shows you the following message. Make sure to wait that the &#8220;Default Domain Controller&#8221; policy has been ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1789/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare: How to migrate or backup small scale vCenter database?</title>
		<link>http://www.networknet.nl/apps/wp/archives/1744</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1744#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:32:00 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[sqlcmd]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=1744</guid>
		<description><![CDATA[VMWare vCenter Server requires a sql database engine to store it&#8217;s data. During the vCenter installation there is an option to choose a &#8220;Microsoft SQL Server 2005 Express&#8221; instance for small scale deployments. I have installed the local SQL engine on my vCenter virtual machine and now I want to migrate this database to a central SQL server. There are several ways to do that and this is how I migrated my VIM_VCDB from the local SQL instance to my central server. How to backup a &#8220;small scale&#8221; VMWare vCenter deployment database? Open a command prompt with elevated permissions (I am working from a Windows Server 2008 R2 server) and type the following command: This command will connect to the local SQL Server 2005 Express edition installation  and use the named instance of SQLEXP_VIM. Backup database will create a backup file called  VIM.bak of the VIM_VCDB running on the local sql database engine. I copied the VIM.bak file and used the Microsoft SQL Server Management Tools to restore the database, added the Computer account the the SQL Server security and assigned db ownership. I opened ODBC and changed the System DSN to the central sql server. Restarted the VMware VirtualCenter Server service and everything was up and running again. Make sure to uninstall the local SQL server instance from Add/Remove progams.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1744/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>App-V: How to hide the Q: drive in Windows Explorer?</title>
		<link>http://www.networknet.nl/apps/wp/archives/1299</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1299#comments</comments>
		<pubDate>Tue, 24 May 2011 16:19:33 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[AppV]]></category>
		<category><![CDATA[app-v]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[q:]]></category>

		<guid isPermaLink="false">http://ubuntu-vm.networknet.nl/networknet.nl/apps/wp/?p=1299</guid>
		<description><![CDATA[Microsoft App-V client is very important part of the Microsoft’s Virtual Application solution. The App-V client integrates itself into the infrastructure by publishing the applications to users. The App-V client creates a local cache file called sftfs.fsd (Windows 7 = C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client) where application packages are stored. During the sequencing process a special drive is required where destination files of the installation are stored. By default this drive is configured to be Q:\. When installing the App-V client on the computers where these sequenced applications are published also special Q:\ drive is mounted and shown in Windows Explorer. During the installation you have a choice to change that to another drive but still it is shown. Accessing this Q:\ drive with Windows Explorer is not possible. Regular user or admin will get access is denied. If a published application is started then you could access the package directory and see it’s content. Other folders are still inaccessible except when you use DSC (Dynamic Suite Composition) to another package. How do I hide App-V client Q:\ drive in Windows Explorer? There are different options. A vbscript, registry file or using GPO Preferences can be used to create the special DWORD keys in the registry. What I have learned is with a regular user in Windows 7 you are not able to add them. Make sure you add them as admin in HKEY_USERS, locate the SID of the user and add them there. After you restart Explorer.exe or restart the ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1299/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare: how to upgrade from ESXi 4.0 to 4.1?</title>
		<link>http://www.networknet.nl/apps/wp/archives/1029</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1029#comments</comments>
		<pubDate>Fri, 15 Oct 2010 05:54:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=1029</guid>
		<description><![CDATA[I am running several VMWare ESXi4 servers and I wanted to upgrade them to the latest release of ESXi4.1. The following steps I used to achieve this job in less than 5 minutes. Please make sure you installed vSpere CLI and download the upgrade package on you system before you can start. How to upgrade to VMWare ESXi 4.1? VMWare ESXi4 upgrade to ESXi4.1 video In this demo I am going to upgrade my VMWare ESXi4 server with the latest version of ESXi4.1. I am using the vSpere CLI tools to perform the upgrade job. In less than 5 minutes you should be up and running. Related posts]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1029/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7: Use Bitlocker to Go as replacement for TrueCrypt</title>
		<link>http://www.networknet.nl/apps/wp/archives/981</link>
		<comments>http://www.networknet.nl/apps/wp/archives/981#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:49:52 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Bitlocker]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[replacement]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/981</guid>
		<description><![CDATA[For several years I used TrueCrypt based encryption to secure my data. Since the release of Windows 7 and enhancements in the disk management I now see the possibility to replace TrueCrypt. Why should I replace TrueCrypt? The reason is simple. I am working with a managed Windows 7 client and I don&#8217;t want to load non standard software on my client. There are certain &#8220;Computer Use Policy&#8221; in place and using Bitlocker to encrypt the data is out of the box available to me. How to encrypt a portable Bitlocker files? Well I would create a VHD fixed disk and encrypt this virtual volume with Bitlocker to Go. Note: before you start please make sure you are running Windows 7 Enterprise or Windows 7 Ultimate version Start Computer ManagementClick Disk Management and right clickClick Create VHD Enter the VHD filename and location; the Virtual disk size and set the format to fixed size. The disk will be encrypted so you need to set it fixed. Click OK. New volume is created now. Please initialize the disk, create new SIMPLE volume, choose drive letter and format it as NTFS. After following the steps new disk should appear in Windows Explorer. Go to Windows Explorer and right click on the new created drive. Choose Turn on Bitlocker… Check Use a password to unlock the drive and type your password. Click Next Save the recovery key to a secure location. I would recommend to print it out and keep this somewhere offsite! ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/981/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>App-V: Sequencing Microsoft Project 2010</title>
		<link>http://www.networknet.nl/apps/wp/archives/964</link>
		<comments>http://www.networknet.nl/apps/wp/archives/964#comments</comments>
		<pubDate>Wed, 26 May 2010 13:15:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[AppV]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[sequence]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=964</guid>
		<description><![CDATA[If you are using Microsoft App-V technology and planning to sequence Office 2010, Visio 2010 or Project 2010 please make sure you install the Microsoft Office 2010 Deployment Kit for App-V binaries. Today with a co-worker  we were working on sequencing Project 2010 and at some point during the installation we&#8217;ve got the following error message: Pediatrician Rockwall Error 1920. Service  Office Software Protection Platform (osppsvc) failed to start. Verify that you have sufficient privileges to start system services. Microsoft Project  2010 uses the Office Software Protection Platform (SPP) service that basically is the same activation technology that is used to activate volume editions of Windows Vista and Windows 7. This service in contained in the Microsoft Office 2010 Deployment Kit for App-V. Before you sequence Project 2010, this service must be installed and configured on the sequencing server. It must also be installed on any client computers that you want to stream Project 2010. References Prescriptive guidance for sequencing Office 2010 in Microsoft App-V. Microsoft Office 2010 Deployment Kit for App-V]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/964/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Virtual PC : Attach a floppy drive (VFD)</title>
		<link>http://www.networknet.nl/apps/wp/archives/959</link>
		<comments>http://www.networknet.nl/apps/wp/archives/959#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:55:57 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Virtual PC]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[vfd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/959</guid>
		<description><![CDATA[Out of the box Windows Virtual PC default does not support adding a Virtual Floppy drive. This feature has been removed from the GUI and hidden for general public. Windows Virtual PC still allows you to attach and work with VFD files. You will need to complete some steps from Command Prompt before your can work with them. Example of the my “Windows XP Mode” virtual machine settings. There is no option for a floppy drive. Microsoft guys created a script which still allows you to attach a VFD file, but you still need to create a VFD file from scratch before you can continue. Download Floppy Drive Scripts.zip script. After running FloppyDrive.vbs you see that there a action to attach a vfd file. After providing right parameters I got the following message: Attaching C:\mklinks\floppy.vfd to the floppy drive. C:\Scripts\vm\FloppyDrive.vbs(113, 3) (null): The system cannot find the file specified The script does not create my floppy drive and therefore I installed the WinImage tool. Create new file and save the file as floppy.vfd. Now I re-run my FloppyDirve.vbs script and the file was attached. If I open the VMC file now I can see my virtual floppy has been added to the configuration. Without the VB script this can be added manually and will perform same actions as the script. &#60;floppy id=&#8221;0&#8243;&#62;             &#60;pathname&#62;                 &#60;absolute type=&#8221;string&#8221;&#62;C:\mklinks\floppy.vfd&#60;/absolute&#62;                 &#60;relative type=&#8221;string&#8221;&#62;..\..\..\..\..\..\..\mklinks\floppy.vfd&#60;/relative&#62;             &#60;/pathname&#62;         &#60;/floppy&#62;]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/959/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exchange 2007: How to export mailbox with management shell?</title>
		<link>http://www.networknet.nl/apps/wp/archives/948</link>
		<comments>http://www.networknet.nl/apps/wp/archives/948#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:37:59 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[export-mailbox]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/948</guid>
		<description><![CDATA[After Microsoft released Exchange Server Service Pack 1 (SP1) they added new functionality called Export-Mailbox cmdlet for Exchange Management Shell. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools and Outlook 2003 Service Pack 2 (SP2) or Outlook 2007 installed. Well all prerequisites were in place; I opened the Exchange Management Shell and run the following command line: The export failed. After reading some posts on Google, I found the solution myself. I tried to export my own mailbox which worked fine so the problem has to be within the permissions set. To get full access run the Add-MailboxPermissions cmdlet. How to export Exchange mailbox into a PST file? With these steps I can develop a procedure to backup mailboxes when they are removed from the system.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/948/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 : enable wireless networking?</title>
		<link>http://www.networknet.nl/apps/wp/archives/945</link>
		<comments>http://www.networknet.nl/apps/wp/archives/945#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:10:01 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[dism.exe]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[wirelessnetworking]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/945</guid>
		<description><![CDATA[When installing Windows Server 2008 R2 out of the box the configuration does not&#160; support wireless networking. If&#160; drivers are available Windows will find them with plug and play installation but not enable the functionality. Since Windows 7 and Windows Server 2008 R2 supports booting from a VHD file from local disks I am now building a&#160; standard image which I will use for testing and development. The new VHD boot feature is amazing in helping IT professionals having multiple VHD files which they can boot from. Last night I needed to update my system with all latest patches and system settings therefore I needed to access the Internet without any wired connection. Not connected. No Connections are available after checking my adapters. Microsoft released new tool named DISM.exe (Deployment Image Servicing and Management tool) which ships with Windows 7 and Windows Server 2008 R2. DISM enumerates, installs, uninstalls, configures, and updates features and packages in Windows images. The commands that are available depend on the image being serviced and whether the image is offline or running. Open elevated command prompt and query all available features “dism /online /get-features /format:table” WirelessNetworking is disabled. To enable this feature execute “dism /online /enable-feature:WirelessNetworking” dism enables the WirelessNetworking feature and after I check my available wireless network connections the WIFI networks are not shows.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/945/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Software Deployment: Windows XP East Asian languages</title>
		<link>http://www.networknet.nl/apps/wp/archives/912</link>
		<comments>http://www.networknet.nl/apps/wp/archives/912#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:07:05 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Software Deployment]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA["East Asian languages"]]></category>
		<category><![CDATA["Windows XP"]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/912</guid>
		<description><![CDATA[The following steps will help you to silently install the East Asian languages for Windows XP. This check box can be easy set during the winnt.sif installation or when the image is syspreped. What happens if you have not set this option and you need to change this on more than 500+ Windows XP clients? When checking my Windows XP client the “Regional and Language Options” in Control Panel the checkbox is not set. How to set &#8220;Install files for East Asian languages&#8221; after Windows XP has been installed? Create text file c:\temp\east_asian.txt Create cmd file c:\temp\east_asian.cmd Run east_asian.cmd file Make sure you have the Windows XP source files on the network as the installation will need them. In 5 minutes the East Asian languages files were installed.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/912/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows 7: USB/DVD Download Tool</title>
		<link>http://www.networknet.nl/apps/wp/archives/909</link>
		<comments>http://www.networknet.nl/apps/wp/archives/909#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:03:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/909</guid>
		<description><![CDATA[If you are planning to deploy and install Windows 7 on your pc&#8217;s and you are downloading ISO files than this tool can help you in creating the USB or DVD’s installation files. Now days I only download the ISO files from MSDN of the Microsoft Volume Licensing website. How to install Windows 7 USB/DVD Download tool? That’s it! Insert the USB drive and power the system, change the boot order and select the removable drive.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/909/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007: Adobe PDF support</title>
		<link>http://www.networknet.nl/apps/wp/archives/908</link>
		<comments>http://www.networknet.nl/apps/wp/archives/908#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:52:34 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/908</guid>
		<description><![CDATA[Adobe PDF file format is by default not available on a Windows Server 2003 or a SharePoint 2007 (MOSS) installation. Most organizations today use PDF files and it would be helpful for their users to have PDF files stored in the full text search index. To get this working install the Adobe Reader from Adobe website. I installed the latest version of Adobe Reader 9.2 today and followed the instructions I found on the following links: http://www.joiningdots.net/blog/2007/05/sharepoint-2007-and-adobe-pdf.html http://blogs.msdn.com/ifilter/archive/2007/03/29/indexing-pdf-documents-with-adobe-reader-v-8-and-moss-2007.aspx Searching with some keyword of the PDF files the result returned nothing. PDF files were not index. Reviewed the Crawl log and found failing messages for PDF files: Crawled (The filtering process could not process this item. This might be because you do not have the latest file filter for this type of item. Install the corresponding filter and retry your crawl. ) I also tried to add the path system variable to the Adobe Reader installation folder and did another full index but this did not help. The solution for the problem was changing two registry entries: Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf and change Default Reg_Multi_SZ value to {E8978DA6-047F-4E3D-9C78-CDBE46041603} Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf and change Default Reg_Multi_SZ value to {E8978DA6-047F-4E3D-9C78-CDBE46041603} After these registry entries have been modified run iisreset; “net stop osearch” and “net start osearch”. Re-run the full index crawler on your content. Thanks to the community I got the PDF icon and the PDF search working on the Sharepoint 2007 platform!]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/908/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Create table of content page based on a Document Library</title>
		<link>http://www.networknet.nl/apps/wp/archives/893</link>
		<comments>http://www.networknet.nl/apps/wp/archives/893#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:02:26 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[document library]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[subfolders]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/893</guid>
		<description><![CDATA[We have a Sharepoint “Document Library” which has several different subfolders. E.g. Within these subfolders there are several documents stored. For example within the “Form” subfolder where form documents are stored based on word or PDF files. All those subfolders within the “Information Technology” document folder hold several documents. The challenge I had is to create a table of content page which showed all those subfolders with their document content. I created a new page based on “Blank Web Part Page” and add the “Information Technology” document library which showed all the folders. I could change current view and change the “Folders” option to show all items without folders but still this solution didn’t help. I wanted to filter individual “Document Library” subfolders and their content. I tried all possible options with this “Information Technology” webpart to filter for a subfolder but nothing which helped me. Than I learned from Laura Rogers here how to insert a “Data View Web Part” and filter the content within a “Document Library”. Some steps to achieve this: Create new ASPX file and attach your masterpage (Format menu –&#62; Master Page –&#62; Attach Master Page..) Create new custom content for PlaceHolderMain &#160; Drag your “Document Library” in the content area you want to show &#160; Make sure you are in the table and in the taskpane go to “Data Source Details” and click the Current Data Source link. &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Change the scope level to RecursiveAll We are done now and all documents will be ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/893/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qnap: SABnzbd+_0.4.11 QPKG package installation</title>
		<link>http://www.networknet.nl/apps/wp/archives/872</link>
		<comments>http://www.networknet.nl/apps/wp/archives/872#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:44:17 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Qnap]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qpkg]]></category>
		<category><![CDATA[sabnzbd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/872</guid>
		<description><![CDATA[My LAN IP addresses recently changed and therefore I needed to move my Qnap TS-109 NAS box to a new IP address. Since than I was not able to open the SABnzbd+ web interface on tcp port 8800. The Qdownload folder and sabnzb subfolder still worked when presenting an NZB file. The SABnzbd+ daemon worked but I was not able to use GUI. After leaning that Qnap released their v3 firmware I download and installed the binaries on my NAS box. New SABnzbd+_0.4.11 QPKG package was released and I download it and wanted to install this plugin and solve my problem. As the screenshot above shows the process of installing this SABnzbd+_0.4.11QPKG plug-in/package hanged at 50%. I reboot the NAS box, disabled SABnzbd+, reboot, removed Python package and reinstalled Pyton and SABnzbd+_0.4.11 but nothing helped. I even renamed the file as suggested in the support forms; still it did not helped. Tried with IE7 with WIndows XP; still it stopped at 50%. Until I found a post that SABnzbd+_0.4.11 package may have a bug and try to go back to a earlier version. That’s what I did. I found a post how to install the SABnzbd+_0.4.11.qpkg package without the web interface. Use putty.exe or ssh (mac/linux) and 22/ssh port and login. Go to your share where you stored the package and run it. [/share/Qtemp] # sh SABnzbd+_0.4.11.qpkg Install QNAP package on TS-NAS ... qinstall.sh SABnzbd+.tgz 4852+1 records in 4852+1 records out qinstall.sh: line 79: qpkg.cfg: No such file or directory ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/872/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007: PDF icon is missing</title>
		<link>http://www.networknet.nl/apps/wp/archives/854</link>
		<comments>http://www.networknet.nl/apps/wp/archives/854#comments</comments>
		<pubDate>Thu, 24 Sep 2009 15:29:22 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=854</guid>
		<description><![CDATA[When uploading PDF documents to &#8220;Document Libraries&#8221; in Sharepoint 2007 the icon is missing. It takes couple steps to get this done. One task to your planning when putting the Sharepoint 2007 server in production. I run these steps in my DEV environment. Follow the hyperlinks below to get this done in your Sharepoint 2007 configuration: Icons are not displayed for Adobe PDF documents that are listed in the search results when you search your portal site in SharePoint Portal Server 2003 or in SharePoint Server 2007 Sharepoint 2007 and Adobe PDF]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/854/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003: Windows could not start?</title>
		<link>http://www.networknet.nl/apps/wp/archives/838</link>
		<comments>http://www.networknet.nl/apps/wp/archives/838#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:16:14 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=838</guid>
		<description><![CDATA[Last night I lost my Openfiler iSCSI SAN with a &#8220;kernel panic&#8221; stop message. All virtual machines which were located on that VMWare ESX cluster froze. After I found the problem I reboot the Openfiler machine, and server came back successfully. While checking all virtual machines I encountered another problem with my development MS SQL server. Just after the POST boot phase a black screen was shown and boot process stopped. Unfortunately I didn&#8217;t have any screenshot for this window but it was something like: Last time I had this situation I was not able to fix this problem without reinstalling the OS. I had no recent backup. I run out of my options to get this virtual machine running again. What I did than: Shutdown the VM Shutdown another working VM Mount the virtual disk of the failed Windows installation on the second VM and boot. After Windows was boot of the second virtual machine I assigned a disk letter of the failed Windows installation. I went to E:\Windows\System32\config and got the following error message. I right clicked on the volume; went to properties and opened tools tab. I clicked &#8220;check now&#8221; to repair the volume. After 9% I got warning volume and the process stopped. Again I was lost and I remembered the chkdsk.exe tool. I run that tool from command line: chkdsk e: /f After check disk process has finished I was able to access all folders. I shut down the virtual machine and disconnected the virtual disk, and boot my ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/838/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco: How to reset password of a switch?</title>
		<link>http://www.networknet.nl/apps/wp/archives/833</link>
		<comments>http://www.networknet.nl/apps/wp/archives/833#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:24:47 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=833</guid>
		<description><![CDATA[Did you ever needed to login on a Cisco Switch and change the configuration? The responsible person is on vacation or out of the office; you forgot the password of the switch and you want to login, and do your job to make the configuration working. Some months ago I had a problem with a failing network segment and I needed to act quickly for this production area. I found a spare switch but was not able to login. How to reset a Cisco switch and maintain the configuration? See my screenshots below and the instruction how I reset the password while keeping the VLAN and switch configuration. Power on the switch; connect a console cable and follow the steps below: CRTL-C to stop the process. You are now at &#8220;switch:&#8221; prompt. Type flash_init + enter; type load_helper + enter to load the basic IOS. Type rename flash:config.text flash:config.backup to rename current configuration file to backup. Type boot to reload the switch. Choose no for the initial configuration. Rename flash:config.backup config.text and copy flash:config.text system:running-config You are done now and can add or change the usernames or enable secret. Doing these steps I was able to act quickly and in 15 minutes up and running with the spare switch.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/833/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare: how to set static MAC address ESX?</title>
		<link>http://www.networknet.nl/apps/wp/archives/787</link>
		<comments>http://www.networknet.nl/apps/wp/archives/787#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:14:26 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=787</guid>
		<description><![CDATA[Last week I planned to migrate some virtual machines running on a VMWare Server 1.x Windows host to aVMWare ESX 3.5i host. One of the vm&#8217;s is running as license server and the registration key was registered by using the MAC of the network interface. I had to keep the MAC address of this VM. I first read this post. I tried to manually set the MAC address from VMWare client but go the following message: Then I removed the vm from ESX inventory; download the vmx file and changed the ethernet0.addressType to static. I used Notepad+ to change ethernet0.Address = &#8220;01:0C:29:B0:27:E1&#8243; value. I deleted original file from the Datastore and upload the vmx file back. I started the vm again and got the message below: Without an additional setting in the vmx config file you won&#8217;t be able to assign a static MAC address in the range your require. To disable mac address checking before boot add the following line in the vmx file. Thanks to Jason Nash I fixed my problem. http://jasonnash.wordpress.com/2008/08/30/disabling-mac-address-checking-in-vmware/ My working config changes:]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/787/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

