Jump to content


MeMyselfAndI

Established Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by MeMyselfAndI

  1. Created a ticket with Microsoft. It's a known issue. Their answer: Cause: Known bug. Resolution: Hotfix is expected to be released in October to solve the issue.
  2. Hi all, I created a USMT scenario which worked fine for data/setting transfers between Windows 7 and Windows 10 (1511.) I've updated our image to the new Windows 10 (1607). From then on the problems with the migration started. In my test case, only 1 of the 7 printers are transfered to the new Windows 10 (1607) image. Bofore that (transfer to 1511), all worked fine. I use the following xml code for the transfer: <!-- This component migrates network printers --> <component type="Documents" context="User"> <displayName>Mapped Printers</displayName> <role role="Data"> <rules> <include> <objectSet> <pattern type="Registry">HKCU\Printers\Connections\* [*]</pattern> <pattern type="Registry">HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows [Device]</pattern> </objectSet> </include> </rules> </role> </component> The loadstate.log is exactly the same on Windows 10 1511 and Windows 10 1607. It seems that Windows 10 1607 handles the printers (or drivers?) differently? Is anyone else having problems with printer migration to Windows 10 (1607)? PS: Already tried the USMT from ADK 1511 and USMT from ADK 1607, both give the same issues.
  3. I have exactly the same issue. Did you find a solution for it?
  4. Dear all, Since my users also create their own folders and files under their profile f.e. C:\Users\User01\Myfolder, I want the USMT to copy those folders/files as well (I don't know the names of the folders/files). At this moment USMT only copies everything under Desktop, Documents, Downloads,... but not the folders/files at the same folder level. How can I do this? At the same time, I want to exclude f.e. AppData, Saved Games etc. Is this possible? PS. I migrate from Windows 7 to Windows 10.
  5. Have a look at this blog: http://www.scconfigmgr.com/2014/01/30/create-an-answer-file-for-language-settings-during-osd-with-configmgr/
  6. Hi all, I'm creating a reference image for Windows 10 enterprise and don't know how I can set the language to English (United States) while the input method is set to nl-BE. I know the existence of UserLocale, UILanguage, KeyboardLocale, InputLocale and SystemLocale in the customsettings.ini and unattend.xml file, but I just can't configure it correctly. I can, however, configure it manually in Windows. So, how can I configure the following unattended?: The reason why I want it like this, is that I don't want the app names in Dutch, I need them in English. But on the other hand, I want the keyboard configured as Azerty, not Qwerty. Does somebody know how to configure this?
  7. Hi All, I've created a reference image (windows 7 x64) a few months ago. This reference image also contains a few applications like Office 2013, Silverlight... I've been using this reference image for a few months now. I've installed it on several types of Dell clients and everything works fine. Last week, I received a new type of laptop (Dell Latitude E6540). I added the new drivers to the task sequence (apply driver package method) and started the installation. This went well, the task sequence finished without errors. I started the laptop and at first sight, everything looked ok, instead... at the add/remove programs, a lot of software was gone! Office, Silverlight... were not listed under add/remove programs! When I browse to program files (x86), the folders/files of the software are there. So... for some reason, this type of laptop breaks my reference image! I'm troubleshooting this issue for a week now, and don't know what to do anymore Can somebody give me some advice on this? Tanks in advance!
  8. Thanks Peter33 for the troubleshooting! I guess we have indeed to wait until the next CU.
  9. Hi All, I recently upgraded our SCCM server to SCCM 2012 R2. When I open the SCCM client on Windows 7 x86 (via the control panel), I receive the following messagebox after closing the SCCM client: No messages appear in the event viewer. Both clients 5.00.7958.1000 and 5.00.7958.1101 have this problem. The x64 sccm client is working fine. Is there someone with the same problem? How did you solve this issue?
  10. Did you solve this? I have exactly the same problem.
  11. I'm testing the restore scenario of SCCM 2012 SP1. I followed this Microsoft guide: http://technet.microsoft.com/en-us/library/gg712697.aspx There's a topic "Recover Content Files": Update content: When you start the update content action for a package or application deployment type, the content is copied from the package source to the content library. The package source files must be available in the original location for this action to finish successfully. You must perform this action on each package and application. For more information about updating content, see the Update Content on Distribution Points section in the Operations and Maintenance for Content Management in Configuration Manager topic. Does this mean that I have to right click on every application deployment type to update the content? We have a lot of applications, this would take me ages to do! Is there a way to update the content of all the applications at once? Maybe with a script? Thanks in advance!
  12. I wasn't allowed to insert a variable, only numbers. At the end, I discovered the variable OSDBitLockerPIN, which is used by the default SCCM "Enable Bitlocker" step. When this variable is set, it overwrites the pin which is set in the 'Enable Bitlocker' step.
  13. For those who wonder how I fixed this after all... I downloaded a tool from codeplex, which gives me a window at the end of the task sequence, so the helpdesk agents can put in the pin code manually. http://blpintool.codeplex.com/downloads/get/369502 The run command line command: %ToolRoot%\ServiceUI.exe -process:tsprogressui.exe %ScriptRoot%\Set_Bitlocker_PIN_en.exe
  14. Or is there a way to change the PIN after this step? manage-bde -changepin c: is not ok I guess, because I'm not able to provide de BDEPin variable...
  15. In SCCM 2012 SP1, there's the new option "TPM and PIN" in the Enable Bitlocker step. I am required to provide a pin code after this option, but I want to use the variable BDEPin for the pin code, and not the static pin which I provided in the step. Is this possible?
  16. I try to deploy Windows XP via SCCM 2012, using a bootable USB (PXE boot is not yet enabled on the server). Everything works well, untill the computer restart step is reached (which wants to boot in the currenty installed default operating system). This restart is placed just after the "Setup Windows and ConfigMgr" step. smsts.log: Unable to get a handle to device D: (0x80070005) TSManager 19/04/2013 23:28:10 3584 (0x0E00) hResult, HRESULT=80070005 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,1542) TSManager 19/04/2013 23:28:10 3584 (0x0E00) Failed to convert D: to unique volume id. Code : 0x80070005 TSManager 19/04/2013 23:28:10 3584 (0x0E00) TS::Utility::ConvertPathVolumesToUniqueIDs(), HRESULT=80070005 (e:\nts_sccm_release\sms\client\tasksequence\executionengine\engine.cxx,864) TSManager 19/04/2013 23:28:10 3584 (0x0E00) Failed to convert protected paths to unqiue ID. Error code 0x80070005 TSManager 19/04/2013 23:28:10 3584 (0x0E00) Failed to reboot the system. Error 0x(80070005) TSManager 19/04/2013 23:28:10 3584 (0x0E00) RebootSystem(pwszRebootMessage, dwRebootTimeout, dwRebootReason, bRebootWinPE), HRESULT=80070005 (e:\nts_sccm_release\sms\client\tasksequence\executionengine\engine.cxx,578) TSManager 19/04/2013 23:28:10 3584 (0x0E00) Failed to initialize a system reboot. Permissions on the requested may be configured incorrectly. Access is denied. (Error: 80070005; Source: Windows) TSManager 19/04/2013 23:28:10 3584 (0x0E00) CheckForRebootRequest(&bRebootInitiated), HRESULT=80070005 (e:\nts_sccm_release\sms\client\tasksequence\executionengine\engine.cxx,274) TSManager 19/04/2013 23:28:10 3584 (0x0E00) Fatal error is returned in check for reboot request of the action (Restart Computer). Permissions on the requested may be configured incorrectly. Access is denied. (Error: 80070005; Source: Windows) TSManager 19/04/2013 23:28:10 3584 (0x0E00) An error (0x80070005) is encountered in execution of the task sequence TSManager 19/04/2013 23:28:10 3584 (0x0E00) MP server http://XXXXXX.XXXXX.XXX. Ports 80,443. CRL=false. TSManager 19/04/2013 23:28:10 3584 (0x0E00) Failed to create certificate store from encoded certificate.. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance. The parameter is incorrect. (Error: 80070057; Source: Windows) TSManager 19/04/2013 23:28:10 3584 (0x0E00) The D drive is not the OS drive this should be the C-drive. I use this same technique to deploy Windows 7, and this is working great! What am I doing wrong? Tanks in advance!
  17. I want to use this method, to enable Bitlocker with TPM and PIN. The script looks like this: enablebitlocker.vbs /on:tp /promptuser /l:%temp%\log.log But, offcourse I want to pass the Pin code with a variable, to the script. I'm not able to prompt a user during the task sequence. Is there a workaround for this? Tanks in advance!
×
×
  • 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.