hallo iedereen, Ik ben op dit moment bezig met een testomgeving van mijn windows server voor verschillende locaties binnen onze organisatie, ik ben nu bezig met Windows Deployment Services en heb deze nu af. Ik wil alleen nu nog graag dat ik niet zelf de installatie hoef af te ronden. daarom ben ik bezig met een unattended file zodat de installatie voor mij wordt afgerond. na het maken van de unattend.xml krijg ik bij de setup deze melding:
Kan de instelling <DiskConfiguration> in het antwoordbestand voor installatie zonder toezicht niet toepassen.
Ik snap niet goed wat ze met toezicht bedoelen.
weten jullie wat ik er mis is met mijn configuratie? ik heb al meerdere dingen geprobeerd maar kom er niet uit.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x64">
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain>domeinnaam</Domain>
<Password>Welkom01</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>image windows 10 education 2</ImageName>
<ImageGroup>DeploymentGroup</ImageGroup>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>Never</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition>
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
</Disk>
</DiskConfiguration>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x64">
<SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>nl-nl</UILanguage>
</SetupUILanguage>
<UILanguage>nl-nl</UILanguage>
<SystemLocale>nl-nl</SystemLocale>
<UserLocale>nl-nl</UserLocale>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Kan de instelling <DiskConfiguration> in het antwoordbestand voor installatie zonder toezicht niet toepassen.
Ik snap niet goed wat ze met toezicht bedoelen.
weten jullie wat ik er mis is met mijn configuratie? ik heb al meerdere dingen geprobeerd maar kom er niet uit.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x64">
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain>domeinnaam</Domain>
<Password>Welkom01</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>image windows 10 education 2</ImageName>
<ImageGroup>DeploymentGroup</ImageGroup>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>Never</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition>
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
</Disk>
</DiskConfiguration>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x64">
<SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>nl-nl</UILanguage>
</SetupUILanguage>
<UILanguage>nl-nl</UILanguage>
<SystemLocale>nl-nl</SystemLocale>
<UserLocale>nl-nl</UserLocale>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>