Jump to content


Search the Community

Showing results for tags 'SCCM 2012 OSD'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Cloud
    • Azure
    • Microsoft Intune
    • Office 365
    • Windows 365
  • General Stuff
    • General Chat
    • Events
    • Site News
    • Official Forum Supporters
    • Windows News
    • Suggestion box
    • Jobs
  • MDT, SMS, SCCM, Current Branch &Technical Preview
    • How do I ?
    • Microsoft Deployment Toolkit (MDT)
    • SMS 2003
    • Configuration Manager 2007
    • Configuration Manager 2012
    • System Center Configuration Manager (Current Branch)
    • Packaging
    • scripting
    • Endpoint Protection
  • Windows Client
    • how do I ?
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
    • windows screenshots
  • Windows Server
    • Windows Server General
    • Active Directory
    • Microsoft SQL Server
    • System Center Operations Manager
    • KMS
    • Windows Deployment Services
    • NAP
    • Failover Clustering
    • PKI
    • Hyper V
    • Exchange
    • IIS/apache/web server
    • System Center Data Protection Manager
    • System Center Service Manager
    • System Center App Controller
    • System Center Virtual Machine Manager
    • System Center Orchestrator
    • Lync
    • Application Virtualization
    • Sharepoint
    • WSUS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 4 results

  1. Hi Guys, I'm new on SCCM so I'm coming from MDT 2013 which by the way is working great for me, but I'll like to take the deployment to the next level and build some “OSD frontend” to allow me create my custom deployment. So let me explain a litter what I'm wanted to do. On SCCM 2012 R2, I do have a basic W10 deployment working, I mean, PC is in our domain and other basic stuff, but I just looking to add some cool features like auto PC rename base of user domain, so I have a script on the deployment process (SCCM Task Sequence) which ask me an user name, then I'll like to uses that TS store variable, call it from a PowerShell script and get the username from AD using a remote session, then from there get the department name variable and at the end depend of the user Department get the PC rename and also pre-provision user applications, based on group membership during the deployment process, that way the user doesn't have to way for a login process to get the applications from the SCCM server. I'm currently stopped on the script after the username variable, I don't know how to make it work with the AD and the department. Can you please have some idea that make can help me to continue with my project. I'll appreciate that. Example of PC name: Domain (MS) + Type (L or W) + Department (IT) + consecutive number from AD (001) = MSWIT001 The Script I have so far... #Close the TS UI temporarily $TSProgressUI = New-Object -COMObject Microsoft.SMS.TSProgressUI $TSProgressUI.CloseProgressDialog() #Prompt for input [system.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic') | Out-Null $TSUsername = [Microsoft.VisualBasic.Interaction]::InputBox("Enter the Domain Username for this deployment", "AD Domain User", "e.g. tlee") #Set the TS variable $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment $tsenv.Value("TSUsername") = $TSUsername Thank you in advance, TommyLee
  2. Evaluating the new Helix 2nd Gen, banging my head against the wall trying to get the newer "ThinkPad Tablet Setup" UEFI BIOS to BOOT to anything but the hard drive (i.e. Lenovo USB 3.0 NIC, CD, USB). The BIOS clearly sees these bootable devices when I have them connected but it appears to just boot me right back to the main BIOS screen. I have read some posts on these devices being unable to boot into another OS (i.e. WinPE for SCCM deployments). https://forums.lenovo.com/t5/X-Series-Tablet-and-Helix/Helix-2-Model-20CH-No-Legacy-Boot-Option-in-B... Has anyone out there had luck deploying these with SCCM? We have other UEFI BIOS' that boot into alternate OS' just fine (i.e. Surface Pro, Dell Latitude E7250). I have to be missing something.
  3. We are having an odd issue with a specific model of laptop (Dell e6530). When running the OSD Task Sequence it only installs the first few apps and hangs. I am able to run the same TS on other models with no issues. I have attached a screen shot of my TS and the SMSTS log. The hi-lighted app is where the TS stops and eventually reboots to a Ctl + Alt + Del screen. Let me know if more info is needed. SMSTS Log Successfully moved logs to SMS client log directory: C:\WINDOWS\CCM\Logs\SMSTSLog OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Executing task sequence manager bootstrap OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Get install directory for SMS client OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Update reboot count OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Launch C:\WINDOWS\CCM\TSMBootstrap.exe /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1 OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Command line for extension .exe is "%1" %* OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Set command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1 OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) Executing command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1 OSDSetupHook 12/11/2013 11:55:35 2624 (0x0A40) ==============================[ TSMBootStrap.exe ]============================== TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:1 TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Logging successfully initialized. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Resuming Task Sequence in Full OS TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) We are going in GINA and potentially need to set the authenticator TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) setting the authenticator TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) ==========[ TsProgressUI started in process 3040 ]========== TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) Command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) Registering COM classes TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) sbModulePath = C:\WINDOWS\CCM\TsProgressUI.exe TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) Unregistering class objects TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) Shutdown complete. TsProgressUI 12/11/2013 11:55:35 2472 (0x09A8) Process completed with exit code 0 TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Successfully registered TS Progress UI. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Found network adapter "Bluetooth Device (Personal Area Network)" with IP Address 0.0.0.0. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Found network adapter "Intel® Centrino® Advanced-N 6205" with IP Address 0.0.0.0. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Found network adapter "Intel® 82579LM Gigabit Network Connection" with IP Address 10.94.201.236. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Starting Task Sequence Manager. TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) executing TS Manager not in full media TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) executing TS Manager in c:\windows\ccm TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Executing command line: "TsManager.exe" TSMBootstrap 12/11/2013 11:55:35 1444 (0x05A4) Successfully intialized Logging for TS Manager. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Commandline: "TsManager.exe" TSManager 12/11/2013 11:55:35 1964 (0x07AC) /service parameter found at index: -1 TSManager 12/11/2013 11:55:35 1964 (0x07AC) /standalone parameter found at index: -1 TSManager 12/11/2013 11:55:35 1964 (0x07AC) /noclient parameter found at index: -1 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Successfully registered Task Sequencing COM Interface. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Executing as a standalone exe TSManager 12/11/2013 11:55:35 1964 (0x07AC) Initializing TS Environment TSManager 12/11/2013 11:55:35 1964 (0x07AC) Opening Task Sequencing Environment TSManager 12/11/2013 11:55:35 1964 (0x07AC) Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ... TSManager 12/11/2013 11:55:35 1964 (0x07AC) pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,255) TSManager 12/11/2013 11:55:35 1964 (0x07AC) pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,255) TSManager 12/11/2013 11:55:35 1964 (0x07AC) pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,255) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Path variable _SMSTSBootStagePath converted from 3FA735420000D01200000000:\_SMSTaskSequence\WinPE to C:\_SMSTaskSequence\WinPE TSManager 12/11/2013 11:55:35 1964 (0x07AC) Path variable OSPART converted from 3FA735420000D01200000000: to C: TSManager 12/11/2013 11:55:35 1964 (0x07AC) NOT executing in WinPE TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling Config policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling config policies... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling SysHealthConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSSysHealthClientConfig' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 685, uncompressed size 4652. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling SoftUpdConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSSWUpdateClientConfig' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 1771, uncompressed size 14786. TSManager 12/11/2013 11:55:35 1964 (0x07AC) (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582) TSManager 12/11/2013 11:55:35 1964 (0x07AC) (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling SoftDistClientConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSSoftDistClientConfig' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 1323, uncompressed size 13742. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling NAAConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSNAAConfigPolicy' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 803, uncompressed size 2996. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling RebootSettingsConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSRebootSettingsConfigPolicy' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 428, uncompressed size 1556. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_RebootSettings.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Compiling AppManClientConfig policy... TSManager 12/11/2013 11:55:35 1964 (0x07AC) Retrieving value from TSEnv for '_SMSTSAppManClientConfigPolicy' TSManager 12/11/2013 11:55:35 1964 (0x07AC) ::DecompressBuffer(65536) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Decompression (zlib) succeeded: original size 1035, uncompressed size 6442. TSManager 12/11/2013 11:55:35 1964 (0x07AC) (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582) TSManager 12/11/2013 11:55:35 1964 (0x07AC) (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582) TSManager 12/11/2013 11:55:35 1964 (0x07AC) Instance path = 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Start to compile TS policy TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) End TS policy compilation TSManager 12/11/2013 11:55:35 1964 (0x07AC) Get Install Directory for SMS Client TSManager 12/11/2013 11:55:35 1964 (0x07AC) Updating settings in \\swn1410-16816\root\ccm\policy\machine\actualconfig TSManager 12/11/2013 11:55:35 1964 (0x07AC) RequestedConfig policy instance(s) : 415 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Locked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source SMS:Client:Default:{D6804B3A-BFEC-4AB4-BFA5-FD9BECC80630} successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) Namespace: \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:Client:Default:{D6804B3A-BFEC-4AB4-BFA5-FD9BECC80630}") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 12/11/2013 11:55:35 1964 (0x07AC) There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 12/11/2013 11:55:35 1964 (0x07AC) Unlocked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source SMS:Client:Default:{D6804B3A-BFEC-4AB4-BFA5-FD9BECC80630} successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) RequestedConfig policy instance(s) : 0 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Locked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source CcmPortal successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) Namespace: \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmPortal") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 12/11/2013 11:55:35 1964 (0x07AC) There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 12/11/2013 11:55:35 1964 (0x07AC) Unlocked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source CcmPortal successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) RequestedConfig policy instance(s) : 0 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Locked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source Local successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) RequestedConfig policy instance(s) : 9 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Unlocked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source Local successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) RequestedConfig policy instance(s) : 10 TSManager 12/11/2013 11:55:35 1964 (0x07AC) Locked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source CcmTaskSequence successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) Namespace: \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmTaskSequence") AND (PolicyState = "Active") AND (PolicyType = "Machine") TSManager 12/11/2013 11:55:35 1964 (0x07AC) There is no ccm_policy_policy instance, skipping addition to realinst map TSManager 12/11/2013 11:55:35 1964 (0x07AC) Unlocked \\SWN1410-16816\ROOT\CCM\Policy\Machine\RequestedConfig for source CcmTaskSequence successfully TSManager 12/11/2013 11:55:35 1964 (0x07AC) Total RequestedConfig policy instance(s) : 434 TSManager 12/11/2013 11:55:35 1964 (0x07AC) New/Changed ActualConfig policy instance(s) : 10 TSManager 12/11/2013 11:55:35 1964 (0x07AC) [1] Added/updated setting 'ccm_applicationmanagementclientconfig:sitesettingskey=1'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [2] Added/updated setting 'ccm_clientactions:actionid={00000000-0000-0000-0000-000000000108}'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [3] Added/updated setting 'ccm_clientactions:actionid={00000000-0000-0000-0000-000000000123}'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [4] Added/updated setting 'ccm_networkaccessaccount:sitesettingskey=1'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [5] Added/updated setting 'ccm_scheduler_scheduledmessage:scheduledmessageid={00000000-0000-0000-0000-000000000108}'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [6] Added/updated setting 'ccm_scheduler_scheduledmessage:scheduledmessageid={00000000-0000-0000-0000-000000000114}'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [7] Added/updated setting 'ccm_scheduler_scheduledmessage:scheduledmessageid={00000000-0000-0000-0000-000000000121}'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [8] Added/updated setting 'ccm_softwaredistributionclientconfig:sitesettingskey=1'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [9] Added/updated setting 'ccm_softwareupdatesclientconfig:sitesettingskey=1'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) [10] Added/updated setting 'ccm_systemhealthclientconfig:sitesettingskey=1'. TSManager 12/11/2013 11:55:35 1964 (0x07AC) Policy evaluation initiated TSManager 12/11/2013 11:55:35 1964 (0x07AC) Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) Query = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Verified policy for instance path 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace TSManager 12/11/2013 11:55:35 1964 (0x07AC) Query = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' TSManager 12/11/2013 11:55:35 1964 (0x07AC) Verified policy for instance path 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' compiled in 'root\
  4. hello all, i am deploying windows 7 through pxe boot, when UDI Wizard runs i dnt get back data option, am i missing something here? can i get backup option on even bare metal installation? plz advice cheers Lrok
×
×
  • 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.