Monday 19 January 2015

Installing and Configuring WDS (Windows Deployment Services)


Installing and Configuring WDS (Windows Deployment Services)

Requirements- Windows Server 2008/ R2 for the WDS server .

- Active Directory and DNS up and working.
- DHCP server available and authorized by Active Directory on your network. Linux DHCP servers do not need to be authorized by AD.
- On the client side: NICs PXE compliant.

- Windows Automated Installation Kit (WAIK). (Optional) And if we want to create our own unattended files. We will use the kit to create our Unattended Files for installation.
Installation
To install WDS on a Windows Server 2008 you only need to add the Windows Deployment Services role from the “Add Role Wizard“.
Select the role services to install for Windows Deployment Services: Deployment Server & Transport Server.
Configuration
Once installed, access the “Windows Deployment Services” snap-in.
On the console, to get started right-click on the listed server and select “Configure Server”.
Configuring the Server
- After you selected the folder where you are going to store all the images for WDS, you need to check on the DHCP settings. The wizard will explain about this option.
Since I have a Microsoft-DHCP Server working on a different server from the WDS, these two options will remain unchecked. If you have both, WDS and DHCP, on the same server you should check both options.
- Response Configurations: This is where you set to which clients you will respond when you receive a PXE request.
The difference between known clients and unknown is set on if the Computer Object exists in Active Directory.
If you want to create the computer objects before running WDS on that computer, you should have the GUID of that computer and include that information on the computer object. When you create the object on Active Directory, using “Active Directory Users and Computers” you need to set that “This is a managed computer” and insert the GUID.
Selecting this option can be really annoying if you want to improve your deployment, because you have to add the object first in Active Directory every time you want to deploy an image, but it’s of course the more secure option to apply.
Or you can use the option “For unknown clients, notify administrator and respond after approval”. With this option, all the unknown clients that request to boot from PXE will appear to you in“Pending Devices” on your console, from there you can approve or decline them.
Or simply use the option “Respond to all (unknown and known) computer clients” and when you don’t need WDS, you can just stop the service to avoid any rogue clients.
Adding Boot Images
Before creating a complete image to be deployed with WDS, we need to add first a Windows Pre-Installation image (WindowsPE). With this image we provide the server with a pre installation environment needed for all installations. WindowsPE comes, as all the new operating systems, in a WIM format, included in the Windows 2008 installation media.
1 - To add the image, expand the server options in the console and in “Boot Images” select “Add Boot Image”. Remember that this WindowsPE that we are adding will be the same for all the operating systems that we are going to use with WDS.
2 - Select “Browse” and check in the Windows 2008 installation media for the folder “Sources” and the file “boot.wim”. This is our WindowsPE.
3 - Select the name for this image and click on “Next”. Microsoft Windows (x64)
4 - Review the summary and click on “Next”.
And now the Windows Pre-Installation Environment is available to boot from your network.
A clean installation?
The procedure to add a clean installation to WDS it’s pretty simple and practically the same procedure as for the boot image.
1 – On the WDS console, right click on “Install Images” and select “Add Image Group
2 – Select the name that you are going to use for this group.
For Example: Win7Installation.
3 – Right click on “Install Images” again and select “Add Install Image”. When the wizard starts select to use the group you’ve just created and click “Next”.
4 – On the next window, browse the media for the folder “Sources” and select the file “install.wim” and click “Next
5 – Since the installations always include all the versions on the same file, we should select only the one that applys to our case. Click “Next
6 – On the summary window click “Next” and the image will start to upload to your server.
At this point we have all the necessary components to deploy a clean image from the network; but the installation remains attended. So, the disk configuration and the OS options (language, product key, computer name, etc) still need to be manually inserted.
Deploying the First Install Image After a WDS server has at least one boot image and one install image, the imaging process should be tested before any additional configurations are performed. Prior to testing the imaging process, we need to check the properties of the WDS server and the DHCP server scope options. To verify these settings, perform the following tasks:
  • Using the WDS console, open the properties of the WDS server and click on the Advanced tab to verify or to select the appropriate option buttons to ensure that both the Authorize This Windows Deployment Services Server in DHCP and the Allow Windows Deployment Services to Dynamically Discover Valid Domain Servers (Recommended) check boxes are checked. Click OK to update the server settings if any changes were made; otherwise, click Cancel to close the WDS server property pages.
  • Using the WDS console, open the properties of the WDS server again and click on the PXE Response tab and verify that the Respond to All Client Computers (Known and Unknown) option button is selected and verify that the check box that would require administrator approval is not checked. Click OK to update the server settings if any changes were made; otherwise, click Cancel to close the WDS server property pages.
  • Using the DHCP console on the appropriate DHCP server, open the properties of the appropriate IPv4 DHCP scope, assuming a Microsoft Windows Server 2008 R2 DHCP server is deployed, and verify that the DNS domain name and DNS server DHCP options contain the proper values for your company’s environment. DHCP option 60 is not required if the DHCP server is on the same subnet as the WDS server and both of the servers are running Windows Server 2008 or Windows Server 2008 R2.
After these precheck steps are completed, the imaging process can begin. To deploy an image to a system using PXE boot, perform the following steps:
  • Select the desired system that will be imaged using WDS and connect the system’s primary network adapter to a live switch port that is on the same network as the DHCP and WDS server.
  • Boot up the system and enter the system BIOS. Verify that PXE network boot is enabled for the primary adapter and verify that PXE network boot is listed in the boot menu before the system hard disk or disk arrays. Depending on an organization’s server or workstation configuration and build specifications, configuring PXE boot to be listed before the hard disk in the BIOS boot order might not be the desired configuration, but for this testing it will help put all the administrators and different systems into a similar configuration so this process can proceed.
  • Save the BIOS settings and exit the BIOS to start a system bootup sequence. When the PXE network boot starts, keep a close eye on it to verify that the PXE client is obtaining a DHCP IPv4 lease. When prompted with the Press F12 for Network Boot message, press the F12 key to start the WDS imaging process. If PXE boot is getting an IPv4 address from the DHCP server but the system never prompts to press F12 for network boot, there is most likely some issue with the DHCP server configuration and defined options.
  • If the system is able to connect to the WDS server after the Press F12 for Network Boot prompt and after the F12 key is pressed, the boot image is downloaded from the WDS server to the client, and the imaging process starts. If multiple boot images have been added to the WDS server, pressing F12 will use the network boot to connect to the WDS server to get the list of boot images, then the boot image selected will be loaded, including the appropriate network drivers to allow the WDS client to connect to the WDS server to locate and begin installation of the install image selected.
  • After the system completes loading the boot image system files, the Windows Preinstallation Environment is loaded and the WDS client install application is started. The page name that appears is named Windows Deployment Services. Select the desired locale and keyboard or input method, and click Next to continue.
  • An authentication window opens. Enter the domain and username of the account used to install WDS and the password, and click OK. For a domain with a NetBIOS name of COMPANYABC, the username should be entered as COMPANYABC\username along with the correct password for that user account. If the authentication window never opens or does not connect to the WDS server after the correct username and password combination are entered, this most likely means that the boot image does not contain suitable network drivers for the client hardware and network drivers will need to be added to the boot image and this process should be started over.
  • On the Install Windows page, each of the install images loaded in the WDS server that match the boot image architecture, x86 or x64, will be listed as available selections. Select the desired operating system install image, and click Next to continue.
  • The next page lists the available or detected disks that can be used for the image installation. If no disks are listed, this is a red flag for WDS imaging and requires adding disk controller driver files to a boot image for WDS imaging to work on this particular hardware platform. Select the disk to install the operating system on, click Next to allow the imaging process to create the volume, format it, and install Windows 7 on the WDS client system.

    Note:
    When selecting hardware for server and desktops that will be deployed using WDS images, ensure that the hardware is certified to work with Windows Server 2008, Windows 7, Windows Vista SP1, and/or Windows Server 2008 R2 and verify that all of the drivers are certified and signed by the Windows Hardware Quality lab to simplify operating system deployment to these systems.
  • After the disk selection is made and the Next button is clicked, the disk volume is created and formatted and the operating system installation begins by expandingand copying the necessary files and installing the default operating system selections. When this phase of the installation completes, Windows Setup begins.
  • On the Set Up Windows page, select the correct country, time & currency and keyboard layout, and click Next to continue.
  • Depending on the install image selected and if any unattended files have been created the next few pages will ask for input to set the PC name, product key, accepting the end-user licensing agreement, Windows Update settings, date and time, and network zone settings. These pages will appear in a different order depending on the install image, and some pages might not appear at all if Windows XP or Windows Server 2003 images are being deployed. Follow the necessary steps to complete the installation of this image to the WDS client.
  • Most install images will be able to join the domain automatically, but some might not and, most likely, the default name of the PC will need to be updated using the WDS server property pages or custom unattended file.
This completes the installation process of a default WDS image.

Install Microsoft Deployment Toolkit (MDT)

You'll need the MDT bits, if you don't already have them. Just download and install the application, take all the default settings, and in moments you will have a basic install of MDT. When you get into the Workbench choose “Components” on the left hand side. Anything that says “Required” is well… REQUIRED (WAIK). Click on each link and choose the “Download” button as it appears to download the required components.
Create a deployment share. Choose where the deployment share will be and name the share (hidden $). Describe the share and allow image capture checked. Then allow the user to set admin password, and ask user for a product key. Now you have a deployment share.
Under deployment share, right-click "Operating System" then Import Operating System. Here I select “Full set of source files”, but if you already have a custom .WIM, or WDS images, you can select that. Click “Browse”, Locate your image/installation disk then click “Ok”, then name the directory. The OS will be imported.
Right-click on "Task Sequences" then select New Task Sequence, give the task an ID (numbers), name, and description. Select "Sysprep and Capture", click on the OS. Select “Do not specify a product key at this time”. Change OS settings as you like. Set a local administrator password. You now have a new task sequence.
Right-click on your share name, and select “Update Deployment Share”, I have found that compressing this speeds things up later (optional).
Import Operating System. Under deployment share, right-click "Operating System" then Import.
Add Applications Right-click Applications and select New Application. Application with source files. Browse for the source directory, accept the directory name to be created.
Create Capture file
  1. Highlight the boot image name in the right pane of the WDS gui, right-click on it, and choose Create Capture Boot Image.
  2. In the next Windows (capture image metadata) leave the Image Name and Image Descriptions alone, and click on the Browse button. Browse to the RemoteInstall\Boot\X86\Images folder (or X64 if using X64), this folder is part of the original WDS setup. Give the filename you are about to create a name eg: RemoteInstall\Boot\X86\Images\windows-boot_capture and click open, then click next, the wizard will auto append .WIM to the filename. The wizard will now start to extract the image from the source image file. Once it is complete, click Finish.
  3. Add the capture file to WDS. In WDS, select Boot Images in the left pane. In the Right Pane (in an empty area) right-click and choose Add Boot Image... In the add image file window, browse to RemoteInstall\Boot\X86\Images and select the capture file you created above, click open and then next.
  4. Set the Image name to 'WDS Capture Image' and the Image description to 'WDS to capture images', click next. Review the choices and click next to add this capture boot image.
PXE boot target computer and capture image
  1. Ensure that PXE boot is enabled in boot sequence, and PXE boot (using your onboard NIC) to the WDS server. Press F12 when prompted for Network Service boot. In the Windows Boot Manager Menu, select WDS Capture Image from the available options.
  2. After Windows PE has booted, you should see a welcome screen which says "Welcome to the Windows Deployment Services image Capture Wizard". Click next to begin.
  3. Image capture source. There are three options here, Volume to capture, Image name, and image description.
    Note: If the Volume to Capture drop-down appears blank then verify that you have sysprepped the image you are trying to capture.
    If you need to sysprep the machine, then read this guide and then return here when ready.
    If volume to capture still doesnt show up after sysprepping, then perhaps the boot image may need storage drivers (SATA). To verify this, once you're booted, press Shift+F10 and see if you can see the hard drive.
    For Volume to Capture, select C:\ from the drop down menu (will not be present unless you have SYSPREPPED)
    For Image Name call it 'Windows XP sp3 Capture'
    For Image Description, enter 'WDS - Windows captured image'
  4. Image Capture Destination:
    Here you have the possibility of storing the image on a drive (local) by choosing Name and Location, and clicking Browse and giving the image a filename, the wizard will auto-append .wim to the file name eg: c:\optiplex330-xp.wim.

    Next you want to upload the image directly to your WDS server by putting a check mark in the 'Upload Image to WDS server' option, you will have to provide the servername (or use the ip address eg: 172.20.32.18) and then click on the connect button. After some moments you'll be prompted with a username/password prompt for connecting to the server. I entered Administrator as the user and entered the correct password and selected 'remember my password', followed by 'ok'.

    You will now see the 'Image Group Name' option on the Windows Deployment Services Image Capture Wizard allows you to drop down the menu, and from here you can select the captured images group.

    Click Finish to continue (and capture the image). The image capture wizard will start capturing the image and you'll see a 'Percent Complete: x%' dialogue box.

    After a fairly long while of file copying, Click Close to conclude the image capture process, congratulations you've captured an image using WDS !

    Note: that at this point Windows will exit and the computer will reboot. If you don't want it to boot into sysprep then you'll have to be quick and turn it off at the bios screen.

    The captured image will have been copied to D:\RemoteInstall\Images\WindowsXP, in addition it will be stored locally on the computer you captured the image on.


Thursday 9 October 2014


outollk close automatically



To determine which add-in is preventing Outlook from closing, follow these steps:
1.     On the Tools menu, click Options, and then click the Other tab.
2.     Click Advanced Options, and then click COM Add-ins.
3.     If COM add-ins are listed, note them, and then click to clear the check box that is next to one add-in. Click OK.

If no COM add-ins are listed, go to step 6.
4.     Exit Outlook, restart it, and then exit it again. Then verify whether the application closes correctly. To do this, examine the notification area to see whether the Outlook icon stays there for a long time. Alternatively, look in Task Manager for instances of Outlook.exe after the Outlook window closes.

Note In Task Manager, Outlook.exe is found in the list on the Processes tab.
5.     Repeat steps 3 and 4 to continue disabling COM add-ins until Outlook closes correctly.
6.     If no COM add-ins are listed, click Cancel to close the COM Add-ins window.
7.     Click Add-in Manager on the Advanced Options window.
8.     Verify that only the default add-ins that are listed in the More Information section are in the list. If non-default add-ins are present, note them, and then click to clear the check box next to each non-default add-in. This action disables the add-in.

Note If there are several non-default add-ins in Add-in Manager, disable them all at the same time.
9.     Exit Outlook, restart it, and then exit it again. Then verify whether the application closes correctly. To do this, examine the notification area to see whether the Outlook icon stays there for a long time. Alternatively, look in Task Manager for instances of Outlook.exe after the Outlook window closes.

Note In Task Manager, Outlook.exe is found in the list on the Processes tab.
10.  After all add-ins have been disabled, and after Outlook is restarted and closes correctly, enable each non-default add-in one at a time. To do this, exit Outlook, restart Outlook, enable an add-in, and then exit Outlook again.

This procedure may help identify which add-in is not working correctly with Outlook. After you identify the add-in, contact the add-in's manufacturer. A fix for the problem may already be available. Alternatively, the manufacturer may be able to build a fix.

Solution for desktop icons not displaying




Solution for desktop icons not displaying.


When you start the PC/ laptop, you can see the desktop image, but you can’t see the desktop icons, status Bar.  If you tried by CTL-ALT-DEL and starting the Windows Task Manager and trying to run a New Task, explorer.exe – when you run this task manager you  get an error saying that Microsoft Windows cannot find explorer.exe

  • If you attempt to start the shell manually, you receive "Windows cannot find explorer.exe...” If you look for explorer.exe in C:\WINDOWS it is present. If you try to replace explorer.exe with a copy from a Windows CD you still get the same error.
  
Steps to fix this error you must remove a key from the Windows Registry.
·        Open the Microsoft Windows Registry Editor by selecting "New Task" from the Task Manager (to get to the Task Manager use CTL-ALT-DEL and choose Task Manager.
·        Scroll to HKLM (Local Machine)/Software/Microsoft/Windows NT/Current Version/Image File Execution Options/explorer.exe.
·        In the right hand pane, find the Debugger registry key and highlight this key ONLY and delete it.
Then close the registry editor and reboot your computer.  You should now see the Windows Desktop, Icons and Start Menu.