Jump to content


anyweb

Root Admin
  • Posts

    9244
  • Joined

  • Last visited

  • Days Won

    368

Everything posted by anyweb

  1. try Select * FROM Win32_ComputerSystem WHERE Model Like "10A8%" OR Model Like "10AA%" OR Model Like "10A6%"
  2. take a look at the below guides which cover working with USMT from Configuration Manager 2007 onwards... Migrating Data using USMT don't want to migrate Pinned items with USMT 4 ? no problem unconditionally exclude pinned items How can I exclude Start Menu items from being captured and restored using a custom file in USMT 4 using a custom XML file to Unconditionally exclude files how can I use USMT 3.x in SCCM migrate today restore tomorrow how can I view the USMT recovery key user state recovery information How can I use Offline Mode in Windows PE using USMT 4 Using a scanstate (using offlinewindir in winpe ) Task Sequence in SCCM 2007 SP2 Some Sample XP to Windows 7 task sequences showing Hardlinking hardlinking and SMP Migrate XP to Windows 7 using Offline mode in Windows PE screenshots describing the process
  3. a few things to check, have you configured your boundaries correctly and is 'Allow fallback source for content location' selected in the boundary groups tab of your distribution point(s), and have you verified (validated) that the content in question is infact on the nearest distribution point ?
  4. thanks Mirko (and the audience) for a truly great event was also great to meet Kenny and Tim, Roger and the other speakers, here are the powerpoints I used during my sessions, Deploying Surface Pro 3 with System Center 2012 R2 Configuration Manager.pptx Migrating BitLockered UEFI computers using network boot and System Center 2012 R2 Configuration Manager-2.pptx
  5. maybe you extracted them incorrectly, and you definetly should NOT be copying bits from one directory to another, if the computer is a real computer (not recommended) then the ISO should be burned to a CD and run from the cd in Windows, if the computer is a virtual machine (recommended) then you merely need to mount the iso in the virtual machine and let the autorun start in Windows.
  6. you can install the trial and upgrade the key to the licensed version later, no problem at all.
  7. just rem out the wscript.echo strCommand lines and you won't see the above, to remove the CMD prompt use windowhide.exe available in MDT 2013
  8. youd' need to install the unsupported adsi plugin for AD as described here by Johan http://www.deploymentresearch.com/Research/tabid/62/EntryId/128/ADSI-plugin-for-WinPE-5-0.aspx and then customize some frontend to add credential input and validate them against AD
  9. can you elaborate what exactly is not working ?
  10. what does your apply operating system image step look like
  11. yes it's normal, if you don't want configuration manager to store files on a disk then place a NO_SMS_ON_DRIVE.SMS file on a drive that you want left alone BEFORE you install the role. see http://blogs.technet.com/b/configurationmgr/archive/2012/09/17/controlling-configuration-manager-2012-using-hidden-files.aspx for more details.
  12. ok so that's your partitions after the step ? well if so it's obviously working, or is it ? can you post the SMSTS.log files in there entirety so we can review the step in question and the failure.
  13. so 50%+100%=150% of your disk, could be your problem ;-)
  14. doesn't the error include any number, usually that points to the line it's failing on (line number) use NotePad ++ to edit your code, mistakes will show up easier
  15. well this is wrong for starters <input type>"checkbox" id="mycheck" value"OU=Win8,"/> try <input type="checkbox" id="mycheck" value"OU=Win8"/>
  16. did you update the collection membership after importing it ?
  17. do tell others what you did in case they have the same issue, good man
  18. the default Computers container is just that, a container, it is not an OU.
  19. you are getting pxe aborted because you've already used this mac address to image the computer more than likely ? either delete the record in Configuration Manager and then re-import it or clear the pxe boot on that record.
  20. when you set the variable DeploymentType=Refresh it works, see the excerpt from the log so that much works at least, the first real error is shown here what version of MDT are you using and can you show me a screenshot of the validate step so I can get an idea of how you task sequence is setup
  21. ok well have you confirmed that the task sequence is laid down correctly, you can attach the smsts*.log files here so we can verify
  22. how you are testing the deployment ? the boot wim is updated with surface pro 3 drivers, are you booting a surface pro 3 ?
  23. If you'd like to try out the new Spartan rendering engine in IE11 in Windows 10 then do as follows, start IE, and in the address field enter about:flags you'll see something like the below change the settings to the following Custom User Agent: Disabled Enable Experimental Web Platform Features: Automatic Standard Document Scroll Properties: Off Use full stacking context for fixed position elements: On as shown below restart your browser and you are done ! related reading > http://blogs.msdn.com/b/ie/archive/2014/11/11/living-on-the-edge-our-next-step-in-interoperability.aspx?Redirected=true
      • 1
      • Like
  24. are you using Windows 8.1 x64 with Update (the with update part is important...)
×
×
  • 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.