- danovich.com.au -

For the enterprise sys admin by the enterprise sys admin

  • Home
  • About
  • Contact
  • RSS Feed

1

Aug

SCCM unattended OSD with bootable USB drive

Posted by danovich  Published in SMS / SCCM, Storage, Tools, Windows

Here’s a neat trick to created an unattended USB boot disk for deploying SCCM OSD task sequences. The machine that you are going to use for this process needs to have the SCCM console loaded on it. The machine also needs to be a Windows Vista, Windows 7 or Windows Server 2008 or higher Operating System, this process will not work on Windows XP or Windows Server 2003. Also log onto the machine with an account that has administrative privileges.

  1. Attach the USB Flash Drive to a Windows Vista, 7 or Server 2008 machine (won’t work with XP or 2003)
  2. 2. Open an administrative command prompt window (cmd.exe) and start DISKPART
  3. At the DISKPART> prompt type ‘List disk’
  4. Determine which disk number corresponds to the USB flash drive
  5. At the DISKPART> prompt, type ‘Select disk x’ where x is the disk number that the USB flash drive corresponds to
  6. At the DISKPART> prompt, type ‘Clean’
  7. At the DISKPART> prompt, type ‘List Partition’. If there is a partition, at the DISKPART> prompt, type ‘Select Partition 1′ then type ‘Clean’ or even try ‘Clean all’ if the partitions won’t go away
  8. At the DISKPART> prompt, type ‘Create Partition Primary’. If you receive an error at this stage regarding not being able to create a partition, the USB Flash Drive is not capable of being made bootable and will not work as an SCCM 2007 bootable Task Sequence Media. Please restart the process using a different USB Flash Drive.
  9. At the DISKPART> prompt, type ‘Select Partition 1′
  10. At the DISKPART> prompt, type ‘Format FS=FAT32 QUICK’
  11. At the DISKPART> prompt, type ‘Active’
  12. At the DISKPART> prompt, type ‘Assign’
  13. At the DISKPART> prompt, type ‘Exit’
  14. From the SCCM console, right-click on the Task Sequence and select Create Task Sequence Media. Follow the prompts to create a USB boot disk.
  15. Once created, on the USB drive, navigate to SMS\Data\TSMBOOTSTRAP.INI
  16. Open TSMBOOTSTRAP.INI and change line Unattended=false to Unattended=true
  17. Save the changes to TSMBOOTSTRAP.INI

 
You can now boot your machine onto the USB drive (BIOS support required of course) and as long as you have a mandatory advertisement for a OS task sequence and the required computer association in SCCM, you should be fine! Generally much faster the PXE or CD / DVD booting!

If you need to make a few and know that USB is disk 1, you could use a diskpart script (diskpart.txt in this case) something like this (check before you use it!):

Select disk 1
Clean
Create Partition Primary
Select Partition 1
Format FS=FAT32 QUICK LABEL=”SCCMOSD USB”
Active
Assign
Exit

And then just run diskpart /s diskpart.txt
 
 

VN:F [1.9.11_1134]
please wait...
Rating: 10.0/10 (3 votes cast)
Share

Tags: bootable, OSD, SCCM, unattended, usb

2 comments

18

Nov

Migrating email to Google Apps

Posted by danovich  Published in Geek, Storage, Tools

I recently made the choice to move my email hosting to Google Apps after having several bad experiences with my previous email hosting provider.

I decided to use the ‘free’ Standard Edition which seemed to meet my requirements. It was a surprising easy transition which involved the following steps:

  • Verify domain ownership – this required me to upload a small file to my www.danovich.com.au website to provide that I had ownership of the domain
  • Create accounts – using the Google Apps web interface, I created new accounts for all users using danovich.com.au
  • Google Email Uploader – I used this fantastic tool to upload all of my email from my existing Outlook PST file. It was a very easy to use tool and can be stopped and started as  needed. My Outlook emails then started to appear in the Google Apps web interface. It also preserved information such as sent dates and sender/recipient data, as well as the folder structure used by Outlook.
  • Change MX DNS records – I updated the domain MX records to point to the Google servers, which also provided many more entries than previous hosting company, giving an added level of comfort
  • Imported my Outlook calendar into Google Apps

So far I’ve found Google Apps to have a fantastic web interface and I’ve also configured an IMAP connection so that I can still use the feature of Outlook if required. I’m really enjoying the powerful search within Google Apps as well as the web-based Offline mode provided by Gears.  I still have access to all of my old emails throught a single interface and not a single email was lost for any users during the transition.

The only negative thing I have found so far is that with the web-based version of Google Apps, you cannot set a default font for when you compose an email, which can be quite frustrating.

I now gain the benefits of hosting email for free with a company like Google, which give me many connectivity options and allows for almost unlimited customization. Overall, this was a very painless experience and I would highly recommend it as a solution to anyone having issues with email hosting.

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/10 (0 votes cast)
Share

Tags: email, gears, google apps, migrate, migrating, Migrating email to Google Apps, outlook

1 comment

29

May

Creating a Windows Server 2003 or 2008 Cluster within Hyper-V using iSCSI shared storage

Posted by danovich  Published in Storage, VMWare, Windows

Shared disk options when trying to create a cluster using virtualized nodes within Microsoft Hyper-V are very limited – in fact, only iSCSI will work! You can no longer use a shared SCSI device as you could with older Microsoft virtualization product or like you can with products from VMWare.

I was happy to find that StarWind offers a free iSCSI Target Server (http://www.starwindsoftware.com/) – it’s very simple to install and share out storage and best of all it is free – great for test / dev environments.

Gavin McShera has a fantastic step-by-step guide on how to set up a 2008 cluster in a Hyper-V environment over here –> http://blogs.technet.com/pfe-ireland/archive/2008/05/16/how-to-create-a-windows-server-2008-cluster-within-hyper-v-using-simulated-iscsi-storage.aspx

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/10 (0 votes cast)
Share

Tags: cluster, hyper-v, iSCSI, starwind, Storage

no comment

19

Dec

INQ.EXE – See what storage a server can currently see

Posted by danovich  Published in Storage, Tools

There’s a great little tool from EMC for Windows Servers called INQ.EXE. It will show you all the SAN storage that a server can currently see, no matter what vendor it is from. Great for mixed SAN environments.

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/10 (0 votes cast)
Share

Tags: emc, INQ.exe, Storage

no comment

Recent Posts

  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run
  • Windows 7 on NCR RealPOS 7402
  • Free online training for System Center 2012 including SCCM

Categories

  • AntiVirus (1)
  • App-V (2)
  • Certificates (4)
  • Exchange (8)
  • Geek (19)
  • OCS / Lync (22)
  • Opalis / Orchestrator (1)
  • Scripting (27)
    • Powershell (15)
  • SMS / SCCM (60)
  • Storage (4)
  • Tools (42)
  • VMWare (3)
  • Windows (46)

Archive

  • February 2012 (1)
  • January 2012 (6)
  • December 2011 (6)
  • November 2011 (1)
  • October 2011 (4)
  • September 2011 (3)
  • August 2011 (5)
  • July 2011 (2)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (5)
  • February 2011 (7)
  • January 2011 (5)
  • December 2010 (9)
  • November 2010 (2)
  • October 2010 (5)
  • September 2010 (3)
  • August 2010 (3)
  • July 2010 (1)
  • June 2010 (4)
  • May 2010 (4)
  • April 2010 (2)
  • March 2010 (9)
  • February 2010 (7)
  • January 2010 (8)
  • December 2009 (1)
  • November 2009 (4)
  • October 2009 (5)
  • September 2009 (3)
  • August 2009 (2)
  • June 2009 (3)
  • May 2009 (1)
  • March 2009 (2)
  • February 2009 (4)
  • January 2009 (2)
  • December 2008 (7)

Recommended Blogs

  • Michael Kleef blog
  • opsm.gr
  • Tao's System Management Blog

Tech Links

  • Best Free Windows Software
  • Dr Web online URL check
  • Environment variables
  • Live Mesh
  • Microsoft Connect
  • Microsoft Discussion Newsgroups
  • Microsoft IPD
  • Microsoft KB monitoring
  • Microsoft TechNet Forums
  • MX Lookup Tool
  • NSLookup
  • Online Script Decoder
  • PortableApps
  • Sendoid
  • Speedtest
  • SSL Certificate Check
  • This blog's 2011 annual report
  • TVCatchup.com

Recent Entries

  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run
  • Windows 7 on NCR RealPOS 7402
  • Free online training for System Center 2012 including SCCM
  • New licensing model for System Center 2012
  • This blog’s 2011 annual report
  • SCCM Task Sequence Monitor
  • Custom message prior to installing software
  • DameWare remote control in WinPE
  • Running program in SYSTEM context

Recent Comments

  • danovich in Edit the registry inside a WIM file
  • danovich in Nifty Powershell script to ping multiple servers
  • mahesh in Nifty Powershell script to ping multiple servers
  • Powershell script to backup Lync Se… in Scheduled task Powershell script to backup Lync Se…
  • LucyB in Edit the registry inside a WIM file
  • Configuration Manager Infrastructur… in About
  • systemcentersuite in About
  • joejoeinc in Custom message prior to installing software
  • Ivan Dretvic in Adding photos in Lync 2010
  • Michael in Slow SCCM OSD TFTP / PXE
  • Random Selection of Posts

    • Change Windows 7 logon screen background image
    • SCCM health check script
    • SCCM clients not downloading content from DPs
    • INQ.EXE – See what storage a server can currently see
    • Edit the registry inside a WIM file
    • This blog’s 2011 annual report
    • Set Exchange 2007 mailbox limits via group membership
© 2009 - danovich.com.au - is proudly powered by WordPress.