
Bever87
Established Members-
Posts
13 -
Joined
-
Last visited
Bever87's Achievements
Newbie (1/14)
0
Reputation
-
Auto-assign computername in OSD Deployment with VB Script
Bever87 replied to Bever87's topic in Configuration Manager 2012
*Bump* -
Auto-assign computername in OSD Deployment with VB Script
Bever87 replied to Bever87's topic in Configuration Manager 2012
I made it work, he is loading in my script in the task sequence, but i'm getting the next error: -
Hi everyone, I am trying to deploy windows 7 computers in our company environment and they should get dynamic names. This is how it should work: - We have an Active Directory OU assigned to deployed workstations. I have 2 dummy computers in here just to test the setup, it looks like this atm. - Next I have a script which reads the ou and generates the new computername - I created a package with the script and distributed it to the DP - Then i created a new task in the task sequence who performed a command line: - when i am deploying I get the following error message: Is there anyone that knows if this is possible to do, to start with. If my script is having errors in it, or what I am doing wrong? Kind regards, Thomas
-
Second Task Sequence for OSD via PXE boot
Bever87 replied to Bever87's topic in Configuration Manager 2012
I have changed the deployment to available & set as soon as possible. now i receive this pxe boot message: -
Second Task Sequence for OSD via PXE boot
Bever87 replied to Bever87's topic in Configuration Manager 2012
Hi IroQouiz, thank you first of all for the quick reply! The Deployment is Available at the moment. Should this be required? Clear Required PXE Deployments is already done, no deployments to clear. -
Hi everyone, let me just explain what is happening and what I'm trying to do: first of all, i have a pxe boot deployment for a azerty keyboard windows 7 x64 image. There is a Operating system Image of Windows 7 Enterprise, and i have 2 collections: - [OSD] Windows 7 Professional (x64) AZERTY - [OSD] Windows 7 Professional (x64) QWERTY My first task sequence makes the OS image AZERTY through a answerfile i made to push the AZERTY settings. Now I am trying to create a 2nd task sequence (a copy of the first one), i have deleted the "add an answer file..." option, and deployed this to the 2nd collections. I have added a Virtual Machine to test the OSD pxe boot, herefor I've used the MAC address and GUID of this vm and added him to the required collection. My first deployment works just fine, but now my new deployment i get this: Can anyone assist me on this? Thanks in advance!
-
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
Hey! For some odd reason, the "use an unattended..." has been turned off.. I really don't understand why that happened since I enabled that myself. now i have the following when i deploy my boot image: http://imageshack.us/photo/my-images/692/32g9.png/ -
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
Hey Bendes, first of all, the link you gave me is exactly the tutorial I followed to make this answerfile So I have created it this way, that is probably why i had x86 instead of amd64! For your other question, i am deploying a Windows7 x64 MUI indeed! Kind regards -
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
Sigh, i feel like an idiot It is still not working, not even with the swap from x86 to amd64 Currently, my file looks like this: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>nl-BE</UILanguage> </SetupUILanguage> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> </unattend> -
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
Hey Bendes! Again thank you for the assistance!! I've done as you stated, but i still get the QWERTY keyboard settings on startup! my answer file now looks like this: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>nl-BE</UILanguage> </SetupUILanguage> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> </unattend> I'm not sure why this ain't working Thanks in advance -
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
I am not sure how to do this I have the answerfile opened in WSIM atm -
Forcing nl-BE keyboard settings on OS deployment
Bever87 replied to Bever87's topic in Configuration Manager 2012
Hi Bendes, thank you for your quick reply! I have tried to change the settings as you have stated, but after my deployment, when i try to log in, the username box is still in QWERTY... When i log in, the same problem occured. this is my code atm: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0813:00000813</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-NL</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> </unattend> -
Hi everyone, i'm kind of new to this whole setup and started working 3 weeks ago. I am trying to deploy a windows 7 x64 image to a client pc. The deployment itself works perfectly already, but i need 2 different setups or task sequences if you will. One for azerty computers & another for qwerty computers. If i deploy my image, standard the keyboard settings are Qwerty so there is no problem here. But when i want to deploy with my answer file to force an Azerty setup, it doesn't change anything. It stays in qwerty.. Can anyone assist me in how to force the boot image deployment to configure itself in Azerty? Kind regards! Thomas Here's my answer file atm: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>nl-BE</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-BE</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </component> </settings> </unattend>