Create Configuration Manager 2012 Stand Alone Task Media USB Sticks

sccm_mecm_logo

Last updated on March 30th, 2023 at 07:10 pm

Read Time:1 Minute, 5 Second
If you have a requirement to create USB media for custom images and task sequences on a stand-alone USB stick, sometimes it can be a real pain to get the setup correct.

Our custom images are quick large so I had purchased some large USB sticks to fit everything on, including our huge library of drivers to cover all of our worldwide sites and their various makes and models.

To do this, the best method I have found is the following:

On a Windows machine with the Configuration Manager Console installed, do the following:

  1. Insert a USB stick (up to 32GB)
  2. Run the diskpart program
  3. Type list disk – this will give you a list of disks attached to your machine
  4. Identify the disk number of the USB stick you have plugged in
  5. Type select disk # (# being the number identified as being your USB stick)
  6. Type clean to completely format the drive
  7. Type create primary partition
  8. Type select partition 1
  9. Type format fs=ntfs quick (note the quick part or else the format will take hours!)
  10. Type active
  11. Type assign
  12. Type exit
Your USB stick will now be ready for you to use in Configuration Manager Console to deploy a stand-alone media task sequence to it.
If you have any questions, please leave a comment.
Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.