Jump to content


g-fx

Established Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by g-fx

  1. any reason your not using group policy preferences to do this? rather than create an msi
  2. As you can schedule per distribution point, I would say it takes place on the DP , and not the primary server
  3. I had a similar problem... This fixed my problem: https://blogs.msdn.microsoft.com/the_secure_infrastructure_guy/2015/09/02/windows-server-2012-r2-wsus-issue-clients-cause-the-wsus-app-pool-to-become-unresponsive-with-http-503/
  4. I didn't think you can use UNC paths in a batch file without using other commands like pushd etc
  5. do you actually see just the computers in the group? have you also setup AD group discovery in SCCM for these groups?
  6. I use Netwrix account lockout examiner. Great tool. I now see who locks out their account from which device and go from there. There are so many reasons for lock outs.. wireless, exchange, mapped drives, scheduled tasks, cache passwords etc etc.If the source is a workstation, go into control panel and have a look credential manager. gives you a start
  7. it does but then you might add a CU to the server in which it includes a client update... In the Installation properties in the task sequence you can add the PATCH variable eg... PATCH='%_SMSTSMDataPath%\OSD\ADC0001\hotfix\KB3082531\x64\configmgr2012ac-sp2r2sp1-kb3082531-x64.msp’ There are a few way to do this.. this article is one way: http://www.scconfigmgr.com/2014/03/26/install-kb2910552-hotfix-for-configmgr-2012-r2-client-during-osd/
  8. right.. in my case it was KB3098779 MS15-118: Description of the security update for the .NET Framework 4.5.1 and 4.5.2 on Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2: November 10, 2015 Uninstalled this and it works again... Can you validate this aswell? *edit* Found this article: https://support.microsoft.com/en-us/kb/3118750 If you install .net 4.6, you must uninstall this update. Its abit hard when your doing this via offline servicing. and why does it affect server manager!
  9. Ok, I uninstalled about 20 recent updates.. and now I can add features via server manager so it proves its an update! Just need to find out which one... keep watching this space.
  10. wow.. I am battling this now as we speak.. and its doing my head in. I can add any feature using powershell or DISM, but not via Server Manager. No errors in event viewer , using sfc /scannow , or Dism /Online /Cleanup-Image /ScanHealth I can see issues in the CBS.log and DISM.log 2015-12-03 01:04:39, Info CBS Failed to internally open package. [hrESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] 2015-12-03 01:04:39, Info CBS Failed to OpenPackage using worker session [hrESULT = 0x800f0805] 2015-12-03 01:04:39, Info CBS Session: 30485753_2664146015 initialized by client WindowsUpdateAgent. 2015-12-03 01:04:39, Info CBS Failed to internally open package. [hrESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] 2015-12-03 01:04:39, Info CBS Failed to OpenPackage using worker session [hrESULT = 0x800f0805] 2015-12-03 01:04:39, Info CBS Session: 30485753_2664156018 initialized by client WindowsUpdateAgent. 2015-12-03 01:04:39, Info CBS Failed to internally open package. [hrESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] 2015-12-03 01:04:39, Info CBS Failed to OpenPackage using worker session [hrESULT = 0x800f0805] 2015-12-03 01:04:39, Info CBS Session: 30485753_2664166045 initialized by client WindowsUpdateAgent. 2015-12-03 01:04:39, Info CBS Failed to internally open package. [hrESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] As you can see from the timestamp, Im working on it All I did was update our Windows Server 2012 R2 image to include .Net 4.6 and the latest updates via Offline servicing, and inbuilt Software updates step in the task sequence so Im at this moment uninstalling updates as I believe some update or update process broke it.
  11. you could also use group policy preferences to deliver the file and shortcut.. might be an easier method
  12. I had this problem for about 2 weeks..waiting to see what the outcome was from this thread. Tried to delete the corrupt SMX files..just keep coming back after 5 mins.In the mean time we had another issue in which we had to power down the sql server and sccm server. After that .. its been about 3-4 days now I don't have this issue again... I know its weird..just thought id comment on it.
  13. I use this method from chris nackers to ensure endpoint is installed with latest definitions at build time http://www.chrisnackers.com/2012/10/18/configuration-manager-2012-installing-endpoint-protection-during-a-task-sequence/
  14. Im going to guess that WInPE is able to start the build but has not injected the network drivers to continue processing the task sequence...is package AKL00085 after the configure client step? when it fails, can you hit f8 and see if you have an ip address?
  15. I've never tried this method, but I can see straight away your still in WinPE and are trying to detect 'C:\Windows" when I can see everything is applied to E: . Im not sure if you have already a captured image, you may need to set the OSDPreserveDriveLetter variable to false aswell as your partitioning options
  16. did you create an adminfile in order to accept license agreement, change the display level to none? etc etc
  17. sorry Im not understanding why you can not create a driver pack? The drivers are available: http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=5045463〈=en&cc=us *edit* I think i know what you mean... I can see many issues with what your trying to do.. basically I wouldnt use a software package.. You import your drivers to create a driver package.. like: https://win1337ist.wordpress.com/2013/01/02/sccm-2012-importing-drivers-and-making-driver-packages/
  18. COuld try: https://communities.intel.com/thread/38634
  19. had this before .. its windows update not sccm doing it: http://www.windows-noob.com/forums/topic/8000-machine-restarted-automatically-last-night/
  20. g-fx

    Java 8 Update 66

    Today I needed to package up the latest version of java, so I thought I'd share how I went about it. Im not a pro, there will be others out there with better skills at this than I but this is what works for me in order to make a nice package to deploy via SCCM. Im not going through all the steps as Im sure most of you will understand already how to extract exe's, publish apps etc. anyways.. lets begin... Now I did x64 and x86 flavors so do this for both. 1. Create a new transform for your MSI using orca, Instead, Tuner..whatever you use. 2. Add a registry key under HKLM\Software\JavaSoft called 'Java Update' 3. Add another key under HKLM\Software\JavaSoft\Java Update called Policy 4. Add a DWORD called 'EnableAutoUpdateCheck' with the value of 0. This disables the automatic update check. 5. Add another DWORD called "EnableJavaUpdate" with the value of 0. This disables the Update Tab in the Java Control Panel Looks like this: So that was the easy part for me.. unfortunately the package creates a dirty java start menu folder :angry: so that typically would mean I need to either run a group policy preference or vbs/powershell/batch script to delete it. I don't like to run a wrapper, or have settings in multiple places... I just want to use a native msi to easily add to SCCM. In order to get around this Im going to create a custom action. again Im not a pro but this is what I did... 6. In the Directory Table I create a new row for System Folder 7. In the CustomAction Table I created an action called RemoveStartMenu with the target of "[systemFolder]cmd.exe" /C rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S /Q 8. In the InstallExecuteSequence Table I added my Action with a Sequence number of 3193.. just before the InstallFinalize 9. Save the transform, copy it to your source folder for SCCM and create your new SCCM Application. I hope this helps someone out
  21. Thanks Peter, I had been pulling my hair out.. but as soon as I posted this I found a solution. I created another task sequence with no additional steps.. straight after the Setup Windows and Configuration Manager step, I added what was mentioned in this post and it worked.
  22. does this help you? http://fbinotto.blogspot.co.nz/2014/10/sccm-2012-automatically-uninstall.html
  23. Hey Guys, Has anyone managed to create a build task sequence with Desktop Experience for windows 2012 R2? Once the desktop-experience feature is installed and rebooted, it drops out of the task sequence. I have tried separating the components in a SCCM TS, and also with MDT Integration and same results. Ive read this article: https://www.sepago.com/blog/2013/07/19/adding-feature-desktop-experience-on-windows-server-2012-breaks-configmgr-task but still doesn't work. I've been pulling my hair out. The article explains the situation clearly.. just haven't managed to get it to work. Another user had a reboot step with a count of 60 seconds to fix his.. but doesn't work again for me. Just wondering if anyone has actually been able to add this feature with SCCM 2012?
  24. Ive just come across this problem today.. did you get any further with this?
×
×
  • 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.