<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pret0031</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pret0031"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Pret0031"/>
	<updated>2026-04-07T19:35:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2699</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2699"/>
		<updated>2010-07-26T09:53:44Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Formatting and Preparing the USB Flash Drive to Become Bootable ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
By using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
After you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
Enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
Last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
Now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
Back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
Once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
Step 12&lt;br /&gt;
&lt;br /&gt;
The final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
You will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
In the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
&lt;br /&gt;
Picture&lt;br /&gt;
&lt;br /&gt;
Now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2698</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2698"/>
		<updated>2010-07-26T09:53:13Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Formatting and Preparing the USB Flash Drive to Become Bootable ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
By using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
After you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
Enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
Last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
Now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
Back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
Once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
Step 12&lt;br /&gt;
&lt;br /&gt;
The final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
You will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
In the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
&lt;br /&gt;
Picture&lt;br /&gt;
&lt;br /&gt;
Now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2697</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2697"/>
		<updated>2010-07-26T09:53:01Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Formatting and Preparing the USB Flash Drive to become Bootable ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
By using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
After you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
Enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
Last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
Now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
Back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
Once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
Step 12&lt;br /&gt;
&lt;br /&gt;
The final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
You will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
In the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
&lt;br /&gt;
Picture&lt;br /&gt;
&lt;br /&gt;
Now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2696</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2696"/>
		<updated>2010-07-26T09:52:39Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Formatting and preparing the USB flash drive to become bootable ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
By using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
After you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
Enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
Last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
Now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
Back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
Once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
Step 12&lt;br /&gt;
&lt;br /&gt;
The final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
You will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
In the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
&lt;br /&gt;
Picture&lt;br /&gt;
&lt;br /&gt;
Now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Set-location.jpg&amp;diff=2695</id>
		<title>File:Set-location.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Set-location.jpg&amp;diff=2695"/>
		<updated>2010-07-26T09:48:32Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-child.jpg&amp;diff=2694</id>
		<title>File:Get-child.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-child.jpg&amp;diff=2694"/>
		<updated>2010-07-26T09:48:17Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-content.jpg&amp;diff=2693</id>
		<title>File:Get-content.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-content.jpg&amp;diff=2693"/>
		<updated>2010-07-26T09:48:00Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2692</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2692"/>
		<updated>2010-07-26T09:34:14Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Creating a USB installation]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2691</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2691"/>
		<updated>2010-07-26T09:33:38Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
&lt;br /&gt;
Formatting and preparing the USB flash drive to become bootable&lt;br /&gt;
&lt;br /&gt;
Step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
By using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
After you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
Enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
Last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
Now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
Back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
Once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
Step 12&lt;br /&gt;
&lt;br /&gt;
The final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
You will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
In the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
&lt;br /&gt;
Picture&lt;br /&gt;
&lt;br /&gt;
Now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2690</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2690"/>
		<updated>2010-07-26T09:31:04Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
Part 1&lt;br /&gt;
&lt;br /&gt;
Formatting and preparing the USB flash drive to become bootable&lt;br /&gt;
&lt;br /&gt;
step 1 &lt;br /&gt;
&lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
&lt;br /&gt;
step 2&lt;br /&gt;
&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
by using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
after you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
&lt;br /&gt;
Step 9 &lt;br /&gt;
&lt;br /&gt;
now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
&lt;br /&gt;
Step 10&lt;br /&gt;
&lt;br /&gt;
back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
&lt;br /&gt;
Step 11&lt;br /&gt;
&lt;br /&gt;
once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.&lt;br /&gt;
&lt;br /&gt;
step 12&lt;br /&gt;
&lt;br /&gt;
the final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiple Operating System USB ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
you will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
&lt;br /&gt;
PICTURE&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
Step 7&lt;br /&gt;
in the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
Picture&lt;br /&gt;
now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2689</id>
		<title>Creating a USB installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Creating_a_USB_installation&amp;diff=2689"/>
		<updated>2010-07-26T09:28:44Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: Created page with &amp;#039;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of ope…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in this tutorial you will learn how to create your very own windows installation USB flash drive. materials required for this is a USB with 4GB or more based on the number of operating systems you add, MDT 2010, and Windows AIK. this process will be completed also using diskpart only on vista or windows 7. reason being is that other version of diskpart do not recognize USB flash drives.&lt;br /&gt;
Part 1&lt;br /&gt;
Formatting and preparing the USB flash drive to become bootable&lt;br /&gt;
step 1 &lt;br /&gt;
open up command prompt and run as administrator. this can be done by entering CMD into the search bar&lt;br /&gt;
step 2&lt;br /&gt;
type in DISKPART. this will open up the diskpart program inside the command prompt.&lt;br /&gt;
Step 3&lt;br /&gt;
by using the command LIST DISK you can locate and find which disk will be your USB flash drive. as for me my USB drive was disk 1.&lt;br /&gt;
Step 4&lt;br /&gt;
after you have figured out your disk number you need to select it by using SELECT DISK 1.&lt;br /&gt;
Step 5&lt;br /&gt;
enter CLEAN command next, this will remove the first 1MB from the first sector for the new changes. note this will not delete everything off the drive.&lt;br /&gt;
Step 6&lt;br /&gt;
now it is time to create the partition by entering CREATE PARTITION PRIMARY. once it is created you can enter it with SELECT PARTITION 1.&lt;br /&gt;
Step 7&lt;br /&gt;
enter ACTIVE to make this a valid system partition. then format the partition with FORMAT FS=NTFS. making the files system NTFS.&lt;br /&gt;
Step 8&lt;br /&gt;
last step to completing the job is the ASSIGN command. this will create and give the newly created drive a letter.&lt;br /&gt;
Step 9 &lt;br /&gt;
now we will need a Windows installation CD in the CD drive. take note on the drive letter it is using you will need it for the future.&lt;br /&gt;
Step 10&lt;br /&gt;
back to command prompt and enter your drive letter of the CD drive like so D: mine was in the D drive yours might be different depending on the cd drive letters on the system. then we need to enter a folder inside the CD with CD BOOT. this will jump us into the BOOT folder.&lt;br /&gt;
Step 11&lt;br /&gt;
once inside the boot folder of your Windows CD next is the BOOTSECT&amp;gt;EXE /NT60 E: (E: is my USB flash drive letter so if yours is different change it accordingly.)&lt;br /&gt;
step 12&lt;br /&gt;
the final step for the bootup USB is to just simply copy all the files in the windows CD and paste them into the root of your USB drive.&lt;br /&gt;
----------------------------------------------------------------&lt;br /&gt;
Part 2&lt;br /&gt;
adding multiple operating systems to your new created bootable flash drive is going to require MDT 2010 and windows AIK installed on the computer.&lt;br /&gt;
Step 1&lt;br /&gt;
installing MDT 2010 and windows AIK before anything else&lt;br /&gt;
Step 2&lt;br /&gt;
open up deploymentworkbench, run as admin, right click deployment shares and pick new deployment shares. this will being up a wizard which starts on the PATH location where you will manage all the data you will collect from different windows operating systems. i just picked the default at C:\deploymentshare and hit next. i also just left the share name to its default but can be changed if wished after the name hit next. next . next. next. next. all of these configurations can be whatever you want but just remember them.&lt;br /&gt;
Step 3&lt;br /&gt;
once the new deployment share is created you should find a new pulldown that looks like so.&lt;br /&gt;
PICTURE&lt;br /&gt;
next you can add operating systems by right clicking the OPERATING SYSTEM folder and selecting IMPORT OPERATING SYSTEM. look another wizard, hit next for OS type the default works. under source you need to add the location of the Windows CD in your CD drive. after hitting next you will see the CD was automatically identify with the windows version you added for your source. then next a bunch until the wizard ends.&lt;br /&gt;
Step 4&lt;br /&gt;
you will now notice when clicking on the operating systems folder titles of the OS uploaded appear. if you wish to make more OS just repeat step 3 and give a new source location.&lt;br /&gt;
PICTURE&lt;br /&gt;
Step 5&lt;br /&gt;
now we need to add the deployment task which will be applied on the boot manager. for this we will be right clicking on the TASK SEQUENCES and creating a new task. guess what a wizard pops up. for the task sequence ID box you can enter in any 3 digit numbers you want this is just for managing the location for future use, but when we get to the task sequence name this will be the name of the operating system that will be displayed on the boot manager menu.next window you want the default option for standard client task sequence so click next. in the third window we are linking the OS with the task sequence. pick the OS you are creating this task for now and clicking next. the next few windows are just things in which you can configure on that OS installation. click if you want a password for admin or adding a product key but finish the wizard.&lt;br /&gt;
PICTURE&lt;br /&gt;
Step 5&lt;br /&gt;
now back to your deployment share folder which is the parent of all the folders you have been dealing with. now we need right click deployment share folder and select UPDATE DEPLOYMENT SHARE. a new wizard appears, hit next for everything and leave the defaults. this might take some time but the wizard will finish.&lt;br /&gt;
Step 6&lt;br /&gt;
now we need to expand the ADVANCED CONFIGURATION and click on media, right click and create a new media. in the media wizard create a location where you wanna save the files. i made C:\media to where all my files will be stored.&lt;br /&gt;
Step 7&lt;br /&gt;
in the middle window you should see a new media creation, which you must right click and update media. this will take some time but after it is complete all you need to do is copy all the files at the save location to your USB flash drives root location.&lt;br /&gt;
Picture&lt;br /&gt;
now you have a bootable multiple windows OS installation USB flash drive!!!!!!&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2453&amp;diff=2688</id>
		<title>Franske CNT-2453</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2453&amp;diff=2688"/>
		<updated>2010-07-26T09:25:42Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2453 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2453 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2453-01 SU10 Schedule|Summer 2010 Section Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2453 Labs, Homework and Project Information|Labs, Homework and Project Information]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
*[[ Command_Line_Programs ]]&lt;br /&gt;
*[[Modifying Permissions With ICACLS]]&lt;br /&gt;
*[[CNT-2453 LAB 1]]&lt;br /&gt;
*[[HirenBhakta]]&lt;br /&gt;
* [[PowerShell Basics]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2687</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2687"/>
		<updated>2010-07-26T09:25:23Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2686</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2686"/>
		<updated>2010-07-26T09:24:22Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[PowerShell Basics]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2685</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2685"/>
		<updated>2010-07-26T09:23:59Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Powershell Basics]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2684</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2684"/>
		<updated>2010-07-26T09:23:11Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
* [[Powershell Basics]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2683</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2683"/>
		<updated>2010-07-26T09:22:36Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
* [[Powershell_Basics]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2682</id>
		<title>Franske CNT-2451</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2451&amp;diff=2682"/>
		<updated>2010-07-26T09:22:18Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2451 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2451 SU10 Syllabus|Summer 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Schedule|Summer 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2451 SU10 Homework and Project Information|Information on Homework and Projects]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
* [[Powershell_basics]]&lt;br /&gt;
&lt;br /&gt;
==Corrected Labs==&lt;br /&gt;
* [[Creating a Windows PE 3.0 CD ISO]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Adding VHD to Boot Menu|Chapter 2: Adding a VHD to the Boot Menu]]&lt;br /&gt;
* [[Franske CNT-2451 Lab Applying Image to VHD|Chapter 2: Applying an Image to a VHD]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[VirtualBox Startup Script]]&lt;br /&gt;
* [http://oreilly.com/catalog/errata.csp?isbn=9780735627086 Book Errata/Corrections]&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2681</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2681"/>
		<updated>2010-07-26T09:21:05Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
-now we can use the get-date command with the man command like this:&lt;br /&gt;
&lt;br /&gt;
[[File:get-date.jpg]]&lt;br /&gt;
&lt;br /&gt;
-this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
-full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
[[File:date.jpg]]&lt;br /&gt;
&lt;br /&gt;
-now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
&lt;br /&gt;
[[File:get-process more.jpg]]&lt;br /&gt;
&lt;br /&gt;
as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
once that is done move back to Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
&lt;br /&gt;
[[File:get-content.jpg]]&lt;br /&gt;
&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
changing the location where you are present is as easy as entering:&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
&lt;br /&gt;
[[File:set-location.jpg]]&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
&lt;br /&gt;
[[File:get-child.jpg]]&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2680</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2680"/>
		<updated>2010-07-26T09:20:15Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
-now we can use the get-date command with the man command like this:&lt;br /&gt;
&lt;br /&gt;
[[File:get-date.jpg]]&lt;br /&gt;
&lt;br /&gt;
-this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
-full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
[[File:date.jpg]]&lt;br /&gt;
&lt;br /&gt;
-now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
&lt;br /&gt;
[[File:get-process more.jpg]]&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
once that is done move back to Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
&lt;br /&gt;
[[File:get-content.jpg]]&lt;br /&gt;
&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
changing the location where you are present is as easy as entering:&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
&lt;br /&gt;
[[File:set-location.jpg]]&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
&lt;br /&gt;
[[File:get-child.jpg]]&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2679</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2679"/>
		<updated>2010-07-26T09:16:35Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
now we can use the get-date command with the man command like this:&lt;br /&gt;
&lt;br /&gt;
[[File:get-date.jpg]]&lt;br /&gt;
&lt;br /&gt;
this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
[[File:date.jpg]]&lt;br /&gt;
&lt;br /&gt;
now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
&lt;br /&gt;
[[File:get-process more.jpg]]&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. once that is done move back to &lt;br /&gt;
Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
location location location something everyone loves to use in a command based system.&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
set-location.pic&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
get-child.pic&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2678</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2678"/>
		<updated>2010-07-26T09:15:45Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
now we can use the get-date command with the man command like this:&lt;br /&gt;
&lt;br /&gt;
[[File:get-date.jpg]]&lt;br /&gt;
&lt;br /&gt;
this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
[[File:date.jpg]]&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
get-process more.pic&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. once that is done move back to &lt;br /&gt;
Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
location location location something everyone loves to use in a command based system.&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
set-location.pic&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
get-child.pic&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2677</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2677"/>
		<updated>2010-07-26T09:15:26Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
now we can use the get-date command with the man command like this:&lt;br /&gt;
[[File:get-date.jpg]]&lt;br /&gt;
this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
date.pic&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
get-process more.pic&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. once that is done move back to &lt;br /&gt;
Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
location location location something everyone loves to use in a command based system.&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
set-location.pic&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
get-child.pic&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2676</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2676"/>
		<updated>2010-07-26T09:15:02Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
now we can use the get-date command with the man command like this:&lt;br /&gt;
get-date.pic&lt;br /&gt;
this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
&lt;br /&gt;
full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
date.pic&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
get-process more.pic&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. once that is done move back to &lt;br /&gt;
Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
location location location something everyone loves to use in a command based system.&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
set-location.pic&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
get-child.pic&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2675</id>
		<title>PowerShell Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=PowerShell_Basics&amp;diff=2675"/>
		<updated>2010-07-26T09:14:33Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: Created page with &amp;#039;Powershell is a new command line based program created by Microsoft. this is a  simple walk through to give a new user to Powershell a easy to understanding and command  base to …&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powershell is a new command line based program created by Microsoft. this is a &lt;br /&gt;
simple walk through to give a new user to Powershell a easy to understanding and command &lt;br /&gt;
base to use in the real world. if you have ever used a Linux based system Powershell is &lt;br /&gt;
very similar in the approach to commands.&lt;br /&gt;
first we can take a look at the Get-date command which displays the current time and &lt;br /&gt;
date.&lt;br /&gt;
&lt;br /&gt;
now we can use the get-date command with the man command like this:&lt;br /&gt;
get-date.pic&lt;br /&gt;
this will display a manual on how to use this command and state how to use it.&lt;br /&gt;
&lt;br /&gt;
another command very common to use is the ability to check current processes on the &lt;br /&gt;
computer.&lt;br /&gt;
&lt;br /&gt;
get-proccess&lt;br /&gt;
[[File:get-process.jpg]]&lt;br /&gt;
full list of all the running processes.&lt;br /&gt;
&lt;br /&gt;
	some of the more powerful commands like set-alias can create custom commands for &lt;br /&gt;
current commands. for example we will be using the command we used in the start &amp;quot;get-&lt;br /&gt;
date&amp;quot; to display the date and time.&lt;br /&gt;
&lt;br /&gt;
set-alias date get-date&lt;br /&gt;
&lt;br /&gt;
now when i enter the command &amp;quot;date&amp;quot; it will prompt the same info as get-date&lt;br /&gt;
date.pic&lt;br /&gt;
&lt;br /&gt;
congrats now you have the power to create your own aliases towards commands but wait we &lt;br /&gt;
can go to a even crazier level of commands by piping 2 commands in a row like so.&lt;br /&gt;
&lt;br /&gt;
get-process | more&lt;br /&gt;
get-process more.pic&lt;br /&gt;
&lt;br /&gt;
	as you can see not all of the data has been listed but why? that&#039;s because the &lt;br /&gt;
more command will only display as much information as the screen can handle at a time. &lt;br /&gt;
by pressing space bar more information can be displayed. so we have successfully piped 2 &lt;br /&gt;
commands in a row.the limitations of the set-alias command can only replace 1 command &lt;br /&gt;
for another.&lt;br /&gt;
&lt;br /&gt;
	displaying the content of files can come in handy with Powershell but first we &lt;br /&gt;
need to create a simple text file somewhere on your machine to be able to complete this &lt;br /&gt;
command. i just created mine on the C: drive root for easy access and also i named mine &lt;br /&gt;
test.txt. then after you create the file put some text into it anything you wish.im &lt;br /&gt;
doing something really boring like &amp;quot;this is a test file&amp;quot;. once that is done move back to &lt;br /&gt;
Powershell and type in the command get-content C:\test.txt.&lt;br /&gt;
if everything goes correctly Powershell should of displayed the text inside your text &lt;br /&gt;
file.&lt;br /&gt;
&lt;br /&gt;
location location location something everyone loves to use in a command based system.&lt;br /&gt;
&lt;br /&gt;
set-location c:\&lt;br /&gt;
set-location.pic&lt;br /&gt;
&lt;br /&gt;
will send you right to the root of the C drive.&lt;br /&gt;
&lt;br /&gt;
then we would like to view the current files inside this directory we would use the &lt;br /&gt;
&lt;br /&gt;
command get-childitem&lt;br /&gt;
get-child.pic&lt;br /&gt;
&lt;br /&gt;
combining the 2 commands location and childitem gives you the power to move up and down &lt;br /&gt;
through the directories of the file system.&lt;br /&gt;
&lt;br /&gt;
	this is just a basic introductory of Powershell and its power to function with &lt;br /&gt;
the command line. there are many more commands not covered in this section such as &lt;br /&gt;
format-table which can take the output of a file and display it as a table.with the &lt;br /&gt;
creation of Powershell being based off the Linux command line the power of Powershell is &lt;br /&gt;
endless and in the long run this will most likely replace command prompt in the years to &lt;br /&gt;
come so you better learn the basics.&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Man_get-date.jpg&amp;diff=2674</id>
		<title>File:Man get-date.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Man_get-date.jpg&amp;diff=2674"/>
		<updated>2010-07-26T09:10:19Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-process_more.jpg&amp;diff=2673</id>
		<title>File:Get-process more.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-process_more.jpg&amp;diff=2673"/>
		<updated>2010-07-26T09:10:04Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-process.jpg&amp;diff=2672</id>
		<title>File:Get-process.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-process.jpg&amp;diff=2672"/>
		<updated>2010-07-26T09:09:45Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Date.jpg&amp;diff=2671</id>
		<title>File:Date.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Date.jpg&amp;diff=2671"/>
		<updated>2010-07-26T09:09:29Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-date.jpg&amp;diff=2670</id>
		<title>File:Get-date.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Get-date.jpg&amp;diff=2670"/>
		<updated>2010-07-26T09:09:05Z</updated>

		<summary type="html">&lt;p&gt;Pret0031: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pret0031</name></author>
	</entry>
</feed>