Jump to content

Anton221

Members
  • Gesamte Inhalte

    6
  • Registriert seit

  • Letzter Besuch

Alle erstellten Inhalte von Anton221

  1. Ich bedanke mich herzlich für deine Hilfe es hat jetzt alles geklappt und Windows installliert sich so wie ich es wollte. Ja das mit den Passwörten würde ich jetzt auch als nächstes machen
  2. Danke erstmal ich habe es jetzt eine unattended.xml nach deiner Anleitung erstellt und der Client hat den Namen den ich davor per Prestaging ausgewählt habe übernommen, ich musste aber die ganzen Einstellungen wie Cortana, Tastaurlayout und co. per Hand bearbeiten. Hast du auch dafür auch eine Anleitung oder habe ich die einfach nur übersehen?
  3. Ich glaube ich das ich irgendwo ein dicken Fehler habe aber diesen halt nicht finde. und so sieht meine unanttended.xml derzeit aus: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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>de-DE</UILanguage> </SetupUILanguage> <InputLocale>de-DE</InputLocale> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UserLocale>de-DE</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key> </ProductKey> <AcceptEula>true</AcceptEula> <Organization>WC</Organization> </UserData> <WindowsDeploymentServices> <Login> <Credentials> <Domain>meinedomain.de</Domain> <Password>streng geheim</Password> <Username>Admin vom Haus</Username> </Credentials> </Login> <ImageSelection> <InstallImage> <Filename>install.wim</Filename> <ImageGroup>ImageGroup1</ImageGroup> <ImageName>Windows 10 Pro</ImageName> </InstallImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </ImageSelection> </WindowsDeploymentServices> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>10000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>false</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> </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>0407:00000407</InputLocale> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UILanguageFallback>de-DE</UILanguageFallback> <UserLocale>de-DE</UserLocale> </component> <component name="Microsoft-Windows-ErrorReportingCore" 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"> <DisableWER>1</DisableWER> </component> <component name="Microsoft-Windows-UnattendedJoin" 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"> <Identification> <JoinDomain>meine domain.de</JoinDomain> <UnsecureJoin>true</UnsecureJoin> <Credentials> <Domain>meine domain.de</Domain> <Password>streng geheim</Password> <Username>Admin vom Haus</Username> </Credentials> <MachineObjectOU>WDS</MachineObjectOU> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <ComputerName>%MACHINENAME%</ComputerName> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>streng geheim</Value> <PlainText>true</PlainText> </Password> <Description>My primary local account</Description> <DisplayName>admin vom Haus</DisplayName> <Group>Administrators</Group> <Name>WDS-Test</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <AdministratorPassword> <Value>streng geheim</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>streng geheim</Value> <PlainText>true</PlainText> </Password> <Description>Ein User</Description> <DisplayName>WDS Test</DisplayName> <Group>Administrators</Group> <Name>WDS Test</Name> </LocalAccount> </LocalAccounts> <AdministratorPassword> <Value>streng geheim</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> </component> <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>de-DE</InputLocale> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UILanguageFallback>de-DE</UILanguageFallback> <UserLocale>de-DE</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <DomainAccounts> <DomainAccountList wcm:action="add"> <DomainAccount wcm:action="add"> <Group>Administrator</Group> <Name>Domain Admins</Name> </DomainAccount> <Domain>meine domain.de</Domain> </DomainAccountList> </DomainAccounts> </UserAccounts> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/windows_10_2022a0f3/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  4. Ich bin deiner Anleitung gefolgt, es hat leider nichts geändert an der Situation :/ kann es evtl. sein das durch unattended.xml Einstellungen vom Server einfach übersprungen oder ignoriert werden?
  5. Moin, ich habe es heute mal mit dem Prestaging ausprobiert und hab dabei feststellen müssen wenn ich es ohne meine unanttended.xml versuche übernimmt der Client den vorgegebenen Namen, sobald ich es aber mit der unanttended.xml versuche übernimmt der Client den Namen nicht als würde es während der Installation einfach ignoriert werden.
  6. Guten Tag, ich absolviere derzeit meine Ausbildung zum Fachinformatiker für Systemintegration und befinde mich in meiner Projektarbeit. Das Projekt ist WDS, ich möchte mithilfe einer Antwortdatei die Installation von Windows 10 unbeaufsichtig durchlaufen lassen dies funktioniert bisher soweit so gut bis auf eine Sache und zwar der Name des Clients möchte sich nicht ändern, ich habe schon ein paar Sachen ausprobiert die gefunden habe die haben aber alle nicht funktioniert die Clients hießen immer wieder WIN-xxxxxxxx. Die Clients sollen bestenfalls so benannt werden das diese mit der MAC Adresse zusammen hängen also z.B. MAC Adresse 00:00:00:00:00:00 soll den Namen PC1 bekommen und auch wenn der umgestellt wird und neu aufgestetzt wird wieder den gleichen Namen bekommen. ich bin auch schon am Rande der Verzweiflung weil ich nicht mehr weiter komme. Ich hoffe mir kann hier geholfen werden mit freundlichen Grüßen Anton
×
×
  • Neu erstellen...