Deploy Windows 7 Using Microsoft s FREE Deployment Tools. Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right

Size: px
Start display at page:

Download "Deploy Windows 7 Using Microsoft s FREE Deployment Tools. Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right"

Transcription

1 Deploy Windows 7 Using Microsoft s FREE Deployment Tools Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right

2 Rhonda Layfield I live in Washington DC in the States Been in the IT industry for 30 years US Navy for 7 years Write for Windows IT Pro magazine Setup and Deployment MVP Desktop Deployment Product Specialist (DDPS) I am self employed The name of my company is Deployment Done Right

3 Get In Touch With Me Let me know how your deployments are going: Follow me on Twitter Sign up for one of my hands-on deployment classes September 2011 in Washington DC Contact me for details Bring me into your organization to hear more about deployment For short term consulting and in-house training

4 The Goal For This Session To help you decide which tool is right for you All tools deploy both Server and Desktop Operating Systems (OSs) All tools are either FREE or In-The-Box The tools are: Microsoft Deployment Toolkit 2012 (MDT 2012) Windows Deployment Service (WDS) The One Tool Not Covered is System Center Configuration Manager (SCCM) But first

5 Overview Image Formats and Scenarios MDT Installation Configuration Network deployments XP migrations MDT advanced features

6 Overview WDS Installation Configuration Multicast traffic Multicast traffic MDT & WDS integration Differences between MDT & WDS

7 Windows Image Formats There are two Windows Image.Wim Virtual hard disk.vhd

8 .Wim Compared to.vhd.wim Contain a single volume (c: d: e:) Multiple images may be stored in a single.wimfile Single instancing No redundant file storage Service image offline Apply patches quick and easily.vhd Contain an entire hard drive (multiple volumes) Service image offline

9 Three Types of Images: Thick, Thin, Hybrid Thick images contain an OS and all applications More difficult to make changes to later Thin images usually contain only the OS Applications are deployed after the OS Group Policy deployment MDT 2010 U1 Manually Hybrid images contain OS and corporate approved applications Like line of business (LOB) applications created in-house

10 Scenario Bare Metal Refresh Replace Upgrade 4 Deployment Scenarios New machines Description Keeping the old hardware installing a new OS on the existing machine Replacing existing computer with a new computer while maintaining user s settings and data Unless your upgrading from Vista there is no direct upgrade path

11 MICROSOFT DEPLOYMENT TOOLKIT 2010 MICROSOFT DEPLOYMENT TOOLKIT 2010 UPDATE 1 (MDT2010 U1)

12 Setting Up MDT 2010: as easy as Install WAIK Install MDT Create a Deployment Share Operating Systems: Server 2008 R2 Server 2003 R2 Vista Windows 7 MDT 2010 U1 Deployment Server

13 Create a Deployment Share Open Deployment Share

14 1 Add an OS W7 W7 DVD DVD Windows Server 2003 R2 Windows Server 2008 & R2 XP SP3 Vista SP1 Windows 7 & SP1 MDT 2010 U1 Deployment Server 2 Deploy OS Store Image 3 SYSPREP Create A Reference

15 Add Components Applications Office 2010 Adobe Reader Drivers 3 rd party 3 rd party Packages OS patches Language packs

16 Over Time You Will Have Multiple Images To Deploy: Multiple OSs Windows 7 SP1 base DVD Windows 7 custom Hybrid.wim image Windows Server 2008 R2 Drivers for different models of machines Applications for different groups of users So you will need a way to group components together for a specific deployment This is called a Task Sequence

17 Then You Need To Update The Deployment Share Updating the deployment share creates a custom MDT Windows Pre Installation Environment (WinPE) This WinPE is very intelligent Pre-configured to know who the MDT server is and the name of the Deployment Share

18 Add an OS, Application, Drivers Create a Task Sequence Update the Deployment Share

19 Then, Get MDT Ready To Deploy The Custom.wim Image Import the Custom.wim Create a task sequence Deploy

20 MDT WinPE 1 Copy WinPE 2 Boot Target MDT 2010 U1 3 Deployment Server Connect to MDT Server and Download Image

21 Boot Client With WinPE Walk Through The Deployment Wizard

22 Automate The Client

23 Automate the Clients Experience When you run the Deployment Wizard Choose which screens are displayed during the deployment Suppress the ones you don t want anyone to see or change like: Product Key Administrator s password Customize the words displayed on the pages

24 Automate The Client Deployment BootStrap.ini CustomSettings.ini If you make changes to the Boostrap.ini you will need to update the deployment share again to reflect those changes For Help on variables to add to these files: Help Microsoft Deployment Toolkit Reference Properties Property Definitions

25 Automate A Deployment Share

26 XP Migration Refresh Scenario Gather Application Information Configure MDT and Application Information 1 2 Begin MDT Deployment Wizard 3 XP SP2/SP3 Get list of Applications Configured List & Registry Scan = New list Pre Selected USMT Gathers User and Application Settings (local store) MDT 2010 U1 Deployment Server

27 XP Migration Refresh Scenario Boots to WinPE - Win 7 is Installed 7 Windows XP SP2/SP37 Applications are Installed from MDT Deployment Share USMT Applies User and Application Settings (local store) 8 9 MDT 2010 U1 Deployment Server

28 MDT Network Deployment

29 Get MDT Deployment Server Ready Add an Operating System Windows 7 Add Drivers Create a Task Sequence

30 Get MDT Deployment Server Ready

31 XP Migration With Applications Performing Refresh scenario Currently running XP Migrate to Windows 7 Applications that are currently installed on XP should automatically be re-installed on Windows 7

32 1 Gather Application Information Log on as a standard user for read only mode HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall Uninstall key name

33 1 Gather Application Information.Exe sare easy the application name is obvious.msi sare displayed as GUID s look for the DisplayName.MSI EXE

34 1 Copy Key Name to Notepad

35 1 This is what you will get: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\uninstall\{fc7bacf0-1ffa-4605-b3b4-a66ab382752d} This is the piece you want: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\uninstall\{fc7bacf0-1ffa-4605-b3b4-a66ab382752d} If your doing a lot of applications at one time: XMLNotepad = {FC7BACF0-1FFA-4605-B3B4-A66AB382752D} NetMon 3.3 = {365C5A F-B975-56EA878D0A06} Office 2007 = { A FF1CE}

36 Gather Application Information

37 2 Configure MDT Server: With Application Information Performed on the MDT deployment server Within the Deployment Workbench Add an application Open the properties of the application Go to the Details tab Input the Uninstall registry key name from your Notepad file

38 Add Application data to MDT Server

39 2 Create the script that will search for applications Create LTIAppDetect.vbs script Download LTIAppDetect.vbs from Copy the LTIAppDetect.vbs script to your deployment share s Scripts folder

40 2 Configure MDT to look for applications -edit the properties of your deployment share From within the Deployment Workbench / Properties of your deployment share / Rules tab [Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=NO SkipProductKey=YES

41 2 Add LTIAppDetect.vbs [Settings] Priority=Default Properties=MyCustomProperty [Default] UserExit=LTIAppDetect.vbs OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=NO SkipProductKey=YES

42 Configure Deployment Workbench With Script

43 3 Begin MDT Deployment Wizard Launch LiteTouch.vbs from the XP workstation Map a drive to your deployment server: Net use P: \\ServerName\DeploymentShareName\Scripts Deployment server = DeploySrv Deployment share = DeploymentShare$ Net use P: \\Deploysrv\DeploymentShare$\Scripts Then from the P: drive double click on LiteTouch.vbs OR Start/ Run /

44 Steps 4 and5 You won t see these 4 5 Get a list of Applications Configured These are the applications you configured on the deployment server in the deployment workbench List & Registry Scan = New list Pre Selected The list of configured applications on the deployment server and the list of applications from the XP registry are compared to create a third list The third list is the list of applications displayed as pre selected during the deployment process

45 6 USMT Gathers User and Application Settings User State Migration Tool v4.0 gathers existing user data, settings and application settings This is called Users State User State is stored locally scanstate.exe C:\MININT\StateStore /v:5 /o /c /hardlink /nocompress/efs:hardlink /i:c:\minint\usmt\migapp.xml /i:c:\minint\usmt\migdocs.xml /l:c:\minint\smsosd\osdlogs\usmtcapture.log /progress:c:\minint\smsosd\osdlogs\usmtcapture.prg

46 Steps 7 and 8 TaskSequence Performs These: 7 Boots to WinPE-Windows 7 is Installed Windows 7 is installed 8 Applications are Installed from MDT Deployment Share Applications selected from the Select one or more applications to install page (Windows Deployment Wizard) are installed

47 USMT Applies Locally Stored Settings 9 USMT applies previously gathered user data, settings and application settings loadstate.exe /v:5/c/lac/hardlink/nocompress /i:c:\minint\usmt\migapp.xml /i:c:\minint\usmt\migdocs.xml /l:c:\minint\smsosd\osdlogs\usmtrestore.log C:\MININT\StateStore /progress:c:\minint\smsosd\osdlogs\usmtrestore.prg

48 Mandatory Applications

49 Make Applications Mandatory If you don t want a person to be able to de-select an application during deployment Edit LTIAppDetect.vbs script Set oapplications = oenvironment.listitem("applications") To: Set oapplications= oenvironment.listitem("mandatoryapplications")

50 Clean Up Active Directory Users and Computers If you rename your newly migrated machine the old name still exists in AD So, you might want to clean that up by deleting the old machine name

51 What We Covered 4 Deployment Scenarios Migrated an XP machine to Windows 7 while also maintaining: User s data User s Settings IE Favorites Desktop settings Application Installations and Settings

52 Selection Profiles

53 MDT Components The MDT components are: Operating Systems Applications Drivers Packages Task Sequences To use some of the Advanced Features of MDT you will need to group MDT components together The way you group MDT components is by creating a Selection Profile

54 MDT s Selection Profiles The MDT components you group will determine what you can do with the selection profile: Group drivers and packages to inject into the MDT generated Windows Pre Installation Environments (WinPEs) Group drivers to inject into an OS task sequence Control which MDT components are included in Media Group MDT components to replicate (and keep in sync) to linked deployment shares

55 Branch Offices Dubai MDT Deployment Server Good WAN Link Unreliable WAN Link London New York

56 MDTs Media Feature Media allows you create a fully deployable image OS Applications Drivers Packages Task sequences

57 MDT MediaDeployment Bare Metal Pro Con No Network Connectivity No Version Control

58 Storage Options If you choose a DVD burn the.iso file to the DVD If you choose: External hard drive UFD (USB flash drive) You will need to prepare the mediafirst

59 Steps For Media Create a selection profile Run the New Media Wizard Update the Media Prepare the media Deploy

60 Create a Selection Profile Create Media

61 Preparing Media Open an elevated command prompt DISKPART List disk(record the number of the external device) Select disk N (N is the disk number Select disk 2 Clean create partition primary select partition 1 Active format fs=ntfs Assign exit Close the command prompt

62 Preparing Media Completed Open Windows Explorer Turn on show hidden files Navigate to the Media Content folder Copy the entire Content folder Boot folder Deploy folder EFI folder Autorun.inf Bootmgr Bootmgr.efi

63 Linked Deployment Shares (LDS)

64 Branch Offices Dubai OS Application Drivers Task Sequences MDT Deployment Server Good WAN Links London New York

65 Linked Deployment Shares (LDS) LDS allows you to copy a subset (or all if you choose) of components to another machine Even Windows 7 can host a LDS To create a LDS Begin on the target computer

66 On The Target Computer This is the computer you want to copy the LDS to Create a folder Ensure there is enough hard drive space MDT will not check this for you Share the folder Now you are ready to create the LDS on the MDT server

67 Create A LDS on The MDT Server Create a selection profile containing all the MDT components you would like copied (replicated) to the target computer Create a new LDS Type in the UNC path to where you want the new LDS Example \\server\share \\W7\LondonDS Choose your selection profile

68 Create A LDS on The MDT Server -Continued Select one of the options: Merge the selected contents into the target deployment share OR Replace the contents of the target deployment share folders with those selected Rename the LDS R-click the LDS and choose Replicate Content The contents you selected in your selection profile will be copied to the new LDS via ROBOCopy

69 Create a LDS

70 When You Make Changes The changes need to be replicated to the target computer You can either right-click the LDS and choose Replicate This will replicate EVERYTHING again even things that have not changed OR Change the replication technology to use Distributed File System- Replication (DFS-R) Create a scheduled task that will replicate changes whenever you want them replicated Only what has changed will be replicated

71 MDT Database

72 MDT Database Automate what gets installed on a computer Imaged and re-imaged How it works: When a client begins the Deployment Wizard a script runs: ZTIGather.wsf Gathers all kinds of information from the client like: Universally unique ID (UUID) Serial number Asset tag MACAddress Queries the MDT database for a match Applies the configured settings

73 Set Up MDT Database SQL is not supported on DCs You ll need a member server Install SQL (Express will work) Configure the database with the computer identifier The computer will check in with the database and perform whatever steps you choose

74 Johan Arwidmark mikael nystrom

75 What We Covered: Create a Master image Automate the Deployment Group MDT Components Put a complete deployment on a USB flash drive Create multiple deployment shares and keep them current MDT Database feature

76 Windows Deployment Service (WDS)

77 Windows Deployment Service WDS replaces Remote Installation Services (RIS) Provides both boot and installation images from the WDS server Supports.WIM and.vhd technology

78 WDS Requirements DHCP 1 2 AD/DNS Bare- Metal 3 WDS

79 Installing WDS In the box with Server products, well kind of Install WDS on a 2003 SP1Server Install RIS Install patch from the WAIK: windows_deployment_services_update.exe Install WDS on a 2003 SP2Server Control Panel / Add/Remove Programs / Windows Components / WDS Install WDS on a 2008 (& R2) server Server Manager Add Roles Select Windows Deployment Services from the list of roles

80 Configuring WDS WDS snap-in Right-click Servers Add Server defaults to local server Right-click your server and choose Configure Server.

81 Store Your Images Store your images on a drive other than where the OS resides

82 WDS Server also a DHCP Server?

83 WDS server responds to

84 Known clients are Prestaged in Active Directory

85 Prestaging and The GUID 564D49219C768546A956C310ED7D2BF6

86 Use a Specific WDS Server

87 Add a Boot Image A boot image is a Windows Pre Installation Environment (WinPE) The most current will always be best Windows 7 SP1 Boot.wim can deploy Vista SP1 Windows 7 Windows 7 SP1 Windows Server 2003 R2, 2008 and 2008 R2 Use an older WinPE will produce undesired results

88 Add an OS Image Both.wim and.vhd are supported Adding a.wim Right click Install Images Add Install Image Image Groups Adding a.vhd Elevated command prompt WDSUTIL/Add-Image/ImageFile:\\Server\Share\Win7.vhd /Server:WDSServer/ImageType:Install/ImageGroup:Windows7 /Filename:"Windows7.vhd"

89 Add Drivers & Applications 3rd party drivers only No Applications can be deployed from WDS Only a Thick image containing your applications

90 From The Client Perform a Network Boot Sometimes called a Pre Execution Boot Process OR PXE Boot

91 WDS And Network Deployments

92 Multicast Transmissions Server1 sends packet 1 to client1 Server1 sends packet 1 to client2 Server1 sends packet 1 to client3 Server1 sends packet 1 to all clients Server1 sends packet 1 to client1, client2, client3

93 Windows Deployment Services Multicast Enhancements Multiple streams of traffic Optimized rates based on client connection Fast Medium Slow Client Auto Removal Slower clients can be dropped to unicastor entirely (only in standard multicast) Boot Image Multicast Windows PE boot images can use multicast (clients with EFI)

94 Multicast WDS Server First client joins transmission

95 Multicast WDS Server Fast Medium Slow Medium

96 Multicast WDS Server Medium Slow Medium Fast Medium Fast Medium

97 Multicast WDS Server Slow Medium Medium

98 Multicast WDS Server

99 The Best of Both Worlds Integrating MDT & WDS Together

100 MDT & WDSTogether MDT 2010 U1 Deployment Server WDS Server MDT WinPE MDT WinPE Win 7 Image Download Image PXE Boot Targets

101 Feature Comparison MDT WDS Supports.wim images YES YES Supports.vhd images NO YES Requires Infrastructure NO YES Manage images easily YES NO Driver management Easy Difficult Provides PXE capabilities W/ WDS YES Provides Multicast W/ WDS YES Creates offline or stand alone media YES NO Automate Deployments YES YES Corporate Deployment Share replicates DS to Branch Offices YES NO

102 What We Covered Image Formats and Scenarios MDT Installation Configuration Network deployments XP migrations MDT advanced features

103 WDS Installation Configuration Multicast traffic Multicast traffic MDT & WDS integration Differences between MDT & WDS

104 Thank you for attending my session! Let me help- AND TrainSignal Deployment Training DVD Set I ll tweet about new products as they are released: DeploymentDR@Twitter.com

Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide

Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide White Paper Descriptor This document provides administrators with information and steps-by-step technique for deploying Microsoft Diagnostics

More information

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Technical white paper Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Table of contents Executive summary... 3 Configuration Manager features... 3 Asset

More information

Windows 10 and Enterprise Mobility

Windows 10 and Enterprise Mobility Windows 10 and Enterprise Mobility Deploying Windows 10 using Microsoft Deployment Toolkit The exercises in this lab guide show how to deploy Windows 10 by using Microsoft Deployment Toolkit (MDT) 2013

More information

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de IT-Pruefungen.de Hochwertige Qualität, neueste Prüfungsunterlagen http://www.it-pruefungen.de Exam : 70-681 Title : TS: Windows 7 and Office 2010, Deploying Version : Demo 1. You have a single-domain Active

More information

SPECOPS DEPLOY / OS 4.6 DOCUMENTATION

SPECOPS DEPLOY / OS 4.6 DOCUMENTATION Technical documentation: SPECOPS DEPLOY / OS 4.6 DOCUMENTATION By Shay Byrne, Product Manager 1 Getting Started... 4 1.1 Specops Deploy / OS Supported Configurations...4 1.2 Specops Deploy and Active Directory...

More information

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing MCTS Guide to Microsoft Windows 7 Chapter 13 Enterprise Computing Objectives Understand Active Directory Use Group Policy to control Windows 7 Control device installation with Group Policy settings Plan

More information

Http://www.passcert.com

Http://www.passcert.com Http://www.passcert.com Exam: 70-681 Title : TS: Windows 7 and Office 2010, Deploying Version : DEMO 1 / 8 1. You have a single-domain Active Directory Domain Services (AD DS) forest. All servers run Windows

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

How to Integrate SmartDeploy with Windows Deployment Services

How to Integrate SmartDeploy with Windows Deployment Services How to Integrate SmartDeploy with Windows Deployment Services SmartDeploy Revised: October 2014 Integrating custom Windows Imaging Format (WIM) images into Windows Deployment Services (WDS) lets you take

More information

Step-by-Step Guide for Windows Deployment Services in Windows Server 2008 to be used as an internal resource only

Step-by-Step Guide for Windows Deployment Services in Windows Server 2008 to be used as an internal resource only Windows Deployment Services is the updated and redesigned version of Remote Installation Services (RIS). Windows Deployment Services enables you to deploy Windows operating systems over the network, which

More information

Planning and Managing Windows 7 Desktop Deployments & Environments - 6294 Version 7

Planning and Managing Windows 7 Desktop Deployments & Environments - 6294 Version 7 Planning and Managing Windows 7 Desktop Deployments & Environments - 6294 Version 7 Note This course is not scheduled to be released until January of 2010. Overview This five-day instructor-led course

More information

Creating a custom WinPE Boot.wim

Creating a custom WinPE Boot.wim Contents Creating a custom winpe boot.wim- SCCM Creating a bootable USB Drive Creating a winpe boot.wim with parameter errors Creating a custom WinPE Boot.wim When using System Center Configuration Manager

More information

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment ALTIRIS Deployment Solution 6.8 Preboot Automation Environment The information contained in the Altiris knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.

More information

SIDE BY SIDE MIGRATION STEPS. John Johnston, Senior Solutions Architect SA IT Services

SIDE BY SIDE MIGRATION STEPS. John Johnston, Senior Solutions Architect SA IT Services SIDE BY SIDE MIGRATION STEPS John Johnston, Senior Solutions Architect SA IT Services TABLE OF CONTENTS CONTENTS Document Properties 1 Author 1 Revision 1 Background 1 Summary 2 Prerequisites 3 SCCM 2012

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Planning and Managing Windows 7 Desktop Deployments and Environments

Planning and Managing Windows 7 Desktop Deployments and Environments Planning and Managing Windows 7 Desktop s and s Introduction This five-day instructor-led course is intended for desktop administrators who want to specialize in desktop deployment, configuration, and

More information

How to Integrate SmartDeploy Enterprise with System Center Configuration Manager

How to Integrate SmartDeploy Enterprise with System Center Configuration Manager How to Integrate SmartDeploy Enterprise with System Center Configuration Manager SmartDeploy Revised: November 2014 Integrating SmartDeploy Enterprise with Microsoft System Center Configuration Manager

More information

Bare Metal Recovery Quick Start Guide

Bare Metal Recovery Quick Start Guide Bare Metal Recovery Quick Start Guide Revisions Document Control Version 5.4.3 Status Changes Date Final Created. August 2014 Copyright 2003-2014 Intronis, Inc. All rights reserved. 1 Table of Contents

More information

MS-6294- Planning and Managing Windows 7 Desktop Deployment and Environments

MS-6294- Planning and Managing Windows 7 Desktop Deployment and Environments MS-6294- Planning and Managing Windows 7 Desktop Deployment and Environments Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

(Exam 70-680): Configuring

(Exam 70-680): Configuring Microsoft MCTS Self-Paced Training Kit (Exam 70-680): Configuring Windows? Ian McLean Orin Thomas Contents Introduction Lab Setup Instructions Hardware Requirements Using the DVD xxv How to Install the

More information

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Number: 70-669 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-669 Exam Name: TS: Windows Server

More information

Planning and Managing Windows 7 Desktop Deployments and Environments

Planning and Managing Windows 7 Desktop Deployments and Environments Planning and Managing Windows 7 Desktop Deployments and Environments Course Details Duration: Course code: 5 Days M6294 Overview: This five-day instructor-led course is intended for desktop administrators

More information

Distributing EmailSMS v2.0

Distributing EmailSMS v2.0 Distributing EmailSMS v2.0 1) Requirements Windows 2000/XP and Outlook 2000, 2002 or 2003, Microsoft.NET Framework v 2).NET Framework V 1 Rollout Microsoft.NET Framework v1 needed to run EmailSMS v2.0.

More information

Server Edition Administrator s Guide

Server Edition Administrator s Guide Server Edition Administrator s Guide July 13, 2010 Introduction This document covers FinePrint, pdffactory, and pdffactory Pro Server Editions (SE). Installing SE on a Windows server provides easy deployment

More information

Windows Deployment Services

Windows Deployment Services Windows Deployment Services WDS for Large Scale Enterprises and Small IT Shops Presented By: Ryan Drown Rdrown@Purdue.edu Systems Administrator for Krannert School of Management at Purdue University Owner

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

DigitalPersona Pro Server for Active Directory v4.x Quick Start Installation Guide

DigitalPersona Pro Server for Active Directory v4.x Quick Start Installation Guide DigitalPersona Pro Server for Active Directory v4.x Quick Start Installation Guide 1 of 7 DigitalPersona Pro Server for Active Directory v4.x Quick Start Installation Guide Process Overview Step Description

More information

NE-6294A Planning and Managing Windows 7 Desktop Deployments and Environments

NE-6294A Planning and Managing Windows 7 Desktop Deployments and Environments NE-6294A Planning and Managing Windows 7 Desktop s and s Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 04 January 2010 300 Windows 7 Delivery Method Instructor-led

More information

Paragon Recovery Media Builder

Paragon Recovery Media Builder PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com E-mail sales@paragon-software.com Paragon

More information

Chapter 5: Operating Systems Part 1

Chapter 5: Operating Systems Part 1 Name Period Chapter 5: Operating Systems Part 1 1. What controls almost all functions on a computer? 2. What operating systems will be discussed in this chapter? 3. What is meant by multi-user? 4. Explain

More information

Paragon Boot Media Builder

Paragon Boot Media Builder 1 Paragon Boot Media Builder General guide on installing WAIK/ADK and using Boot Media Builder 2 Contents Introduction... 3 Key Features... 3 Building a WinPE Environment... 3 Download and Install the

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008

Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008 Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008 Microsoft Corporation Published: March 2011 Version: 11.03.11 Abstract This guide describes how to migrate

More information

Windows Embedded Standard 7 Technical Overview

Windows Embedded Standard 7 Technical Overview Windows Embedded Standard 7 Technical Overview Introduction Windows Embedded Standard 7 is the next generation platform in the product family that includes Windows XP Embedded and Windows Embedded Standard

More information

Welcome to the QuickStart Guide

Welcome to the QuickStart Guide QuickStart Guide Welcome to the QuickStart Guide This QuickStart Guide provides the information you need to install and start using Express Software Manager. For more comprehensive help on using Express

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information

User Manual. Copyright Rogev LTD

User Manual. Copyright Rogev LTD User Manual Copyright Rogev LTD Introduction Thank you for choosing FIXER1. This User's Guide is provided to you to familiar yourself with the program. You can find a complete list of all the program's

More information

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf.

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf. 70-682 Microsoft Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician http://www.pass4sureofficial.com Dumpspdf.com is a reputable IT certification examination guide, study guides and

More information

Deploying Windows 7 with System Center and MDOP. Troy Sharpe Core Infrastructure Specialist Jim Kerr Desktop Specialist

Deploying Windows 7 with System Center and MDOP. Troy Sharpe Core Infrastructure Specialist Jim Kerr Desktop Specialist Deploying Windows 7 with System Center and MDOP Troy Sharpe Core Infrastructure Specialist Jim Kerr Desktop Specialist Agenda Introduction to Client Management with System Center Planning and Deploying

More information

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

Abila MIP. Installation Guide

Abila MIP. Installation Guide This is a publication of Abila, Inc. Version 2015.x Copyright 2014 Abila, Inc. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are registered trademarks

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

OS Deployment V2.0. User s Guide

OS Deployment V2.0. User s Guide OS Deployment V2.0 User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003, 2011. US Government Users

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 16 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide E-Notebook SQL13.0 Desktop Migration and Upgrade Guide Last Modified: October 09, 2012 TABLE OF CONTENTS 1 Introduction... 3 2 Software Requirements... 3 2.1 Single User... 3 2.2 Remote (Shared Database

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

70-415. Implementing a Desktop Infrastructure. Version: Demo. Page <<1/9>>

70-415. Implementing a Desktop Infrastructure. Version: Demo. Page <<1/9>> 70-415 Implementing a Desktop Infrastructure Version: Demo Page 1. Casos de Estudio Testlet 1 Case Study 1 Proseware Inc. The following testlet will present a Case Study followed by [count] multiple

More information

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series thin clients april 2003 instructions. HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series Table Of Contents Table Of Contents... 1 Abstract... 2 Introduction... 2 System Requirements...

More information

System Center Configuration Manager 2007

System Center Configuration Manager 2007 System Center Configuration Manager 2007 Software Distribution Guide Friday, 26 February 2010 Version 1.0.0.0 Baseline Prepared by Microsoft Copyright This document and/or software ( this Content ) has

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide

Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide Copyright 2008, 2009, 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, Altiris and any Altiris or Symantec trademarks

More information

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows Websense v7.6 Install or Upgrade Checklist Greetings from Websense Technical Support. Most Websense upgrades complete successfully, and from my years of troubleshooting, I have learned a number of steps

More information

STIDistrict Server Replacement

STIDistrict Server Replacement STIDistrict Server Replacement Major Steps Defined This document addresses how to migrate data and applications from an existing STIDistrict (SQL) Server to a new machine. There will be 8 major steps:

More information

SPECIALIST PRACTICE MANAGER

SPECIALIST PRACTICE MANAGER INSTALLATION GUIDE FOR SPECIALIST PRACTICE MANAGER using a MICROSOFT SQL SERVER DATABASE Updated October 2009 All rights reserved. No reproduction, transmission, transcription, storage in a retrieval system,

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

Topaz Installation Sheet

Topaz Installation Sheet Topaz Installation Sheet P/N 460924001E ISS 08FEB12 Content Introduction... 3 Recommended minimum requirements... 3 Setup for Internet Explorer:... 4 Topaz installation... 10 Technical support... 14 Copyright

More information

Installation Manual (MSI Version)

Installation Manual (MSI Version) Installation Manual (MSI Version) 1. SYSTEM REQUIREMENTS... 2 2. INSTALLATION INSTRUCTIONS... 2 2.1 REMOTE INSTALLATION USING GROUP POLICY... 2 2.1.1 Assigning Software...2 2.1.2 Publishing Software...2

More information

Abila MIP. Installation User's Guide

Abila MIP. Installation User's Guide This is a publication of Abila, Inc. Version 2014.x Copyright 2013 Abila, Inc. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are registered trademarks

More information

Managing Content in System Center 2012 R2 Configuration Manager

Managing Content in System Center 2012 R2 Configuration Manager Managing Content in System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN

More information

Como configurar o IIS Server para ACTi NVR Enterprise

Como configurar o IIS Server para ACTi NVR Enterprise Como configurar o IIS Server para 20101/1/26 NVR is a Windows based video surveillance software that requires Microsoft IIS (Internet Information Services) 6 or above to operate properly. If you already

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Quick Start Guide. User Manual. 1 March 2012

Quick Start Guide. User Manual. 1 March 2012 Quick Start Guide User Manual 1 March 2012 This document outlines the steps to install SAMLite system into a single box of server and configure it to run for passive collection (domain login script). This

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

How To Manage Hard Disk Partitioning In Windows 8.1.2 (Windows 8) (Windows 7) (Powerbook) (For Windows 8) And Windows 8 (Pro) (Winstone) (Probation) (Perl

How To Manage Hard Disk Partitioning In Windows 8.1.2 (Windows 8) (Windows 7) (Powerbook) (For Windows 8) And Windows 8 (Pro) (Winstone) (Probation) (Perl Exam : 70-688 Title : Managing and Maintaining Windows 8 Version : Demo 1 / 19 1.DRAG DROP Your company recently purchased 25 new laptops. All 25 laptops have the same hardware configuration and do not

More information

Sophos Disk Encryption License migration guide. Product version: 5.61 Document date: June 2012

Sophos Disk Encryption License migration guide. Product version: 5.61 Document date: June 2012 Sophos Disk Encryption License migration guide Product version: 5.61 Document date: June 2012 Contents 1 About this guide...3 2 Add encryption to an existing Sophos security solution...5 3 SDE/SGE 4.x

More information

Microsoft MCSA 70-415 Exam

Microsoft MCSA 70-415 Exam Microsoft MCSA 70-415 Exam Vendor:Microsoft Exam Code: 70-415 Exam Name: Implementing a Desktop Infrastructure Topic 1, Proseware, Inc. Overview Proseware, Inc. is an independent software vendor. The company

More information

SCCM 2012 SP1. Administrator Guide. Rev. 3 May 16, 2013 UNIVERSITY OF LOUISVILLE

SCCM 2012 SP1. Administrator Guide. Rev. 3 May 16, 2013 UNIVERSITY OF LOUISVILLE Rev. 3 May 16, 2013 SCCM 2012 SP1 Administrator Guide UNIVERSITY OF LOUISVILLE 1. Introduction The primary sections of the System Center Configuration Manager 2012 console are split up in to four categories,

More information

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines

VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines * For actual installation steps, please refer to the VeriCentre 3.0 Installation guide that came with the VeriCentre 3.0 software.

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Deploying Windows Server 2008

Deploying Windows Server 2008 Deploying Windows Server 2008 MOC6418 About this Course This 3-day instructor-led course provides students with an understanding of migrating and deploying Windows Server 2008 including installation, configuration,

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

Designing and Deploying Connected Device Solutions for Small and Medium Business

Designing and Deploying Connected Device Solutions for Small and Medium Business Designing and Deploying Connected Device Solutions for Small and Medium Business HPATA Connected Devices Study Guide Rev 1.1 Table of Contents 1.1 Describe and recognize common desktop virtualization technologies

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

SQL 2014 Configuration Guide

SQL 2014 Configuration Guide SQL 2014 Configuration Guide 2015 ImproMed, LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language

More information

RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE

RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE Copyright 1996-2015 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Installing and Upgrading to Windows 7

Installing and Upgrading to Windows 7 Installing and Upgrading to Windows 7 Before you can install Windows 7 or upgrade to it, you first need to decide which version of 7 you will use. Then, you should check the computer s hardware to make

More information

SmartDraw Installation Guide

SmartDraw Installation Guide SmartDraw Installation Guide System Requirements Your computer must meet these requirements in order to run SmartDraw: Windows Vista, XP or 2000 256MB RAM 3GB free hard disk space Installation Options

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Backup User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013 Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager Install Guide Idera Inc., Published: April 2013 Contents Introduction to the Idera SQL Diagnostic Manager Management

More information

PLEASE NOTE: The client data used in these manuals is purely fictional.

PLEASE NOTE: The client data used in these manuals is purely fictional. Welcome! CAREWare Quick Start guides will walk you through the basics of setting up, managing and using the main CAREWare functions. It is intended for non-technical users who just need to get basic information

More information

CODESOFT Installation Scenarios

CODESOFT Installation Scenarios CODESOFT Installation Scenarios NOTES: CODESOFT is a separate install from existing versions of CODESOFT. You will need to make note of your current settings (default directories, etc.) so you can duplicate

More information

Sage Peachtree Installation Instructions

Sage Peachtree Installation Instructions Sage Peachtree Installation Instructions Quick Tips for Network Install Use the following tips to help you install Sage Peachtree on a network: Always install Sage Peachtree FIRST on the computer that

More information

Installation Guide - Client. Rev 1.5.0

Installation Guide - Client. Rev 1.5.0 Installation Guide - Client Rev 1.5.0 15 th September 2006 Introduction IntraNomic requires components to be installed on each PC that will use IntraNomic. These IntraNomic Client Controls provide advanced

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment Browser

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Deploying Windows Server 2008

Deploying Windows Server 2008 Deploying Windows Server 2008 Course Number: 6418B Course Length: 3 Days Course Overview This course provides students with an understanding of migrating and deploying Windows Server 2008 including installation,

More information

Automating client deployment

Automating client deployment Automating client deployment 1 Copyright Datacastle Corporation 2014. All rights reserved. Datacastle is a registered trademark of Datacastle Corporation. Microsoft Windows is either a registered trademark

More information

Planning and Managing Windows 7 Desktop Deployments and Environments

Planning and Managing Windows 7 Desktop Deployments and Environments Planning and Managing Windows 7 Desktop Deployments and Environments Course Number: 6294A Course Length: 5 Days Course Overview This five-day course is intended for desktop administrators who want to specialize

More information

Sideload Windows Store Apps in Windows 8

Sideload Windows Store Apps in Windows 8 Sideload Windows Store Apps in Windows 8 1. Introduction Windows Store apps bring a new dimension to the user experience, supporting multitouch and traditional keyboard and mouse user input. Organizations

More information

User State Migration Tool USMT 4.0

User State Migration Tool USMT 4.0 User State Migration Tool USMT 4.0 The USMT Process Upgrade Applications 1 XP SP2 Run ScanState Store locally or across the network 2 Deployment Server The USMT Process Upgrade Applications 1 XP Windows

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information