Jump to content


jtaylor7

Established Members
  • Posts

    7
  • Joined

  • Last visited

jtaylor7's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I add a line with a reg add statement in it. This allows me to set the detection method on a registry key that I create.
  2. You can add computers to an Active Directory group in the OSD. Off the top of my head one way to place an unknown computer in a different AD group would require you to input a TSVariable at the start of the OSD, this variable could be used to determine which OU you put the computer in. You would need to create multiple Network Settings tasks for each OU you wanted to place computers in and then have them run conditionally depending on the TSVariable. It will make your Task Sequence look untidy to edit but will look no different to the end user. It also probably doesn't make sense to do if you have hundreds of OUs you want to put computers in but for 3 or 4 it should work fine.
  3. OnSearchComplete - Failed to end search job. Error = 0x80244022 I have recently starting testing the SUP capability of SCCM 2012. I have followed the guides to set up the Server and all seems to be working fine. Updates are being downloaded and showing on the server console. However on the client side there seem to be a few teething problems. The clients are showing that they need the updates but aren't downloading them. I checked WUAHandler.log and found this error repeated regularly. Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Async searching of updates using WUAgent started. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Async searching completed. WUAHandler 12/07/2013 12:18:17 5284 (0x14A4) OnSearchComplete - Failed to end search job. Error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90) Scan failed with error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90) I had a look at Scanagent.log and this was full of red. Mainly repeating the same 0x80244022 error but also a 0x87d00631 error. Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:14 6104 (0x17D8) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanRetry- Requesting scan ScanAgent 12/07/2013 12:18:15 6104 (0x17D8) No CatScan history exists ScanAgent 12/07/2013 12:18:15 3216 (0x0C90) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:15 5240 (0x1478) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:16 5240 (0x1478) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:16 5240 (0x1478) Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:16 3216 (0x0C90) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:16 5240 (0x1478) CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:16 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:17 5240 (0x1478) CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:17 5240 (0x1478) I've trawled around the web looking for likely causes but come up blank. I was wondering if anyone could shed some light on the problem. Also very weirdly last night the scan did work and in WUAHandler I got this. Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 06:43:27 5468 (0x155C) Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Async searching of updates using WUAgent started. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Async searching completed. WUAHandler 12/07/2013 06:44:51 592 (0x0250) Successfully completed scan. WUAHandler 12/07/2013 06:46:56 2568 (0x0A08) The new content version (4) of update source is less than before (5), continuing. WUAHandler 12/07/2013 07:28:10 5468 (0x155C) But then throughout the day today I have the same errors as before.
  4. I have recently starting testing the SUP capability of SCCM 2012. I have followed the guides to set up the Server and all seems to be working fine. Updates are being downloaded and showing on the server console. However on the client side there seem to be a few teething problems. The clients are showing that they need the updates but aren't downloading them. I checked WUAHandler.log and found this error repeated regularly. Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Async searching of updates using WUAgent started. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90) Async searching completed. WUAHandler 12/07/2013 12:18:17 5284 (0x14A4) OnSearchComplete - Failed to end search job. Error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90) Scan failed with error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90) I had a look at Scanagent.log and this was full of red. Mainly repeating the same 0x80244022 error but also a 0x87d00631 error. Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:14 6104 (0x17D8) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanRetry- Requesting scan ScanAgent 12/07/2013 12:18:15 6104 (0x17D8) No CatScan history exists ScanAgent 12/07/2013 12:18:15 3216 (0x0C90) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:15 5240 (0x1478) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:16 5240 (0x1478) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:16 5240 (0x1478) Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:16 3216 (0x0C90) ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:16 5240 (0x1478) CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:16 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:17 5240 (0x1478) ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:17 5240 (0x1478) CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:17 5240 (0x1478) I've trawled around the web looking for likely causes but come up blank. I was wondering if anyone could shed some light on the problem. Also very weirdly last night the scan did work and in WUAHandler I got this. Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 06:43:27 5468 (0x155C) Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Async searching of updates using WUAgent started. WUAHandler 12/07/2013 06:43:57 5468 (0x155C) Async searching completed. WUAHandler 12/07/2013 06:44:51 592 (0x0250) Successfully completed scan. WUAHandler 12/07/2013 06:46:56 2568 (0x0A08) The new content version (4) of update source is less than before (5), continuing. WUAHandler 12/07/2013 07:28:10 5468 (0x155C) But then throughout the day today I have the same errors as before.
  5. We are looking at deploying Windows 8 via SCCM 2012 to a load of Tablets. We are currently doing the deployments over the wired network but it would be great if we could connect to the wireless network during the OSD so the machines always connect to it when on allowing first time domain login to be done wirelessly. We used to do this using the NetSH WLan command however this is no longer supported in Win PE 4.0. Is there a way we can do this through SCCM? If we could customise the boot image to add the Wlan functionality that would be great. Sorry if this is an incredibly simple question i'm still finding my feet with SCCM I understand this would be more difficult for U/P wirless networks but at the moment we're just using MAC authentication. If the Machine can see the wireless it can connect to it. Although U/P connection ideas would be more than welcome too for future reference.
  6. Have adapted this slightly to work with the Acer W510, works perfectly. Although we have run into one problem. We are currently not domain joining these machines and just letting our users log in with their own Microsoft accounts. If we disable the local administrator account then whenever a user tries to do a first logon with a microsoft account it comes back as wrong password. Even though the password is correct. If we enable the local admin account and just add a user then the same username and password can add an account no problem. Are we doing something wrong in the setup? Is there a way we can pre-add a microsoft live account during the deployment? Thanks very much
  7. I have followed the guides for installing SCCM 2012, we are using sccm 2012 sp1 on Server 2012. I am on Part 5, Adding WSUS, adding the SUP role, depoloying the configuration manager client agent. I have got to the bottom part of the post where we push out the CMCA via Windows Update on the clients. The machines have picked up the GPO to look at the server, I have verified WSUS is on the correct port 8530 and on the client it is showing it is checking for updates correctly. However it does not show the Configuration manager client installer on the machines. I'm not quite sure how to troubleshoot this. Things I've tried: Checked the machine shows up in Devices - it does Checked the machine is picking up the GPO correctly - it does. Checked whether I can do a manual install of Configuration manager client from SMS-SItename/client - I can and it detects the site properly. What can I do to see why this isn't working?
×
×
  • 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.