Jump to content


Harmen1966

Established Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Harmen1966

  1. Hi. We’re having a problem with the regional and locale setting in Windows 10 1709, we’re creating a reference image with MDT 2013 on an US 2012 R2 server but we’re using the Dutch ISO of Windows 10 1709. After creating and deploying this image the language is Dutch however the regional and locale settings are US, is there a simple way to set this to Dutch, or should I install the Dutch language pack to set this straight. TIA, Harmen
  2. It's an WMI issue, create a batch file and run it as Administrator, put the text lines in it; @echo off sc config winmgmt start= disabled net stop winmgmt /y %systemdrive% cd %windir%\system32\wbem for /f %%s in (‘dir /b *.dll’) do regsvr32 /s %%s wmiprvse /regserver winmgmt /regserver sc config winmgmt start= auto net start winmgmt for /f %%s in (‘dir /s /b *.mof *.mfl’) do mofcomp %%s Restart the server when finished. Well that doesn't do the trick after several minutes I got the error again.
  3. This solution worked for me but I had troubles to editing the InstallUtil.exe.config so I ran installtakeownership form the zip file, do the job and then removetakeownership then the msi installed like a charm and the SMS_NOTIFICATION_SERVER went up and running. Harmen TakeOwnership.zip
  4. Many, many thanks for this great guide it helped me a lot to upgrade our SCCM envoirment, one hint after the SP2 upgrade also restart the DB server I had no site components, but restarting the DB server the're all back pfiew! Harmen
  5. Can I use the technet eval version but with our own serial number, because I can not download the original version from MSDN. Thanks. Harmen
  6. Excellent post thanks. Question can I use this document without the MDT upgrade because we don't use MDT. TIA, Harmen
  7. Yes I know and I will do that but I was wondering why stopped the updateing of my machines, I want to find a correct solution. It seems it happened on the x86 image not the x64 image, something to do with memory. Net stop wuauserv, Sc config wuauserv type= own, Net start wuauserv kick off some updates but not all
  8. @Jaybone Thanks for the reply. 1. The problem of deploying updates is after the OSD, the ADR rule with the Windows Updates won't run. 2. I've some WU in the image when created the image, but after a few months the updates grow so the ADR rule had to push them to the workstations and that stucks. which logs should I retrace in the correct order to identify the problem
  9. Hi. I've followed the instructions to setup ADR and for months it worked like a charm but something got wrong and I can't figure it out what it would be. The ADR is applied to the collection but after an OSD to the computer not all Office and Windows updates are installed, searched the logs but I don't exactly wich order to troubleshoot. If i manually download the updates there is a whole list op 57 updates. TIA. Harmen
  10. Problem solved by enable IPv6 on the DP server I was forgotten to enable it after testeing another issue.
  11. Yes with various models it's the same, the WinPE4 boot images downloads the drivers fast but the WinPE5 (after the R2 upgrade) are extremly slow, even when i'm not using driver packages but auto apply drivers instead. Yes the machine is joined to the domain but after the install configmgr client step no other step wil be run, in my case it's activate Windows, yes if I logon I see that the SCCM client is the latest one so the TS uses the newest client. Update; smsts.log file attached. smsts-20140118-035240.log
  12. Hi, After upgrading from SCCM 2012 sp1 to 2012 R2 i've got two major problems; the first one is installing drivers step from driver package is extremly slow (but when using the WinPE4 boot images this step works fine) second one is every step after the "install configmgr client" step will not be run KB2905002 is installed and I used the new boot images created by SCCM 2012 R2, update boot images on DP after apply the hotfix. Update: auto apply drivers is also very slow with the new boot images. Any help will be appreciated
  13. update: I’ve waited after patch Tuesday and find out according to the MS security advisory notification that our Windows 7 clients perfectly updated with the updates mentioned in this document. But when I look at our Windows 2008 R2 servers updated with WSUS and our test server as my test server for Windows updates thru SCCM then I see a difference of three updates. The updates that are not installed are on my test server are 2868725, 2862152 and 2900986 they were perfectly installed on the other 2008 R2 servers.
  14. I've followed this great article from Nail but still I have one important question why download and installs WSUS more software updates then SCCM 2012 SP1? We've setup SCCM from this article and used the rules to download from our old WSUS envoirment, but the exsisting WSUS envoirment downloads and installs more software updates. Any hint. TIA, Harmen
  15. We’ve got one collection with 10 W2K8R2 servers, two of them are my SCCM SP1 CU3 servers and one of them is an application server. Those three servers will update fine with the SU through SCCM. But the other 7 application servers (exactly as the one application server mentioned) in the same collection won’t get any update. I’ve checked all of the log files that were mentioned on Internet and it cost me over five days, but none of them won't update. Also I reinstalled the SCCM client etc but nothing worked, so what to do next.
  16. Hi. After updating to SCCM 2012 SP1 CU3 all of my reports won't work, I get the following error see the attached file. TIA, Harmen error.txt
  17. When I added the SUP role I used the products and classification settings from our WSUS envoirment, when I looked now at the WSUS console on the SCCM server I see that more then 4000 security updates are waiting to be approved and 800 critical updates waiting to be approved. And yes some of them are superceeded but sme of them are not.
  18. Update: Looking at update KB2853587 the old WSUS envoirment will update and install it on the 2008R2 server, SCCM states i'ts not required so no downloading and distributing to the servers?? Do I miss something?
  19. I got two questions about WU on a 2008R2 server; 1. What is the correct way to disable wsus settings and enable the sccm WU settings (what I do is set all gpo WU settings on "Non configured" and installt the SCCM client, then set the WU client to install updates automatically 2. I found out that servers updated with WSUS gets a lot more updates then servers updated with SCCM, I checked the download settings over and over again, but could not find the diffrences. TIA. Harmen
  20. @hollisorama this was a lifesaver for me the packages installed fine but the applications stuck on downloading (0% complete), I update the content and running like a charm. I had to re-create my DP ans stuck on deployng applications.
  21. Peter I have packages that have been deleted but the files are still on the DP, how can I remove it manually?
  22. We've exact the same problems as mrbios describes I've done everythyng but MC won't work, unicast still working fine. Build a smaller image 2GB instead of 8GB. Tests with a multicast packages tester shows tha MC is allowed through VLAN's.
  23. Hi. In witch order do I have to update my SCCM 2012 SP1 envoirment or where can I find the documentation to do it. There are "R" versions (R2), CU's and hotfixes and patches I don't understand MS why use these diffrent options of updating. TIA, Harmen
×
×
  • 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.