CNY-IT-Guy Posted September 20, 2013 Report post Posted September 20, 2013 I've found that I can't create a USB media greater than 4gb with the task sequence media wizard and have tried using a command to create it instead. See this post for details: http://www.windows-noob.com/forums/index.php?/topic/5350-create-task-sequence-media-failure/ "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\i386\CreateMedia.exe" /K:full /P:"sccm-01.acme.org" /S:" SPD" /C:"" /D:"sccm-01.acme.org" /L:"Configuration Manager 2012" /A:"ACM000F" /Z:"False" /T:"CD" /M:"44482" /F:"C:\OSD\Deploy.iso" When I run this, the command completes happily and I go to check the adminUIlog. Here's the bad news. Failed to open WMI namespace '\\sccm-01.acme.org\root\SMS\site_ SPD' (0x8004100e) CreateTsMedia 9/20/2013 11:41:41 AM 5964 (0x174C) CreateTsMedia failed with error 0x8004100e, details='' CreateTsMedia 9/20/2013 11:41:41 AM 5964 (0x174C) Media creation process that was started from command line completed. CreateTsMedia 9/20/2013 11:41:41 AM 1588 (0x0634) CreateMedia.exe finished with error code 8004100e CreateTsMedia 9/20/2013 11:41:41 AM 1588 (0x0634) The server account is a local administrator. I have verified sms_admins group in wmimgmt as stated here: http://support.microsoft.com/kb/317872 Thoughts? Ideas? Direction? Thanks! Quote Share this post Link to post Share on other sites More sharing options...
AmrelMahdy Posted September 20, 2013 Report post Posted September 20, 2013 Did u check ur USB flash memo after u finished ? Did the OSD Deployed successfully ? Quote Share this post Link to post Share on other sites More sharing options...
CNY-IT-Guy Posted September 20, 2013 Report post Posted September 20, 2013 I don't know what you mean by the USB flash memo? Thanks Quote Share this post Link to post Share on other sites More sharing options...
AmrelMahdy Posted September 20, 2013 Report post Posted September 20, 2013 I mean after you created the Task Sequence from media , did u try to Deploy that Image ? Quote Share this post Link to post Share on other sites More sharing options...
CNY-IT-Guy Posted September 20, 2013 Report post Posted September 20, 2013 Just saw that I can make the DVD image unlimited Seeing if this works and I can copy the files to a USB stick. Quote Share this post Link to post Share on other sites More sharing options...
AmrelMahdy Posted September 20, 2013 Report post Posted September 20, 2013 if you are using SCCM 2012 use this command: "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\i386\CreateMedia.exe" /K:full /P:ServerName /S:SiteName /D:ServerName /L:Image /A:TaskSequenceID /Z:False /T:CD /M:44482 /F:"E:\Image.iso" , then copy files in iso to the Flash memory if you are using SCCM 2012 SP1 has solved this problem Quote Share this post Link to post Share on other sites More sharing options...