Jump to content


Aquintus

Established Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Aquintus

  1. Hi,

     

    the build in report "User device affinity associations per collection" doesn´t list the "OSD Defined" relationships.

    We are using powershell to import computers and set the UDA relationship with the following command:

    Invoke-WmiMethod -Namespace root/SMS/site_$($SiteCode) -Class SMS_UserMachineRelationship -Name CreateRelationship -ArgumentList @($WksResourceID, 6, 1, $User) -ComputerName $SiteServer
    

    The console shows the relationship and software deployment works well. If we change the parameter "source" from "6" (OSD Defined) to "2" (Administrator Defined) the report lists the relationship correctly.

     

    Any ideas?

     

    Best regards

  2. Hi,

     

    we have a couple of workstations in a training classroom and we want them to reinstall every night. I set up a task sequence with a schedule every one day on 1 am and always rerun.

    But now the task sequence runs in a loop. After the ts has finished it starts again after five minutes.

     

    Any ideas?

     

    Best regards

  3. Hi,

     

    after upgrading to R2 SP1 we got some errors in the objreplmgr.log.

    *** delete vCI_ConfigurationItems where CI_ID=16872948	SMS_OBJECT_REPLICATION_MANAGER	03.06.2015 06:59:13	6808 (0x1A98)
    *** [23000][547][Microsoft][SQL Server Native Client 11.0][SQL Server]The DELETE statement conflicted with the REFERENCE constraint "CI_CurrentRuleDetail_CIID_FK". The conflict occurred in database "CM_DMS", table "dbo.CI_CurrentRuleDetail", column 'Setting_CI_ID'.	SMS_OBJECT_REPLICATION_MANAGER	03.06.2015 06:59:13	6808 (0x1A98)
    Failed to delete Deployment Type ScopeId_1B4BE20B-7489-4B85-A3D4-0D851F955481/DeploymentType_918277a9-7054-46be-844d-39813cd6cec9/3	SMS_OBJECT_REPLICATION_MANAGER	03.06.2015 06:59:13	6808 (0x1A98)
    
    

    Is it possible to fix it?

     

    best regards

  4. In your TS you can use the Lenovo BIOS Config scripts to activate the TPM: http://support.lenovo.com/us/en/documents/ht100612

    with this command line:

    cscript.exe SetConfig.vbs SecurityChip Active
    

    For Bitlocker we just use the standard step "Enable BitLocker" in our TS.

     

    Note: If you want to wake up clients using WOL and in your BIOS-Config the Networkboot-order is set to LAN, the clients will ask for the Bitlocker key. We also added a step to change the order to HDD0. You can also use the Lenovo scripts to change it with the following command line:

    cscript.exe SetConfig.vbs NetworkBoot HDD0
    
  5. Hi,

     

    i followed several tutorials and now i am able to deploy Windows To Go. However, i have a problem with Bitlocker. For the activation i use the program "osdbitlocker_wtg.exe" with the parameters "/enable /pwd:ad" but the task sequence breaks off with the error code "000000ff". In the smsts.log i don´t see any clear error messages.

    Do i need to configure any GPO´s? In the tutorials they didn´t mention it at all.

     

    Here is the part from the smsts.log:

    ==============================[ OSDBitLocker_wtg.exe ]==============================	OSDBitLocker_WTG	18.08.2014 15:29:29	2256 (0x08D0)
    Command line: "C:\_SMSTaskSequence\Packages\DMS002C4\x64\osdbitlocker_wtg.exe" /Enable /pwd:AD	OSDBitLocker_WTG	18.08.2014 15:29:29	2256 (0x08D0)
    Initialized COM	OSDBitLocker_WTG	18.08.2014 15:29:29	2256 (0x08D0)
    ==============================[ OSDBitLocker_wtg.exe ]==============================	InstallSoftware	18.08.2014 15:29:29	2384 (0x0950)
    Command line: "C:\_SMSTaskSequence\Packages\DMS002C4\x64\osdbitlocker_wtg.exe" /Enable /pwd:AD	InstallSoftware	18.08.2014 15:29:29	2384 (0x0950)
    Initialized COM	InstallSoftware	18.08.2014 15:29:29	2384 (0x0950)
    Process completed with exit code 255	InstallSoftware	18.08.2014 15:29:30	2384 (0x0950)
    Command line returned 255	InstallSoftware	18.08.2014 15:29:30	2384 (0x0950)
    ReleaseSource() for C:\_SMSTaskSequence\Packages\DMS002C4.	InstallSoftware	18.08.2014 15:29:30	2384 (0x0950)
    reference count 1 for the source C:\_SMSTaskSequence\Packages\DMS002C4 before releasing	InstallSoftware	18.08.2014 15:29:30	2384 (0x0950)
    Released the resolved source C:\_SMSTaskSequence\Packages\DMS002C4	InstallSoftware	18.08.2014 15:29:30	2384 (0x0950)
    Process completed with exit code 255	TSManager	18.08.2014 15:29:30	2632 (0x0A48)
    !--------------------------------------------------------------------------------------------!	TSManager	18.08.2014 15:29:30	2632 (0x0A48)
    Failed to run the action: BitLocker für Windows To Go aktivieren. 
    Unknown error (Error: 000000FF; Source: Unknown)	TSManager	18.08.2014 15:29:30	2632 (0x0A48)
    
    

    Ideas? ;-)

     

    Best regards

     

    EDIT:

    After check "Disable 64-bit file system redirection" the exit code is "3221225477" and error code "C0000005".

     

    EDIT-2: With 2012 R2 there is a newer version of "OSDBitLocker_wtg.exe". Changed the files, everything is fine now ;-)

  6. Hi,

     

    i´m using an german Windows 8.1 image, but the language of the modern ui apps and the welcome screen is in the wrong language. The default language and the region is correct. I have to copy the region settings for the welcome screen in the control panel. is it possible to change it default for every user?

    I tried to use a unattend.xml file and changed everything to "de-DE" but this changed the language for the modern ui apps to russian :-/

     

     

    best regards

    aquintus

  7. Thank you! I had to change it too, because there was missing something:

    $WMIPkgList = Get-WmiObject -Namespace Root\SCCMDP -Class SMS_PackagesInContLib | Select -ExpandProperty PackageID | Sort-Object
    
    $ContentLib = (Get-ItemProperty HKLM:SOFTWARE\Microsoft\SMS\DP).ContentLibraryPath
    
    $PkgLibPath = ($ContentLib) + '\PkgLib'
    
    $PkgLibList = (Get-ChildItem $PkgLibPath | Select -ExpandProperty Name | Sort-Object)
    
    $PkgLibList = ($PKgLibList | ForEach-Object {$_.replace('.INI',"")})
    
    $PksinWMIButNotContentLib = Compare-Object -ReferenceObject $PKgLibList -DifferenceObject $WMIPkgList -PassThru | Where-Object { $_.SideIndicator -eq "=>" }
    
    $PksinContentLibButNotWMI = Compare-Object -ReferenceObject $PKgLibList -DifferenceObject $WMIPkgList -PassThru | Where-Object { $_.SideIndicator -eq "<=" }
    
    Write-Host Items in WMI but not the Content Library
    Write-Host ========================================
    $PksinWMIButNotContentLib
    
    Write-Host Items in Content Library but not WMI
    Write-Host ====================================
    $PksinContentLibButNotWMI
    
    
    ##Delete WMI-Entries not in PkgLib
    Foreach ($PkgWMI in $PksinWMIButNotContentLib){
    Get-WmiObject -Namespace Root\SCCMDP -Class SMS_PackagesInContLib -Filter “PackageID = '$PkgWMI'" | Remove-WmiObject -Confirm
    }
    
    ##Delete .ini´s in PkgLib not in WMI
    Foreach ($PkgLIB in $PksinContentLibButNotWMI){
    Remove-Item -Path "$PkgLibPath\$PkgLIB.INI" -Confirm
    }
    

    But it didn´t resolve the problem. I still have old error messages from the day i upgraded from 2012 SP1 to R2.

  8. Hi,

     

    after upgrading to 2012 R2 CU1 i got warnings on all distribution points in the "Reset Distribution Point Configuration Status" view.

    "Failed to retrieve the package list..." but everything works fine. I´ve tried this: http://blogs.technet.com/b/configmgrteam/archive/2012/05/07/troubleshooting-content-mismatch-warnings-on-a-distribution-point-in-system-center-2012-configuration-manager.aspx

    But there are no invalid packages. Does anybody know how i can reset the status?

     

    best regards

  9. Hi,

     

    after the installation of SP1 OSD fails after Client installation with some "CryptProtectData" errors:

     

    ==============================[ OSDSetupHook.exe ]==============================	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Executing task sequence	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Debug shell is enabled	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Successfully enabled debug command shell support.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Configuring local administrator account	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Enabling local administrator account	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Re-assign all drive letters...	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    The drive information which has no drive letter can not be found. No need to re-assign driver letters.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Installing SMS client	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Clearing existing client configuration.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Cleaning existing client certificates from SMS certificate store	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Restoring SMS client identity.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    The client certificates were not found in the environment. New certificates will be generated.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Successfully restored the client identity.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Using CRL: true	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Unable to read SMS client cert from environment. Not restoring SMS client cert.	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE	OSDSetupHook	26.03.2013 22:48:51	1976 (0x07B8)
    ==========[ TsProgressUI started in process 2004 ]==========	TsProgressUI	26.03.2013 22:48:52	2008 (0x07D8)
    Registering COM classes	TsProgressUI	26.03.2013 22:48:52	2008 (0x07D8)
    sbModulePath = C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe	TsProgressUI	26.03.2013 22:48:52	2008 (0x07D8)
    Shutdown complete.	TsProgressUI	26.03.2013 22:48:52	2008 (0x07D8)
    Process completed with exit code 0	OSDSetupHook	26.03.2013 22:48:52	1976 (0x07B8)
    Successfully registered TS Progress UI.	OSDSetupHook	26.03.2013 22:48:52	1976 (0x07B8)
    Executing command line: "C:\_SMSTaskSequence\OSD\DMS0002F\ccmsetup.exe" /useronly /source:C:\_SMSTaskSequence\OSD\DMS0002F /config:MobileClient.TCF /status:524	OSDSetupHook	26.03.2013 22:48:52	1976 (0x07B8)
    Process completed with exit code 0	OSDSetupHook	26.03.2013 22:51:18	1976 (0x07B8)
    Start to cleanup TS policy	OSDSetupHook	26.03.2013 22:51:18	1976 (0x07B8)
    End TS policy cleanup	OSDSetupHook	26.03.2013 22:51:18	1976 (0x07B8)
    Active request handle is empty, registering with new active request handle. This is expected if the TS was started from a media/PXE.	OSDSetupHook	26.03.2013 22:51:18	1976 (0x07B8)
    Saving the new active request handle for the task sequence: {DEF95FBF-0201-4033-BAB8-C79E2A28937D}	OSDSetupHook	26.03.2013 22:51:18	1976 (0x07B8)
    Succesfully registered the tasksequence with the execution manager	OSDSetupHook	26.03.2013 22:51:33	1976 (0x07B8)
    Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister	OSDSetupHook	26.03.2013 22:51:34	1976 (0x07B8)
    ==========[ TsProgressUI started in process 2948 ]==========	TsProgressUI	26.03.2013 22:51:34	2956 (0x0B8C)
    Unregistering COM classes	TsProgressUI	26.03.2013 22:51:34	2956 (0x0B8C)
    Shutdown complete.	TsProgressUI	26.03.2013 22:51:34	2956 (0x0B8C)
    Process completed with exit code 0	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    Successfully unregistered TS Progress UI.	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    Moving logs to SMS client directory	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    Successfully moved logs to SMS client log directory: C:\Windows\CCM\Logs\SMSTSLog	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    Executing task sequence manager bootstrap	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    Executing command line: "C:\Windows\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1	OSDSetupHook	26.03.2013 22:51:35	1976 (0x07B8)
    ==============================[ TSMBootStrap.exe ]==============================	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Command line: "C:\Windows\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Logging successfully initialized.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Resuming Task Sequence in Full OS	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 8007000d.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 80070057.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 80070057.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 80070057.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 80070057.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    We are going in GINA and potentially need to set the authenticator	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 8007000d.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 80070057.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Executing command line: "C:\Windows\CCM\TsProgressUI.exe" /Register:WinPE	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    ==========[ TsProgressUI started in process 2984 ]==========	TsProgressUI	26.03.2013 22:51:35	2992 (0x0BB0)
    Registering COM classes	TsProgressUI	26.03.2013 22:51:35	2992 (0x0BB0)
    sbModulePath = C:\Windows\CCM\TsProgressUI.exe	TsProgressUI	26.03.2013 22:51:35	2992 (0x0BB0)
    Shutdown complete.	TsProgressUI	26.03.2013 22:51:35	2992 (0x0BB0)
    Process completed with exit code 0	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Successfully registered TS Progress UI.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    DecryptString failed. 8007000d.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Found network adapter "Intel(R) PRO/1000 MT Desktop Adapter" with IP Address 172.26.101.213.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Starting Task Sequence Manager.	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    executing TS Manager not in full media	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    executing TS Manager in c:\windows\ccm	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Executing command line: "TsManager.exe"	TSMBootstrap	26.03.2013 22:51:35	2972 (0x0B9C)
    Successfully intialized Logging for TS Manager.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Commandline: "TsManager.exe"	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Successfully registered Task Sequencing COM Interface.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Executing as a standalone exe	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    The TSM local data path must be set in full OS	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Task Sequence Manager could not initialize Task Sequence Environment. code 80004005	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Task sequence execution failed with error code 80004005	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Cleaning Up.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Removing Authenticator	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Successfully unregistered Task Sequencing Environment COM Interface.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Executing command line: "C:\Windows\CCM\TsProgressUI.exe" /Unregister	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    ==========[ TsProgressUI started in process 3036 ]==========	TsProgressUI	26.03.2013 22:51:35	3032 (0x0BD8)
    Unregistering COM classes	TsProgressUI	26.03.2013 22:51:35	3032 (0x0BD8)
    Shutdown complete.	TsProgressUI	26.03.2013 22:51:35	3032 (0x0BD8)
    Process completed with exit code 0	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    Successfully unregistered TS Progress UI.	TSManager	26.03.2013 22:51:35	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    DecryptString failed. 80070057.	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Getting active request access handle	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Error opening HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Task Sequence. code 80070002	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Error - could not get package and program IDs. code 80070002	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence. Error code 0x80070002	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Start to cleanup TS policy	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    End TS policy cleanup	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Sending error status message	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    MP name must be set in an environment variable	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Non fatal error 0x80004005 in sending task sequence execution status message to MP	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Finalize logging request ignored from process 3004	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    Waiting for CcmExec service to be fully operational	TSManager	26.03.2013 22:51:36	3008 (0x0BC0)
    CcmExec service is up and fully operational	TSManager	26.03.2013 22:51:49	3008 (0x0BC0)
    CryptProtectData failed	TSManager	26.03.2013 22:51:49	3008 (0x0BC0)
    DecryptString failed. 8007000d.	TSManager	26.03.2013 22:51:49	3008 (0x0BC0)
    IIDFromString() failed.	TSManager	26.03.2013 22:51:49	3008 (0x0BC0)
    Task Sequence Manager could not release active TS request. code 80004005	TSManager	26.03.2013 22:51:49	3008 (0x0BC0)
    Process completed with exit code 2147500037	TSMBootstrap	26.03.2013 22:51:49	2972 (0x0B9C)
    Exiting with return code 0x80004005	TSMBootstrap	26.03.2013 22:51:49	2972 (0x0B9C)
    CryptProtectData failed	TSMBootstrap	26.03.2013 22:51:49	2972 (0x0B9C)
    DecryptString failed. 8007000d.	TSMBootstrap	26.03.2013 22:51:49	2972 (0x0B9C)
    Process completed with exit code 2147500037	OSDSetupHook	26.03.2013 22:51:49	1976 (0x07B8)
    Task sequence completed 0x80004005	OSDSetupHook	26.03.2013 22:51:49	1976 (0x07B8)
    Uninstalling Setup Hook	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    Removing setup hook from registry.	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    Successfully removed C:\WINDOWS\system32\OSDGINA.DLL	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    Successfully removed C:\WINDOWS\system32\OSDSETUPHOOK.EXE	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    Successfully removed C:\WINDOWS\system32\_SMSOSDSetup	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    GetTsRegValue() failed. 0x80070002.	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    End program: 	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    Successfully finalized logs to SMS client log directory from C:\Windows\CCM\Logs	OSDSetupHook	26.03.2013 22:51:50	1976 (0x07B8)
    
    

     

     

    has anyone seen this before?

     

    best regards

     

    smsts.log

  10. Hi,

     

    just want to ask if anyone has a best practice for using AHCI driver in SCCM 2012. Until now we just inject the driver into the WIM file. Adding a task in the task sequence to install the driver package won´t work. I get an error with

     

    driver-signing policy cannot be configured on this operating system
    

     

    and i think it´s because i´m still in windows pe.

     

    has anyone experiences with this?

     

    best regards

×
×
  • 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.