Jump to content


anyweb

Root Admin
  • Posts

    9181
  • Joined

  • Last visited

  • Days Won

    366

Everything posted by anyweb

  1. well if you are getting iis 500 errors in the webservice then make sure web.config is allowed to POST and that UUID = correct value and you were...
  2. correct, however you'll want to customize it sooner or later (think security, updates...)
  3. the mulitlanguage step is suitable for cases where you are enabling bitlocker via a script as the supplied script from microsoft crashes if the language is not english.
  4. glad you got it working, what was the issue then seeing as others may also have that issue, the UEFI version handles refreshes to UEFI as well as legacy hardware, so it's more future resiliant, plus it has the new HTA design..
  5. the idea is that you use this process to make changes to the standard wim, by introducing updates for example or installing apps, so the end result (the captured wim) contains not only the original operating system, but all the latest windows updates and a few key applications like office 2013 or similar...
  6. Gabe Aul tweeted the following today those updates I've linked below:- https://support.microsoft.com/kb/3039066 http://support.microsoft.com/kb/3044132 http://support.microsoft.com/kb/3032359 http://support.microsoft.com/kb/890830 so at least Microsoft is still securing Windows 10 build 9926 and hopefully this in preparation for the new build we are all waiting for, although in addition to the above, he referred to the Windows blog here which goes into detail about the cadence of Windows Builds (or to you and me, why we aren't seeing a new build just yet...) here's a snip about announcing the date (or not...) If we announce a date, we’ll want to have a very high confidence of hitting it. It’s frustrating for you to hear a date and be let down if we miss it, and it’s frustrating and distracting for us too. Not only that, but it slows down our engineering since many of the same people who are scrambling after a missed date would otherwise have been making more forward progress on the product. Because we’d want that very high confidence we’d pick a date that was further out than if we were living on the edge. We’d give ourselves some time to deal with bugs and re-spin builds if we needed to. If we have a great build in hand, as often happens, leading up to the date we would hold on that build rather than ship it. We call this putting the build in ‘escrow’. Why not just ship it early? Well, some people get upset about the surprise, but also it sets expectations that sometimes we really mean a date and sometimes we don’t. We want people to know that when we say a date they can count on that date. In the worst case, if we’re chasing down a tough bug and run out of time, we may miss the date. This is of course way worse than being early. We’d have let down people who were counting on us to deliver on the date we said we would. so, let's keep waiting and updating until then ! cheers niall
  7. did you update your boot wim to the dp's AFTER you added the optional components ?
  8. the nic drivers need to be added to your x64 boot wim and then updated to WDS, examine the powershell script I wrote and you'll see how it's done, or manually do it yourself. did you update the deployment share and replace the x64 boot wim in WDS with the new one ? you can find the PowerShell script here. http://www.windows-noob.com/forums/index.php?/forum/74-mdt/
  9. look for anything like computername in the js (validation.js)
  10. great ! for the benefit of others finding this post perhaps you'd care to share what you went with
  11. well if you truly want zero touch the first thing you'll want to do is create some collections to deploy the required task sequences to, as only one required (mandatory) task sequence can be deployed to a collection at a time secondly, only add computers to those collections if you are absolutely sure they will be reimaged as designed as there's no going back once they receive the policy, for the different scenarios listed above, one will need usmt capture/restore steps, the other will not, in other words, two separate task sequences to cover the different scenarios
  12. it should, what name are you entering in that field ? can you share your smsts.log files so I can take a look
  13. open a cmd prompt at the HTA and cd to the folder where the scripts for contacting the webserver are located then, execute the cmdline to run the ChangeComputerName.wsf script to do the computernaming, the first time you try it don't include any parameters, what output do you see ? next time you run it include the parameters it expects, what output do you see ? to add more logging in cmtrace (make sure it's open with the ChangeComputerName.log in view) then execute the script in debug mode like so ChangeComputerName.wsf /debug:true this should reveal the source of your issues but for a pointer, from you error above it's not finding the prefix as you are either calling the wrong URL or the parameters speficied are not correct, which could be true as the webservice you show in your screenshot has different parameter names to the one in your customsettings.ini
  14. yes it's normal two places and only if needed in the boot wim in the winpe portion of the OS start windows deployment services (the gui) and see if the service is started or not and where it refers to
  15. you could try disabling the install language pack sections and see what happens, to add an ou selection you'll have to code something yourself, it's not that hard and others have asked about that already here diffuser is depreceated in Windows 8 and onwards, see my previous HTA releases for the steps to add it back, good luck
  16. can you explain what you mean here.... do you mean that was the time displayed in Windows ? are you set to sync with internet time or do you have ntp servers configured ?
  17. well i think you should call microsoft and alert them to this, I haven't heard of others with the same exact issue, and can you confirm that you are only seeing the issue when there is NO battery power left.
  18. were all three bought at the same time ? have you contacted Microsoft about the issue ? it sounds to me like the battery is running out of power and that it's reverting the date/time to when the device was manufactured
  19. ok well the next time you have this issue do as follows, PXE boot or USB boot the device and press f8, type date and verify the date, do the same for time, what date/time does it revert to on all 3 devices ? is it the same or is it way off,
  20. definetly a weird issue and from my time looking at it i couldn't figure it out, the logs look ok, the status looks ok, so perhaps you are missing a hotfix, have you tried applying cu4 yet ?
  21. and have you verified that the machine built is using the actual updated wim and not the previous un-updated wim ?
  22. can you do a teamviewer session and i take a look
  23. check these out Customising Windows 7 deployments - part 1. Changing the keyboard layout using unattend.xml Customising Windows 7 deployments - part 4. Deploying Language Packs Offline using MDT 2010 Update 1 Customising Windows 7 deployments - part 6. Adding multiple keyboard layouts and multiple languages [Mar 2012]
×
×
  • 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.