Jump to content


liquidcourage1

Established Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by liquidcourage1

  1. So... the short story is that I have figured this out with some help on TechNet. First of all, it's easier if you run PowerShell from the Configuration Manager Console as you can see in the picture below (source link here: http://cm12sdk.net/?page_id=1623) : Or insure that you're running ALL commands from the appropriate directory and then connect to the Primary or CAS server. Type the following commands in PowerShell Console C: cd ‘.\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin’ Import-Module .\ConfigurationManager.psd1 Set-Location XXX: Now you are ready to manage your Configuration Manager infrastructure Once you're in the right location, the server name input must be the FQDN if you want to mitigate errors. The SiteCode parameter needs to be based on your Primary site or secondary site code that the system will connect to. So in my case I altered my code. The CSV format is here: DPServerName,DPSiteCode Server1, XX1 Server2, XX2 Server3, XX1 Code here: $csv_path = 'c:\scripts\test.csv' $csv_import = Import-CSV $csv_path ForEach ($item in $csv_import) { $DPServerName = $item.DPServerName $DPSiteCode = $item.DPSiteCode New-CMSiteSystemServer -ServerName $DPServerName -SiteCode $DPSiteCode } My next phase is to then use Powershell to do the same process and make them distribution and software update points. When I get a bit better at PowerShell, I'd like to integrate that step into this code as well.
  2. Okay... so I've starting testing this commandlet using PowerShell, but it's running into issues. I also have an open thread on TechNet, but no one has figured this out yet. Here's the exact string of what's being entered and the error in PowerShell: PS C:\Windows\system32> New-CMSiteSystemServer –ServerName "Win7-SCCM-Test" -SiteCode "DP1" New-CMSiteSystemServer : Cannot validate argument on parameter 'ServerName'. System.Management.Automation.ValidationMetadataException At line:1 char:36 + New-CMSiteSystemServer –ServerName "Win7-SCCM-Test" -SiteCode "DP1" + ~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: ( [New-CMSiteSystemServer], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ConfigurationManagement.Cmdlets.HS.Commands.N ewSiteSystemServerCommand So in essence, the parameter "ServerName" (which is a required parameter for obvious reasons) is failing for some reason and we can't figure it out. I'd like to be able to use this on a long list of servers that will become Site Servers and eventually Distribution Points/Software Update Points.
  3. Awesome! Thanks so much. I think this is going to be perfect. I'll have to update to CU1, but that's no problem at all since this is a new deployment.
  4. Is it possible to automate Site Server creation with PowerShell? I'm looking at creating Distribution Points at over 150 sites. Automating this would make it much faster and easier on everyone. My plan is to virtualize the servers and have them already staged at each site (Windows Server 2012, WDS and other pre-reqs already applied). The goal is to run a script adding the server as a Site System and also making it a Distribution Point and possibly a Software Update Point as well.
  5. ***DISREGARD... probably going with an MDM client that can handle this*** Is it possible to push/deploy individual files through SCCM 2012? My end-goal is to not only publish/deploy applications, but relevant files as well. For instance, if I deploy Adobe Reader XI, I'd like to go ahead and send some PDFs to a specific location on the PC. The thought process is to have task sequences that eliminate GPOs or hundreds of powershell scripts which can add complexity to the environment very quickly if done in mass quantities.
  6. SOLUTION: I was able to delete the PXE Distribution Point, recreate it, restart WDS and everything seemed to flow smoothly. That is, after deleting the point from all of the boot images, packages, OSs, etc. and re-adding, of course. Didn't want to go to that extreme so early, but it worked.
  7. I just inherited an SCCM 2007 environment and we're seeing some errors in a deployment. Supposedly, this same advertisement worked for this exact hardware just a few months ago. No one thinks anything has changed since then. Log posted below... you'll see the failures referencing DDR. I've never seen this error before and don't know where to begin troubleshooting since all the other logs seem to be fine. But again, it's been a while since I've been in the SCCM environment so I may have missed something minor. <![LOG[LOGGING: Finalize process ID set to 812]LOG]!><time="15:15:59.588+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="816" file="tslogging.cpp:1489"> <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="15:15:59.604+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="816" file="bootshell.cpp:963"> <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:15:59.604+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="816" file="util.cpp:869"> <![LOG[Waiting for PNP initialization...]LOG]!><time="15:15:59.604+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:59"> <![LOG[Booted from network (PXE)]LOG]!><time="15:16:00.228+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="configpath.cpp:198"> <![LOG[Found config path X:\sms\data\]LOG]!><time="15:16:00.228+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:553"> <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="15:16:00.228+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:564"> <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="15:16:00.228+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:767"> <![LOG[The command completed successfully.]LOG]!><time="15:16:18.698+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:850"> <![LOG[Starting DNS client service.]LOG]!><time="15:16:18.698+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:597"> <![LOG[Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="15:16:19.213+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:767"> <![LOG[The command completed successfully.]LOG]!><time="15:16:19.213+000" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:850"> <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="1" thread="1304" file="tsmbootstrap.cpp:1039"> <![LOG[Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="0" thread="1304" file="tsmbootstrap.cpp:1040"> <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="1" thread="1304" file="util.cpp:869"> <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL']LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="1" thread="1304" file="resourceutils.cpp:152"> <![LOG[Processor Is IA64: 0]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="1" thread="1304" file="tsmbootstrap.cpp:1005"> <![LOG[PXE Boot with Root = X:\]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="1" thread="1304" file="tsmbootstrap.cpp:921"> <![LOG[Executing from PXE in WinPE]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="0" thread="1304" file="tsmbootstrap.cpp:936"> <![LOG[Loading TsPxe.dll from X:\sms\bin\i386\TsPxe.dll]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSMBootstrap" context="" type="0" thread="1304" file="tsmbootstraputil.cpp:1319"> <![LOG[TsPxe.dll loaded]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmbootstraputil.cpp:1329"> <![LOG[Device has PXE booted]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspxe.cpp:122"> <![LOG[Variable Path: \SMSTemp\2013.08.21.15.15.30.0002.{8EA53A05-D331-4080-9D2E-27C4AE19FFCA}.boot.var]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspxe.cpp:134"> <![LOG[Variable Key Len: 61]LOG]!><time="15:16:19.229+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspxe.cpp:141"> <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="15:16:19.244+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="fwopen.cpp:123"> <![LOG[Executing: X:\sms\bin\i386\smstftp.exe -i 192.168.22.21 get \SMSTemp\2013.08.21.15.15.30.0002.{8EA53A05-D331-4080-9D2E-27C4AE19FFCA}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:16:19.244+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspxe.cpp:177"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:16:19.307+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="commandline.cpp:229"> <![LOG[Set command line: "X:\sms\bin\i386\smstftp.exe" -i 192.168.22.21 get \SMSTemp\2013.08.21.15.15.30.0002.{8EA53A05-D331-4080-9D2E-27C4AE19FFCA}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:16:19.307+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="commandline.cpp:707"> <![LOG[Executing command line: "X:\sms\bin\i386\smstftp.exe" -i 192.168.22.21 get \SMSTemp\2013.08.21.15.15.30.0002.{8EA53A05-D331-4080-9D2E-27C4AE19FFCA}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:16:19.307+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="commandline.cpp:805"> <![LOG[Process completed with exit code 0]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="commandline.cpp:1102"> <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="fwopen.cpp:146"> <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tspxe.cpp:187"> <![LOG[we are booted using PXE]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:2242"> <![LOG[we are booted using PXE and we use a generated password]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:2247"> <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsremovablemedia.cpp:321"> <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="windes.cpp:185"> <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsremovablemedia.cpp:386"> <![LOG[Verifying media password.]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:268"> <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:16:21.335+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsremovablemedia.cpp:321"> <![LOG[Found network adapter "Realtek PCIe GBE Family Controller" with IP Address 192.168.22.110.]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmbootstraputil.cpp:434"> <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsremovablemedia.cpp:321"> <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="windes.cpp:185"> <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsremovablemedia.cpp:386"> <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmediawizardcontrol.cpp:483"> <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="environmentscope.cpp:250"> <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="environmentscope.cpp:250"> <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:511"> <![LOG[Setting LogMaxHistory to 1]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:512"> <![LOG[Setting LogLevel to 0]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:513"> <![LOG[Setting LogEnabled to 1]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:514"> <![LOG[Setting LogDebug to 1]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:515"> <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:535"> <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsremovablemedia.cpp:321"> <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSMP TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSMPCerts TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSMPPort TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:552"> <![LOG[MP Public Certs=308201EC30820155A00302010202102652400C0057EA9D496D54666C76E853300D06092A864886F70D01010505003027311730150603550403130E5249434B4C41422D5343434D3031310C300A06035504031303534D533020170D3133303232303137353530305A180F32313133303132383137353530305A3027311730150603550403130E5249434B4C41422D5343434D3031310C300A06035504031303534D5330819F300D06092A864886F70D010101050003818D0030818902818100ECCBDAF63125CE2A2DAA11A2373BCA29B2D9F03E28B3686454CD44CE2BCB0E062A1B7C3A9ECC6FF5CC151C3A9658EF581B29095F6209A5573B17CE58EA74FD768F522A20E3DC796504BEEB07E837DE026F663B9F7C9FF89AC256D3545786FF6DB5A34E9A35BEAD4C7A912B8F9E2E152041B80DD202382E3AA58ECAED44FB132D0203010001A317301530130603551D25040C300A06082B06010401823765300D06092A864886F70D010105050003818100CFA71F3F3880D143B4E0F61B4DAE46B5C473D8C16273CF5110968822F2AEC2D155A2FD50AADFB5A9689E98E0193FCA85532ED2344E234A109C8105A0D202FB8752DAAB4E0FD40F3ADA618DA03DEABA7C782D8973F9ACFFF9A35EF98F9773951FD12DBE8E0CB86EEBB59293D52BEC25C6E426A5A3B42A1E60A5526BB2E2DA6C3A]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:565"> <![LOG[MP: server=RICKLAB-SCCM01.RICKLAB.LOCAL, http=80, https=443, default=80]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:572"> <![LOG[Root CA Public Certs=]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:577"> <![LOG[Missing root CA environment variable from variables file]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:583"> <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:616"> <![LOG[No custom hook found]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:453"> <![LOG[No Need to create Authenticator Info]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:742"> <![LOG[Getting MP time information]LOG]!><time="15:16:21.350+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:753"> <![LOG[Requesting client identity]LOG]!><time="15:16:21.366+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:4910"> <![LOG[Formatted header:]LOG]!><time="15:16:21.366+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:1500"> <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID/><SourceHost/><TargetAddress>mp:[http]MP_ClientIDManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-08-21T23:16:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="306"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_ClientIDManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> ]LOG]!><time="15:16:21.366+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:1501"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: RICKLAB-SCCM01.RICKLAB.LOCAL:80 CCM_POST /ccm_system/request]LOG]!><time="15:16:21.366+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:7446"> <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:7734"> <![LOG[Decompressing reply body.]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:2395"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="ccmzlib.cpp:735"> <![LOG[Decompression (zlib) succeeded: original size 415, uncompressed size 2436.]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="ccmzlib.cpp:646"> <![LOG[Client identity reply: <ClientIDReply RequestReceivedTimeHigh="30318242" RequestReceivedTimeLow="3955678129" ReplySentTimeHigh="30318242" ReplySentTimeLow="3955718133" ReplyServerTimeZoneBias="300" ReplyServerTimezoneStandardTimeHigh="52217576" ReplyServerTimezoneStandardTimeLow="41760480" ReplyServerTimeZoneStandardBias="0" ReplyServerTimezoneDaylightTimeHigh="52217576" ReplyServerTimezoneDaylightTimeLow="41760480" ReplyServerTimeZoneDaylightBias="-60" ReplyServerTimezoneStandardTimeYear="0" ReplyServerTimezoneStandardTimeMonth="11" ReplyServerTimezoneStandardTimeDayOfWeek="0" ReplyServerTimezoneStandardTimeDay="1" ReplyServerTimezoneStandardTimeHour="2" ReplyServerTimezoneStandardTimeMinute="0" ReplyServerTimezoneStandardTimeSecond="0" ReplyServerTimezoneStandardTimeMilliSeconds="0" ReplyServerTimezoneDaylightDateYear="0" ReplyServerTimezoneDaylightDateMonth="3" ReplyServerTimezoneDaylightDateDayOfWeek="0" ReplyServerTimezoneDaylightDateDay="2" ReplyServerTimezoneDaylightDateHour="2" ReplyServerTimezoneDaylightDateMinute="0" ReplyServerTimezoneDaylightDateSecond="0" ReplyServerTimezoneDaylightDateMilliSeconds="0" Unknown="0"><Identification><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5012"> <![LOG[-60 -60]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5082"> <![LOG[Server time zone info: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5173"> <![LOG[Client Identity: ]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5229"> <![LOG[Netbios name: ]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5262"> <![LOG[Current time: 2013-08-21 23:16:21.491 TZ:Pacific Standard Time Bias:0480]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:831"> <![LOG[Current time zone info: 480, Pacific Standard Time, [0 0 0 0 0 0 0 0], 0, , [0 0 0 0 0 0 0 0], 0]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:835"> <![LOG[Adjusting the system time: -14399.637 seconds]LOG]!><time="15:16:21.491+000" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:863"> <![LOG[Time zone info set to: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="19:16:21.491+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:873"> <![LOG[New time: 2013-08-21 19:16:21.853]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:913"> <![LOG[Current time: 2013-08-21 19:16:21.853 TZ: Bias:0300]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:919"> <![LOG[Downloading policy from RICKLAB-SCCM01.RICKLAB.LOCAL.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmediawizardcontrol.cpp:928"> <![LOG[Initializing HTTP transport.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:739"> <![LOG[ Setting URL = RICKLAB-SCCM01.RICKLAB.LOCAL.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:740"> <![LOG[ Setting Default Port = 80.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:743"> <![LOG[ Setting SSL = false.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:746"> <![LOG[ Setting CRL = false.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:749"> <![LOG[ Setting Server Certificates.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:766"> <![LOG[Preparing Client Identity Request.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:527"> <![LOG[ Setting transport.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:530"> <![LOG[ Setting site code = EMT.]LOG]!><time="15:16:21.853+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:543"> <![LOG[ Setting SMBIOS GUID = 4C4C4544-0038-4410-804D-C6C04F545731.]LOG]!><time="15:16:22.040+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:567"> <![LOG[ Adding MAC Address A4:1F:72:5F:0D:D0.]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:586"> <![LOG[Executing Client Identity Request.]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:594"> <![LOG[Requesting client identity]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:4910"> <![LOG[Formatted header:]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:1500"> <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID/><SourceHost/><TargetAddress>mp:[http]MP_ClientIDManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-08-21T19:16:22Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="412"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_ClientIDManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> ]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:1501"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: RICKLAB-SCCM01.RICKLAB.LOCAL:80 CCM_POST /ccm_system/request]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:7446"> <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:7734"> <![LOG[Decompressing reply body.]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:2395"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="ccmzlib.cpp:735"> <![LOG[Decompression (zlib) succeeded: original size 413, uncompressed size 2436.]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="ccmzlib.cpp:646"> <![LOG[Client identity reply: <ClientIDReply RequestReceivedTimeHigh="30318242" RequestReceivedTimeLow="3957808342" ReplySentTimeHigh="30318242" ReplySentTimeLow="3957818343" ReplyServerTimeZoneBias="300" ReplyServerTimezoneStandardTimeHigh="52213912" ReplyServerTimezoneStandardTimeLow="41760480" ReplyServerTimeZoneStandardBias="0" ReplyServerTimezoneDaylightTimeHigh="52213912" ReplyServerTimezoneDaylightTimeLow="41760480" ReplyServerTimeZoneDaylightBias="-60" ReplyServerTimezoneStandardTimeYear="0" ReplyServerTimezoneStandardTimeMonth="11" ReplyServerTimezoneStandardTimeDayOfWeek="0" ReplyServerTimezoneStandardTimeDay="1" ReplyServerTimezoneStandardTimeHour="2" ReplyServerTimezoneStandardTimeMinute="0" ReplyServerTimezoneStandardTimeSecond="0" ReplyServerTimezoneStandardTimeMilliSeconds="0" ReplyServerTimezoneDaylightDateYear="0" ReplyServerTimezoneDaylightDateMonth="3" ReplyServerTimezoneDaylightDateDayOfWeek="0" ReplyServerTimezoneDaylightDateDay="2" ReplyServerTimezoneDaylightDateHour="2" ReplyServerTimezoneDaylightDateMinute="0" ReplyServerTimezoneDaylightDateSecond="0" ReplyServerTimezoneDaylightDateMilliSeconds="0" Unknown="0"><Identification><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5012"> <![LOG[-60 -60]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5082"> <![LOG[Server time zone info: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5173"> <![LOG[Client Identity: ]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5229"> <![LOG[Netbios name: ]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5262"> <![LOG[Client GUID = , Netbios name = , State = Known]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:608"> <![LOG[Is 64-bit capable: 1]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tspolicy.cpp:297"> <![LOG[Using unknown machine GUID: 85241115-667c-4028-9b8e-9a045d6ea8ad]LOG]!><time="15:16:22.055+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tspolicy.cpp:822"> <![LOG[GetSystemEnclosureChassisInfo: IsFixed=TRUE, IsLaptop=FALSE]LOG]!><time="15:16:22.071+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libmachineinfo.cpp:170"> <![LOG[Computed HardwareID=2:24C51C3342D0E314B0E757E1C974560F7950BECC Win32_SystemEnclosure.SerialNumber=F8DMTW1 Win32_SystemEnclosure.SMBIOSAssetTag=<empty> Win32_BaseBoard.SerialNumber=/F8DMTW1/CN7016331F05RK/ Win32_BIOS.SerialNumber=F8DMTW1 Win32_NetworkAdapterConfiguration.MACAddress=A4:1F:72:5F:0D:D0]LOG]!><time="15:16:22.071+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libmachineinfo.cpp:877"> <![LOG[Hardware ID: 2:24C51C3342D0E314B0E757E1C974560F7950BECC]LOG]!><time="15:16:22.071+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tspolicy.cpp:347"> <![LOG[Preparing the Client DDR Message]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:399"> <![LOG[Sending the Client DDR message.]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:493"> <![LOG[Sending Report]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5795"> <![LOG[<Report><ReportHeader><Identification><Machine><ClientInstalled>0</ClientInstalled><ClientType>1</ClientType><Unknown>1</Unknown><ClientID>GUID:d4f8ad3c-c9ae-4eeb-9873-78cd7279691b</ClientID><ClientVersion>4.00.0000.0000</ClientVersion><NetBIOSName>Unknown</NetBIOSName><CodePage>437</CodePage><SystemDefaultLCID>1033</SystemDefaultLCID></Machine></Identification><ReportDetails><ReportContent>Inventory Data</ReportContent><ReportType>Full</ReportType><Date>20130821191622.000000+000</Date><Version>1.0</Version><Format>1.1</Format></ReportDetails><InventoryAction ActionType="Predefined"><InventoryActionID>{00000000-0000-0000-0000-000000000003}</InventoryActionID><Description>Discovery</Description><InventoryActionLastUpdateTime>20130821191622.000000+000</InventoryActionLastUpdateTime></InventoryAction> </ReportHeader> <ReportBody><Instance ParentClass="CCM_ClientIdentificationInformation" Class="CCM_ClientIdentificationInformation" Namespace="root\ccm" Content="New"><CCM_ClientIdentificationInformation><HardwareID1>2:24C51C3342D0E314B0E757E1C974560F7950BECC</HardwareID1></CCM_ClientIdentificationInformation></Instance><Instance ParentClass="Win32_NetworkAdapterConfiguration" Class="Win32_NetworkAdapterConfiguration" Namespace="root\cimv2" Content="New"><Win32_NetworkAdapterConfiguration><MACAddress>A4:1F:72:5F:0D:D0</MACAddress></Win32_NetworkAdapterConfiguration></Instance><Instance ParentClass="Win32_ComputerSystemProduct" Class="Win32_ComputerSystemProduct" Namespace="root\cimv2" Content="New"><Win32_ComputerSystemProduct><UUID>4C4C4544-0038-4410-804D-C6C04F545731</UUID></Win32_ComputerSystemProduct></Instance></ReportBody> </Report> ]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="libsmsmessaging.cpp:5796"> <![LOG[pCertContext, HRESULT=80070057 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,815)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:815"> <![LOG[CreateAuthHeaderParts( m_sClientID, pCert, sClientIdSignature, sTimestamp, sTimestampSignature), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,1770)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:1770"> <![LOG[Send (pReply, nReplySize), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,2052)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:2052"> <![LOG[failed to send the request]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="3" thread="1304" file="libsmsmessaging.cpp:2052"> <![LOG[DoRequest (sReply, false), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,5842)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:5842"> <![LOG[SendReport (L"mp:[http]MP_DdrEndpoint", L"MP_DdrEndpoint", L"{00000000-0000-0000-0000-000000000003}", 0, true, sReportBody.c_str()), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,6236)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="libsmsmessaging.cpp:6236"> <![LOG[oClientDDR.SendDDR(), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\tspolicy.cpp,494)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:494"> <![LOG[Failed to send DDR (0x80070057)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="3" thread="1304" file="tspolicy.cpp:494"> <![LOG[SendDDR (&m_oHttpTransport, m_sSiteCode.c_str(), sMediaGuid.c_str(), m_sClientIdentity), HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\tspolicy.cpp,845)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tspolicy.cpp:845"> <![LOG[failed to send the DDR (0x80070057)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="3" thread="1304" file="tspolicy.cpp:845"> <![LOG[m_pPolicyManager->init( sMP, ulMpPort, sSiteCode, lstrcmpW(sUseSSL.c_str(),L"true")==0, lstrcmpW(sUseCRL.c_str(),L"true")==0, L"", sMediaPfx, sMediaGuid, sEnterpriseCert, sServerCerts, sSiteSigningCert, sAuthenticator), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,941)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmediawizardcontrol.cpp:941"> <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmediawizardcontrol.cpp:1108"> <![LOG[GetPolicy(), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2072)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmediawizardcontrol.cpp:2072"> <![LOG[RunWizardForPXE(), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2402)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmediawizardcontrol.cpp:2402"> <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, true ), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,937)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmbootstrap.cpp:937"> <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80070057 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1106)]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="0" thread="1304" file="tsmbootstrap.cpp:1106"> <![LOG[Exiting with return code 0x80070057]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSPxe" context="" type="1" thread="1304" file="tsmbootstrap.cpp:1118"> <![LOG[Execution complete.]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="bootshell.cpp:624"> <![LOG[Finalizing logging from process 812]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="tslogging.cpp:1736"> <![LOG[Finalizing logs to root of first available drive]LOG]!><time="15:16:22.087+240" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="tslogging.cpp:1578"> <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="15:16:22.102+240" date="08-21-2013" component="TSBootShell" context="" type="1" thread="840" file="tslogging.cpp:1635"> <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="15:16:22.102+240" date="08-21-2013" component="TSBootShell" context="" type="0" thread="840" file="tslogging.cpp:578">
  8. The title is vague, but here is my dilemma: We have XP Pro .WIM images that have been captured, but they were not sysprepped and do not have the sysprep folder present. The problem is that these images cannot be rebuilt at this time. I can use SCCM to image them, but I receive and error at the end. Configuration Manager is looking for the sysprep folder. Can I implement a task within the task sequence that would send the sysprep folder to the C:\ drive before Configuration Manager setup runs? But obviously after the image is applied.... ?
  9. I am curious if there is a difference in the boot.ini file that can fix this prior to the capture process...
  10. I am attempting to update our entire image library of older XP images that we still have to support. The images are created with Ghost 8. I load the images and much to my dismay, they have 2 partitions. Apparently, the images were custom by Dell. I have attempted to capture the machines with MDT and SCCM capture media. They capture goes well with sysprep, etc. Once I attempt to deploy the .WIM for testing, however, it fails every time. The error message upon boot "cannot start due to hardware configuration changes" or something to that effect. It appears that the boot is looking for the Dell partition. I don't know how to alleviate this and get a successful capture/deployment.
  11. Is it possible to create bootable media that hold multiple images? I'd like to deploy techs with a hard drive that could potentially have our entire library of images. they would simply boot up like normal and pick from a list; much like when imaging from the network share.
  12. Is there a method to capture only the differences made to an image? For instance, can I have a base image, add a program or file, and recapture only the differences made? It would save disk space and it would make deployment a lot easier than say 6 different images with only minor differences. Thought process: 1 base image, add config files or programs through packages on the back-end as a task sequence. What's the easiest method if the above is not feasible? Thanks.
  13. At what point do I make them optional in the process? Is it in the task sequence or the advertisement portion itself? I can't seem to locate any place that makes this optional.
  14. How do I manage multiple images in a lite-touch scenario? For instance, allowing the ability to choose which Image is installed to which machine? Thanks
  15. If the environment has been extended for Exchange 2010 SP1, do I need to do an extension for SCCM 2007 R3? If I remember correctly, it's the same command to extend the Schema. If that's the case, I won't need this step in this particular environment, correct? Thanks in advance!
  16. The problem wound up being the driver(s). The Dell drivers were over a year old and didn't play well using all 3 that come from the Dell package. I went directly to the Broadcom website after determining the exact model of NIC (Device Manager, properties) and downloaded from there. It was a single driver. After importing, adding to the Boot Package, and updating the Distribution Points it worked flawlessly. I was able to find this after discovering that OSD doesn't always work well with multi-tiered drivers (the Dell download had 3). I don't remember the site of the blog post but it referenced trying monolithic drivers instead.
  17. Every time I setup a new SCCM server/environment I seem to run into this same error. WinPE (x64) loads and starts, but fails after "configuring network". I am attaching the smspxe log. But the main problem seems to be network drivers. That being said, I have the 3 x64bit, Win7 drivers that are available from Dell for this model. Dell seems to be the hardest thus far. Failed to read PXE settings. The system cannot find the file specified. (Error: 80070002; Source: Windows) smspxe.log
  18. I captured the client manually from the SCCM ISO. I hope this version works. I can't tell yet since I have another issue (OSD) on another thread.
  19. Uninstalled SCCM and MDT. After a reboot I reinstalled both, but I still can't see the Configuration Management Client. I'm at a loss here.
  20. I may have been logged on as the Administrator, but now I'm logged on as a Domain Admin. I can highlight a package and the red (!) icon goes away. However, I don't need those packages for OS deployment, right? I noticed within the MDT toolkit that there is a ConfigMgr definition install, but it did nothing for me even after a reboot.
  21. Here's what I see when I attempt to "Install from definition". I can't see the Configuration Manager Upgrade Client for some reason. What could I have missed? Thanks, Carlton
  22. So I don't need domain admin access to push out the client to pre-existing machines?
  23. We are looking at a huge deployment of SCCM and I thought SCCM needed an account user that had domain administration rights. Is this incorrect? What is the highest level of access this account needs within the domain? Keep in mind the following: The server will take care of asset management, imaging (PXE), and patch management.
  24. More on my issue yesterday... it may be related. I am running a Lab that needs to split subnets between the 2 NICs on the server. One NIC is the management side and the other NIC is simply used to push images on an entirely different subnet. To beat DHCP issues, we installed DHCP on the SCCM server (which also has SQL 2008). The images wouldn't PXE boot due to ports being shared with DHCP and WDS. I fixed it by running this: wdsutil /initialize-server /reminst:c:\RemoteInstall wdsutil /set-server /useDHCPPorts:No /DHCPOption60:Yes Anyway, after I ran that I decided to check the site status in which I saw the first picture (post) above. After fixing WDS issues (getting the service to start), I was able to get a PXE boot image started in a Virtual Machine. This morning, the site status is all green. I'm not sure if it's all inter-related. Maybe this will help someone else.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.