Jump to content


anyweb

Root Admin
  • Posts

    9242
  • Joined

  • Last visited

  • Days Won

    368

Everything posted by anyweb

  1. read this post and use the same method, ie: make your desired changes in unattend.xml using Windows SIM cheers niall
  2. did you see this post ? My link
  3. anyweb

    going to MMS 2010

    are you lucky enough to go to MMS 2010, vote ! and tell us about it
  4. Consider the following scenario: * You install the System Center Configuration Manager 2007 Service Pack 1 (SP1) client or the System Center Configuration Manager 2007 Service Pack 2 (SP2) client. * You install security update 974571 on this computer. * A SCCM task sequence runs on this client. This task sequence includes the Capture User State task sequence step and the Restore User State task sequence step. In this scenario, user state migration fails. At the same time, the following error message is logged in the Ccmexec.log file: This issue occurs because an embedded NULL character is in the Friendly name property of a certificate. The security update 974571 prevents the action that imports the certificate when its Friendly name property has an embedded NULL character. Therefore, the certificate cannot be imported. For all the details including a download link to the hotfix see the following new Knowledge Base article: KB977203- User state migration fails on a SCCM 2007 SP1 client or on a SCCM 2007 SP2 client after you install security update 974571 J.C. Hornbeck | System Center Knowledge Engineer
  5. not that i am aware of nope cheers niall
  6. you need sccm 2007 sp2 to properly support Windows 7, as regards the client installing and uninstalling how are you pushing the client out ? can you please include the ccmsetup logs from a client with the problem ? is the firewall disabled (for testing) on the XP client ?
  7. hold on a minute, are these workstations scsi or sata ? if sata then check the bios settings for AHCI or whatever it's called today, try changing it to compatible, or failing that tell me how you built the original image, and what options in the bios for hdd you have on the workstation
  8. do you have 512mb of ram or more in that vm ?
  9. For Technet information on Multilingual deployments please see this post - http://technet.microsoft.com/en-us/library/dd744336%28WS.10%29.aspx This is a very common question, how can I change the regional, keyboard, locale etc in Windows 7, so I'll try and explain how i do it in this post. In this example we will make the Italian keyboard layout (it-IT) the default keyboard layout for Windows 7 login screen, location, keyboard layout. Now of course you can add many more changes to your Unattend.xml file and use them all together to apply changes to Windows 7, but this example is only to show you how to customise the file to add Italian keyboard/locale support within Windows 7, it's up to you to get creative after this !. Set up your LAB. You'll need to have a few things in place in order to get this working:- 1. You will need the Windows SIM (Windows System Image Manager) tool to edit your unattend.xml files. Windows SIM is part of the WAIK. So if you havn't already done so, on a lab server, download the WAIK for Windows 7 (Windows® Automated Installation Kit) and install it. 2. You will need an extracted copy of your chosen architecture Windows 7 Enterprise DVD copied to a temp folder on your lab server. We will be using this image to build our templates (unattend.xml files) which will include our customizations to Windows 7. So go ahead and copy the contents of your Windows 7 Enterprise Edition DVD to d:\temp\windows7\x86. In this example we are using the 32 bit version of Windows 7. If you want to make changes to the 64bit version of Windows 7, then you'll need to copy the contents of your Windows 7 Enterprise Edition X64 DVD to d:\temp\windows7\x64. 3. We'll need a working Deploy Windows 7 task sequence to test this with, make sure you have one that is working 100% everytime so that you can test this with it. Windows SIM actions Windows SIM - select a windows image Start Windows SIM and select a windows image. Point it to the sources Directory on the installation source. You can either select the install.wim file directly in the sources folder or use the Catalog file if you have one. For this guide we shall select the install.wim file. Once done, you may get prompted to create a Catalog file, answer Yes. The catalog file contains descriptions of what components and packages the image contains so may take a few minutes to generate. After the Catalog file is created, our Windows Image pane will list some new nodes called Components and Packages and you can expand them to see what lies within. Windows SIM - create a new answer file Now that we have our Windows Image loaded, we will want to configure it so in the Answer File pane, right click and choose New Answer File Expand the Components node in the Windows image pane, scroll down until you see x86_Microsoft-Windows-International-Core_6.1.7600.16385_neutral right click on it and choose Add setting to Pass 7 oobeSystem. Fill in the values on the Microsoft-Windows-International-Core Properties node so that it looks as follows:- InputLocale it-IT SystemLocale it-IT UILanguage it-IT UILanguageFallback it-IT UserLocale it-IT Now that we've made our changes, let's verify them so Click on Tools, Validate Answer File and verify that there are no errors reported in the Messages pane. Finally we want to save our Unattend.xml file so click on File, Save Answer File As and call the file IT_unattend.xml you can now close Windows SIM. Things to do on the ConfigMgr Server (SCCM) On the ConfigMgr Server Create a folder called Unattend XMLs and place that folder in a network share. Create a sub folder structure as follows: Unattend XMLs -X86 --regional and locale settings -X64 --regional and locale settings copy the IT_unattend.xml file into the Unattend XMLs\X86\regional and locale settings folder In the ConfigMgr console, expand Software Distribution and create a New package, call it unattend_locale_and_regional this package requires no program but we must point the data source to the share we created above eg: \\SCCM\sources\Unattend XMLs\X86\regional and locale settings Once done, Create distribution point(s) for the new package and update the package to the DP's. Adding the unattend.xml settings to our Task Sequence. Expand the Operating System Deployment node in ConfigMgr and select our Deploy Windows 7 task sequence. (you can import this one if you wish, but you'll have to edit the four references within it for boot sequence, configmgr client package and so on). deploy_windows_7_with_italian_locale.xml Select the Apply Operating System step and place a checkmark in Use an unattended or sysprep answer file for a custom installation. Browse and select our newly created package above, for the filename type in IT_unattend.xml. Save the Task sequence by applying your changes and advertise it to a collection, do a test deployment of Windows 7 and watch as the keyboard settings are changed to Italian. If you look in the screenshot below you'll see the IT box in the top left corner, that means we have Italian keyboard support at the Login Screen ! and below is what you would see once logged into Windows. Note: For a full list of supported language packs and settings see Locale Identifier Constants and Strings Note: #2, if you'd like to configure these settings using Collection Variables, check out this post from Kenny have fun ! cheers niall.
  10. have you added any computer to the collection that you've advertised the Capture ts to ?
  11. what doesnt happen, is it optional or mandatory, if its optional you'll need to start it yourself, manually
  12. just make sure it's not added to any collection where software updates or software distribution are targetted. cheers niall
  13. anyweb

    Hi all

    welcome to the club, nice to have you back !
  14. Gather gathers info, see below from the Print Ready Documentation, so it will Gather a value for %AssetTag% from the computers bios, next the task sequence above, that value is assigned in the Set Task sequence variable step, and then this is then used by the Configure command (listed below) or during the Setup Windows and ConfigMgr step if you bring up a command prompt (F8) and browse the c:\windows\panther\unattend\unattend.xml file you can see it gets changed during these steps to the values you selected Gather Configure
  15. Microsoft presented the results for its second quarter of the 2010 fiscal year yesterday, which ended on December 29 2009. As it turns out, thanks to sales of Windows 7, Microsoft experienced a record quarter, which is especially welcome after the previous two lacklustre ones. It sold 60 million Windows 7 licenses during this record quarter. Since I have no clue about these figures, I'll just copy them verbatim so I won't make any mistakes. Microsoft Corp. today announced record revenue of $19.02 billion for the second quarter ended Dec. 31, 2009, a 14% increase from the same period of the prior year. Operating income, net income and diluted earnings per share for the quarter were $8.51 billion, $6.66 billion and $0.74 per share, which represented increases of 43%, 60% and 57%, respectively, when compared with the prior year period. Windows 7 played a major, major role in the revenue jump. "Exceptional demand for Windows 7 led to the positive top-line growth for the company," says Peter Klein, chief financial officer at Microsoft, "Our continuing commitment to managing costs allowed us to drive earnings performance ahead of the revenue growth." Windows 7 has seen tremendous sales, with more than 60 million Windows 7 licenses leaving Redmond during the second quarter, making it the fastest selling operating system in history according to Microsoft. "This is a record quarter for Windows units," says Kevin Turner, chief operating officer at Microsoft, "We are thrilled by the consumer reception to Windows 7 and by business enthusiasm to adopt Windows 7." via > http://www.osnews.com/story/22808/Microsoft_Windows_7_Fastest_Selling_OS_in_History
  16. not unless you are specifically using multicast, have you read somewhere where is says different ?
  17. i'll test it in my lab, what settings were you playing with that it was ignoring ?
  18. i'd leave it as unattend.xml but are you creating it in windows sim or ? what is in this package > LA20002A
  19. the sp2 upgrade renders any custom boot images obsolete amongst other things, did you check your task sequences to see if they used a custom boot image ?
  20. no, are you using Multicast ?
  21. generate and possibly edit the following query and you should be good to go select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "Microsoft Office Professional Plus 2003" or SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "Microsoft Office Enterprise 2003" or SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "Microsoft Office Standard 2003"
  22. as of today, windows-noob.com is on Twitter officially, i've moved the test twitter posts from my twitter account (ncbrady) to it's own dedicated account, please do me and windows-noob.com a favor and follow windowsnoob on twitter all new topics from the RSS feed called todays topics, will be posted there every 15 minutes or so thanks ! cheers niall http://twitter.com/windowsnoob
  23. you'll need to download and install mdt 2010 and then do the mdt integration with sccm, it'll become clearer once you install it
  24. that helps, best way to figure it out is via google and trial and error as the official documentation doesn't seem to always co-relate to real experience oh and after re-reading your original post, you can do alot of those things via Group Policy, cheers niall
  25. well i'm not 100% sure, read this and i quote from the technet link in my testing it doesn't autologin, hence the registry hack feel free to find out how to get it to work though i'm as interested as you in this cheers niall
×
×
  • 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.