Deploy the WIN8 system with MDT2013-Configure the Add task sequence for the MDT server

Source: Internet
Author: User

In this article we look at how to configure the task sequence. So let's first look at what the task sequence does. Task sequences are primarily used for operating system deployment, capturing template machine systems, and then doing a standard task after capturing. Let's take a look at how to create a standard task sequence for installing an operating system

to add a task sequence, right-click the Tasksequence "--" New tasksequence "

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F2/wKiom1OrxCaxgGRRAAISFZnQrp0835.jpg "style=" float: none; "title=" 1.png "alt=" Wkiom1orxcaxggrraaisfznqrp0835.jpg "/>

Input Task ID and Task name in order to distinguish between specific tasks, the name of this description will be seen at the time of deployment, so we must ensure a clear view when defining the description

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F1/wKioL1Orw_igK6YOAAHguyZg1iE752.jpg "style=" float: none; "title=" 2.png "alt=" Wkiol1orw_igk6yoaahguyzg1ie752.jpg "/>

because it is a new installation, select the Standard Client Task Sequence "

If you are capturing the client standard template, select sysprepand capture this option

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/36/F1/wKioL1Orw_jDCagmAAHmncelkH4176.jpg "style=" float: none; "title=" 3.png "alt=" Wkiol1orw_jdcagmaahmncelkh4176.jpg "/>

Select the operating system image to deploy

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/36/F2/wKiom1OrxCfx4vBLAAGqTQJDgXA540.jpg "style=" float: none; "title=" 4.png "alt=" Wkiom1orxcfx4vblaagqtqjdgxa540.jpg "/>

There are three options in this:

Select the first item to temporarily deactivate or adopt a LAN KMS server activation mode activation

The second indication: use MAK activation, this serial number is purchased with Microsoft and activated according to the number of activations purchased

Third: Indicates that we activate with a separate serial number

So here we use the first item

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F1/wKioL1Orw_qRVxCqAAK058cIv5o193.jpg "style=" float: none; "title=" 5.png "alt=" Wkiol1orw_qrvxcqaak058civ5o193.jpg "/>

fill in some simple information. Because our domain name is Contoso, our organization name is set to Contoso

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/36/F2/wKiom1OrxCjBSSrYAAG2MUPtaj8355.jpg "style=" float: none; "title=" 6.png "alt=" Wkiom1orxcjbssryaag2muptaj8355.jpg "/>

Set Local Administrator password

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/36/F1/wKioL1Orw_uR-DngAAH5PcsW5Wo373.jpg "style=" float: none; "title=" 7.png "alt=" Wkiol1orw_ur-dngaah5pcsw5wo373.jpg "/>

Confirmation information

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F2/wKiom1OrxCqDELx4AAH78AEO93c862.jpg "style=" float: none; "title=" 8.png "alt=" Wkiom1orxcqdelx4aah78aeo93c862.jpg "/>

Task Sequence Add complete

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/36/F1/wKioL1Orw_ygZty0AAGmhZAAmNI828.jpg "style=" float: none; "title=" 9.png "alt=" Wkiol1orw_ygzty0aagmhzaamni828.jpg "/>

Back to The task sequence for the MDT console, you can already see the task sequence we just added

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/36/F2/wKiom1OrxCvQbH1dAAKS5hQIddY672.jpg "style=" float: none; "title=" 10.png "alt=" Wkiom1orxcvqbh1daaks5hqiddy672.jpg "/>

after adding the task sequence, we'll edit the task sequence, select the task sequence you just created, and right-select the properties  

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F1/wKioL1Orw_3j7K24AAIyccsKq2w748.jpg "style=" float: none; "title=" 11.png "alt=" Wkiol1orw_3j7k24aaiyccskq2w748.jpg "/>

In the General tab, you can modify the name of the task sequence and make sure that "enable this task sequence" is checked

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/36/F2/wKiom1OrxCyipfLIAAJLpxZubZk380.jpg "style=" float: none; "title=" 12.png "alt=" Wkiom1orxcyipfliaajlpxzubzk380.jpg "/>

in the Task Sequence tab, expand the preinstall "," New computer only ", Format and Partition Disk"

you can see that the default partitioning method for the current system is to use the entire hard disk as a partition. Here we will delete the current partition mode, select osdisk, then the Delete button in the upper right corner of the option

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/36/F1/wKioL1Orw_6AXM2xAAQM372XFVQ335.jpg "style=" float: none; "title=" 13.png "alt=" Wkiol1orw_6axm2xaaqm372xfvq335.jpg "/>

now we're coming from defining a system partition, The C disk is 20G, and the remaining space is a partition. So click on the partition information, select "Use Specific Size", enter the specified system disk size of 20G, and tick this partition as the boot partition (this is a boot partition, the first partition must be checked, or the system will not boot), as well as the file system format, default NTFS, tick " Quick format "fast formatting; Click" OK "

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F2/wKiom1OrxC2Q6q5fAAGjM9odJc4218.jpg "style=" float: none; "title=" 14.png "alt=" Wkiom1orxc2q6q5faagjm9odjc4218.jpg "/>

now create a second partition. Here I want to divide the remaining hard disk capacity into one partition, then choose "Use a percentage of remaining free space", Size (%) is set to "100", using percent to partition, It means leaving all the space as a partition. If you say that except the system disk remaining partition 100G, if you need to divide two partitions, a 80G, a 20G, then the first partition here uses a percentage of 80%, the last partition uses the remaining percentage of 100%.

Now that two partitions are created, all newly deployed computers will be partitioned by the partition settings in this task sequence before deployment.

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/36/F1/wKioL1Orw_-hT7MQAAGjWfEUldw409.jpg "style=" float: none; "title=" 15.png "alt=" Wkiol1orw_-ht7mqaagjwfeuldw409.jpg "/>

these are for new bare-metal installations and need to be re-partitioned. For existing operating systems and data, you do not need to repartition, so you can disable this step; on theoption tab, tick "Disable This step" to disable this step

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/36/F2/wKiom1OrxC7BvLBtAAMqMAVq43A257.jpg "style=" float: none; "title=" 16.png "alt=" Wkiom1orxc7bvlbtaamqmavq43a257.jpg "/>

in the " Install "Install Operating system" to confirm which disk the system is installed on

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/36/F1/wKioL1OrxACA1cnCAAOl0sPZXW8050.jpg "style=" float: none; "title=" 17.png "alt=" Wkiol1orxaca1cncaaol0spzxw8050.jpg "/>


By doing this, we have completed the creation of a standard task sequence, partitioning and operating system selection.

in the next article, we'll show you how to set up a boot image, update a deployment image, and import a boot image to WDS

More exciting content, look forward to your attention!


This article is from the "Liuxiaorong-Technology Achievement Dream" blog, please be sure to keep this source http://pekingsmile.blog.51cto.com/16687/1431198

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.