Quantcast
Viewing all articles
Browse latest Browse all 2818

WDS Client Unattend on a Standalone configuration

Hi All

I have just done a clean install of server 2012 r2 standard. Enabled WDS role and configured as standalone. I can network boot no problem, and connect to the server and pull down an image, so that's all good. The server is in a workgroup, not a domain.

My problem is being able to auto connect to the server and pull down an image.

If I enable guest access to the server (so no password required) it will go straight to the image selection screen, but not display any images to select (I guess because there are non available to the guest account even though I have granted them permissions), however I would like to have some security on the server, so this is not a real solution for me.

The file is pasted below.

<?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>en-US</UILanguage>
            </SetupUILanguage>
<UILanguage>en-US</UILanguage>
        </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">
            <WindowsDeploymentServices>
                <Login>
                    <Credentials>
                        <Domain>Satoshi</Domain>
                        <Password>Satoshi\Administrator</Password>
                        <Username>XXXXXX</Username>
                    </Credentials>
                </Login>
    </WindowsDeploymentServices>
       </component>
    </settings>
</unattend>

Any help would be much appreciated

Thanks


Viewing all articles
Browse latest Browse all 2818

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>