-
Posts
9182 -
Joined
-
Last visited
-
Days Won
366
Everything posted by anyweb
-
SCCM 1606 Task Sequence not appearing
anyweb replied to khloro's topic in Configuration Manager 2012
is the computer in the collection that you've deployed the task sequence to ? did you update machine policy on that computer ? -
2016/ConfigMgr-CB WSUS not getting Win10 Upgrade
anyweb replied to WashingtonEduIT's topic in Windows Server General
interesting problem, are all other updates showing in Software Updates ?, have you selected Upgrades ? -
hi it's seems it's failing directly after the reboot after installing windows updates Failed to set log directory. Some execution history may be lost. The system cannot find the file specified. (Error: 80070002; Source: Windows) due to this the task sequence cannot continue hence the presence of that folder, as a test, disable the install software updates sstep on your image that was captured on a vm (good practice indeed) and see does it complete as normal, if so, then you must focus on the Install Software Updates step and why it's causing you problems is this Windows 7 you are deploying ? if so have you tried using Offline Servicing to inject those updates into the captured wim file ?
-
I would like to know how if i can install a virtual server on my own PC. (For practice) if you are running windows 8, 8.1 or windows 10 then you can enable the HyperV feature and run virtual machines on your pc provided that it has enough ram (memory) and a virtual capable cpu (check the bios) as regards guides, there are many here build yourself a lab first and then start testing SCCM, if you need help just ask
-
i've seen this problem before Content is not available on the DP for this program. The program cannot be run now. execmgr 10/17/2016 9:42:09 AM 3908 (0x0F44) OnOptionalExecutionRequests failed for program * : 0x87d01106 execmgr 10/17/2016 9:42:09 AM 3908 (0x0F44) to resolve either redeploy the task sequence (short term, the problem will come back), or reduce the number of deployments targeted at the computer, eg: if the computer is targeted with many updates or task sequences, reduce them drastically, and this is probably true seeing as it's windows 7 (think of the updates...), this is the long term fix lastly it can also mean that the policy for the task sequence hasn't arrived yet (the message is confusing...), and this could be due to waiting for a scehduled restart from another program or windows updates, either way to improve the situation, you must reduce the number of deployments aimed at that computer (or computers)
-
Does anyone have the Configmgr 2012 SP1 Toolkit?
anyweb replied to epoch71's topic in Configuration Manager 2012
have you tried the R2 toolkit, didn't it work for you, if not what was the error ? -
Start menu not working in Win10
anyweb replied to neumc's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
are you using copyprofile ? if so that could be the cause of your issues. -
Software deployments Success - Windows Updates Fail
anyweb replied to WAZZIE's question in Software Update Point
that error translates to Same as HTTP status 401 - the requested resource requires user authentication. Source: Windows Update Agent ----- -
The CM12 UEFI BitLocker Frontend HTA - Part 1. The features.
anyweb replied to anyweb's question in Frontends, HTA's and Web Services
no you don't but you might have this problem I've got a new version of this logic now and i might blog it soon as it requires no drivers and just re-renders the HTA -
Sccm 2012 - Assistance with software uninstall
anyweb replied to ingram59's topic in Configuration Manager 2012
here's a start https://blogs.technet.microsoft.com/heyscriptingguy/2011/12/14/use-powershell-to-find-and-uninstall-software/ -
you can link it to SCCM but it will disrupt the existing setup, clients either get updates from MS, from SCCM (via the sup) or via WSUS, the recommended approach here would be to start afresh with your WSUS setup for SCCM, and yes it's fine to host it on another server with it's own database. Once you switch your clients to get updates from SCCM then the backend infrastructure (SCCM+SUP) must be ready to deliver those updates, and that won't happen with your existing WSUS infrastructure Let's see what the others say though, you may get additional advice, cheers niall
-
sounds like network driver issues can you attach the smsts.log ?
-
Bug in SCEP 2012 Client 4.10.205
anyweb replied to Peter33's question in Troubleshooting, Tools, Hints and Tips
hi Peter, is Microsoft aware of this ? -
have you seens henks post here, it explains the steps a bit clearer
-
drivers were present in the SUP in SCCM back in SCCM 2007 however, that Update Classification was removed in SCCM 2012 due to filling up the database with loads of duplicate info that was difficult to filter...
- 6 replies
-
- windows 10
- sccm
-
(and 2 more)
Tagged with:
-
is ssl enabled on your WSUS server ?
-
are you sure you followed everything in the KB, double check each step, then trigger a sync on your SUP
-
I'm very happy to say that I just got this email !! Dear Niall Brady, Congratulations! We are pleased to present you with the 2016 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Enterprise Mobility technical communities during the past year. Also in this email: About your MVP Award Gift How to claim your award benefits Your MVP Identification Number MVP Award Program Code of Conduct The Microsoft MVP Award provides us the unique opportunity to celebrate and honor your significant contributions and say "Thank you for your technical leadership." Patrick Malone Director Community & Advocacy Programs Microsoft MVP Award Gift As a token of our appreciation, your MVP Award gift package is on its way. You will receive an e-mail message in the next 10 business days that contains your MVP Award gift package shipping information and your tracking number. That's 7 years in a row :-) Absolutely awesome !!! thanks to my family for putting up with me blogging, writing, researching all the time and you (the windows-noob.com members) for reading and telling others about the content here and thank you to Microsoft for awarding me this prestigious title, THANKS !!!!!!!!!!!!! cheers niall !
-
PXE Boot Stopped Working
anyweb replied to mkeehn's topic in System Center Configuration Manager (Current Branch)
have you tried re-deploying the task sequence ? does it make any difference to the end result ?