Unable to deploy a Windows 8.1 image using WDS name and approve!

Hello,
Hopefully some of you residing Windows 8.1/2012R2 WDS experts are able to answer this question that has been tormenting me for 3 weeks now!
I have been trying to deploy a custom Windows 8.1 image to a test VM using an answer file and WDS for a mostly unattended process (outside of selecting the image to apply).
The image and installation process actually works flawlessly if I let WDS handle all known and unknown clients.  The problem comes when I try to "name and approve" the stations.  All I do is enter the name and leave everything else blank
and/or at their default settings but it always fails no matter the tweaks I've been trying to apply to the answer file, UnsecureJoin true or false with the credentials and whatnot does not matter.  For the sake of simplicity, I'll post the "specialize"
portion of my answer file which worked using UnsecureJoin without name and approve here:
<settings pass="specialize">
<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>
<UnsecureJoin>true</UnsecureJoin>
</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>
<RegisteredOrganization>Organization</RegisteredOrganization>
<RegisteredOwner>Utilisateur</RegisteredOwner>
</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>1009:00001009</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
The error I retrieved from C:\Windows\panther\setuperr.log is: "[DJOIN.EXE] Unattended Join: At least one of JoinWorkgroup/JoinDomain must be specified: 0x57".  Thus, I retry with name and approve but by specifying the JoinDomain with the
%MACHINEDOMAIN% value as such:
<Identification>
<UnsecureJoin>true</UnsecureJoin>
<JoinDomain>%MACHINEDOMAIN%</JoinDomain>
</Identification>
This seems weird since WDS should already have this information which is specified in the WDS server properties.  Still, I add the requested information and try again which then gives me the following error fetched from C:\Windows\debug\NetSetup.log:
"NetpGetDomainData: Failed to find the domain data: 0x6e"
Anybody else ran into this and know the fix for it?
Also, as an additional note, not sure if it is relevant, but doing only "Approve" will not work at all either as it gives me the following error when I attempt to do so: "The name provided is not a properly formed account name." despite
the fact that I've formatted it to use "CVL%MAC" which should pass by fine.

Hi,
Firstly, I need to confirm how the name setting got passed? Because according to my test, if the device named uncorrectly, it would prompt the error and couldn't go to next step:
As far as I know, the naming standard is different between Device Identity and ADDS server naming policy, the second naming policy should be like: %61username%#
Therefore, please check your PC device name if there is any problem with it. You can also refer to the contents of the link below for more details about Naming Standard:
http://programming4.us/desktop/21662.aspx
Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
For another problem, Unsecure join, according to the contents of the link below. since Vista, shared computer password is a dynamically generated, no need to assign the password manually.
http://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx
Roger Lu
TechNet Community Support

Similar Messages

  • Install Windows 7 to VM Using VMWare Workstation and WDS

    you do it the exact same way you would do any other computer the only diference this is a virtual computer pretty much what MrAdam said

    George1421 wrote:
    You might consider building your reference image using windows MDT and then if you need it deploy with WDS.  MDT also supports image deployment if you are doing a lower quantity deployment. You can install MDT on Windows 7 pro if necessary.  Just be aware of the maximum simultaneous connection limit. If you are deploying one, two or three systems at a time MDT on windows 7 works just fine. MDT uses WDS as it's deployment component, it does handle driver deployment better though. 

  • Iphoto exporting images with no name and mail with no reply info

    One of our Macbook pros, running osx 10.8.5, is sending email via iphoto that ,
    #1) creates a photo with NO NAME that cannot be saved no matter what you do,
    and
    #2) the email can not be forwarded, seems like because there is not "reply to" information.
    the Prefs are filled out correctly in the iPhoto email settings.
    Why did they configure iphoto to do the "send" FROM iphoto in this OSX version? This worked fine before as it would open up your mail whereby you could arrange and double check things.
    So i was trying to do a work around by sending the email to myself but the email and the attachment can not be forwarded. As well the image CAN NOT be dragged to the desktop to be saved. USELESS!
    just a Ghost email and attachment.
    very frustrating.

    InDesign has a feature that will automatically search for other missing links when you fix a missing link. When you relinked the first of your grayscale images, you may have accidentally relinked to the saturated image. When this happened it searched the directory that the newly re-linked file was in for all the other missing files. Since your image names all matched up to images in that directory, they all got re-linked.
    This auto-relink feature can be toggled in the relink dialog:
    If you have a backup of your file, you can revert to that version, and try to relink your images from that one. In the future you should make sure that images all have unique identifiers, it is bad practice to have images with identical names.

  • What happened to the history & private window tab that I used to have and used

    When you updated my browser you removed the firefox tab in the upper left corner of the screen. That tab had links to history, bookmarks, private window and more. Now the tab is gone and I can no longer access these features. I used those features and want them back.

    Look in the Upper Right hand corner of Firefox, do you see a little icon with 3 lines on top of each other? Click that to find all your History, bookmarks and private browsing settings, [[Learn more about the design of the new Firefox]]

  • Reading colour image using raster object and getsample() method

    Hello all,
    I am trying to read a grey image using this code below and it perfectly works:
    File filename = new File("myimage.jpg");
    BufferedImage inputimage = ImageIO.read(filename);
    Raster input = inputimage.getRaster();
    double pixelvalue = input.getSample(xx, yy, 0) ; // to read pixel colour.
    Now:
    what modifications should i do to read a colour image using getsample() method.
    any help, by example if y would.
    Thanks

    The code below
    double pixelvalue = input.getSample(xx, yy, 0) ; // to read pixel colour.actually doesn't obtain the pixel color. It reads a band of the specified pixel. If you are reading a tripple band image (24-bit colored image RGB ) then you have to invoke this method three times for band 0, 1 and 2. The arrangment of them depends on the BufferedImage type.
    In reply of your question, you can use getSamples method, refer to the java API documentation of the BufferedImage class for more info.
    you can also check methods getRGB and setRGB, they used to get/set the entire pixel in range of 0x00000000 to 0x00FFFFFF ( 0x00RRGGBB of image type TYPE_INT_RGB )
    Regards,
    Mohammed M Saleem

  • Windows 7 Image Deployment Failed in HP model D530 using MDT 2012 and ADK 8.0

    Hi,
    I need your help to sort out the following issue.
    I have installed MDT 2012 +ADK 8.0  and created Windows 7 32 bit OS from CD in the deployment share and tried deploying the raw OS from Deployment Share in to a reference machine (HP D530) ,the deployment failed also couldn't able to capture
    Image from the machine,even the sysprep failed. This is the error
    Your PC needs to restart.
    Please hold down the power button.
    Error Code:0x0000005D
    Parameters:
    0x030F0209
    0x746E6547
    0X49656E69
    0X6C65746E
    So tried the same in another HP machine ,the deployment was success and also was able to capture the refrence machine.
    Need your help to find why this error occurred in this specific HP model D530 alone. Is it the reason that ADK was not supported in that specific model.
    D530 is the maximum available HW model in client environment so your help will be much appreciated.
    Thanks in Advance!!

    I have never seen that error before (see identical post). I did a quick internet search and found the following:
    http://optimizewindows8.wordpress.com/2013/03/26/how-to-fix-error-code-0x0000005d/
    Either:
    1) Upgrade your machines with modern processors that support the ADK.
          or
    2) Downgrade to the WAIK
    http://www.microsoft.com/en-us/download/details.aspx?id=5753 and stick with Windows 7.
    Keith Garner - keithga.wordpress.com

  • Unable to Search. Windows Automatically close...Safari, Firefox, AND Chrome!?! Pls help!!

    Hello everyone,
    I am so frustrated right now. I don't know what is wrong with my mac. I have this issue on Safari, Firefox, and Chrome. Have tried disabling all extensions, have never set parental controls (I'm an adult).
    Sometimes I can browse for and successfully access adult websites without any issues, but sometimes this odd thing happens where I will type "p0rn" (without the 0) into Google and immediately the window or tab will close on me. Else, if I type in less specific words and come onto an adult site, WHAM it will close again!!!
    I really have no clue what the issue is. I have never installed any adult filtering software on my computer, and have no interest in doing so. Lately I have been waching more **** than in the past, and I have moved around 5 times in the past couple years so am not sure when this issue began exactly.
    It is really frustrating though.
    PLLLLLSSSS does anyone have a solution??
    Thank you!!
    <Edited By Host>

    Hi everyone,
    I solved the problem.
    I had an unrelated software I had downloaded to block other websites called Website Blocker, but had misplaced it a while back. I'm not sure why sometimes it activated, and other times not, but the problem is solved.
    I am sorry for posting this. I hope it helps if someone else finds his or herself in a similar dilemna.
    XhatoX

  • I am unable to connect to the windows update center. i use fire fox and avast antivirsus. I think i need to use internet exployer to do this but it isn't working

    i can't use the windows update program. i think i have to use internet exployer to do this. i tried but it doesn't work.. can firefox connect to the windows update site
    == URL of affected sites ==
    http://windows update

    Windows Updates rely on [[ActiveX]] technology. It's a Microsoft technology that is used to add functionality to Windows programs.
    '''Firefox does not support ActiveX technology''' for multiple reasons.
    * ActiveX is only available on Windows operating systems, and as a result webpages that require it will not work on Linux or Mac.
    * ActiveX integration with the Windows operating system has made it a target for [http://en.wikipedia.org/wiki/Malware malicious software].
    Firefox uses [http://support.mozilla.com/en-US/kb/Using+plugins+with+Firefox plugins] to view and use multimedia content embedded in web pages, and [http://support.mozilla.com/en-US/kb/Using+extensions+with+Firefox extensions] to add new functions.
    Internet Explorer comes with the Windows OS family by default, and to update the system, please just do '''Start''' > '''Windows update''', which opens IE regardless which browser is the default one.

  • Adding windows to MacBook Pro using boot camp and external USB SuperDrive

    I attached my Mac SuperDrive to my MacBook Pro and inserted the disc to add windows.  The disc shows up on the screen.  Went to boot camp to install and after I chose the percentage of use, press continue, it says no USB drive recognized.  What do I do?  Tried all USB ports with no luck

    The Boot Camp instructions are located here: http://www.apple.com/support/bootcamp/
    The Boot Camp Discussion Community is located here: https://discussions.apple.com/community/windows_software/boot_camp

  • When I disable my left windows key for gameing using Microsoft keyboard and mouse software, I can no longer type in firefox. How can i fix this?

    Microsoft Keyboard and Mouse Software that you install with Microsoft keyboard and mice, (latest version) allows you to disable your windows key so that you don't accidentally hit it when gaming. When I take advantage of this feature, I can no longer type in Firefox. Typing in Firefox is completely disabled. Other browsers, windows, applications work, but not Firefox. What is it about the windows key that firefox needs for typing. Strange problem, but annoying because I have to use a different browser while game. Certainly not a deal breaker, but kinda strange.

    Try:
    *[[/questions/947513]]

  • How to get the current session details in windows phone 8 when using Facebook ,Google and Microsoft login

    I want to get the session details like access token , provider etc on a page (ExamplePage.xaml.cs) , i used the following example from nokia developers community (link)
     and implemented the login part but how can i get session details  so that i can send it to my API
    The SessionService class manages the session on facebook,google,microsoft login:
    /// <summary>
    /// The service session.
    /// </summary>
    public class SessionService : ISessionService
    private readonly IApplicationSettingsService _applicationSettings;
    private readonly IFacebookService _facebookService;
    private readonly IMicrosoftService _microsoftService;
    private readonly IGoogleService _googleService;
    private readonly ILogManager _logManager;
    /// <summary>
    /// Initializes a new instance of the <see cref="SessionService" /> class.
    /// </summary>
    /// <param name="applicationSettings">The application settings.</param>
    /// <param name="facebookService">The facebook service.</param>
    /// <param name="microsoftService">The microsoft service.</param>
    /// <param name="googleService">The google service.</param>
    /// <param name="logManager">The log manager.</param>
    public SessionService(IApplicationSettingsService applicationSettings,
    IFacebookService facebookService,
    IMicrosoftService microsoftService,
    IGoogleService googleService, ILogManager logManager)
    _applicationSettings = applicationSettings;
    _facebookService = facebookService;
    _microsoftService = microsoftService;
    _googleService = googleService;
    _logManager = logManager;
    /// <summary>
    /// Gets the session.
    /// </summary>
    /// <returns>The session object.</returns>
    public Session GetSession()
    var expiryValue = DateTime.MinValue;
    string expiryTicks = LoadEncryptedSettingValue("session_expiredate");
    if (!string.IsNullOrWhiteSpace(expiryTicks))
    long expiryTicksValue;
    if (long.TryParse(expiryTicks, out expiryTicksValue))
    expiryValue = new DateTime(expiryTicksValue);
    var session = new Session
    AccessToken = LoadEncryptedSettingValue("session_token"),
    Id = LoadEncryptedSettingValue("session_id"),
    ExpireDate = expiryValue,
    Provider = LoadEncryptedSettingValue("session_provider")
    _applicationSettings.Set(Constants.LoginToken, true);
    _applicationSettings.Save();
    return session;
    /// <summary>
    /// The save session.
    /// </summary>
    /// <param name="session">
    /// The session.
    /// </param>
    private void Save(Session session)
    SaveEncryptedSettingValue("session_token", session.AccessToken);
    SaveEncryptedSettingValue("session_id", session.Id);
    SaveEncryptedSettingValue("session_expiredate", session.ExpireDate.Ticks.ToString(CultureInfo.InvariantCulture));
    SaveEncryptedSettingValue("session_provider", session.Provider);
    _applicationSettings.Set(Constants.LoginToken, true);
    _applicationSettings.Save();
    /// <summary>
    /// The clean session.
    /// </summary>
    private void CleanSession()
    _applicationSettings.Reset("session_token");
    _applicationSettings.Reset("session_id");
    _applicationSettings.Reset("session_expiredate");
    _applicationSettings.Reset("session_provider");
    _applicationSettings.Reset(Constants.LoginToken);
    _applicationSettings.Save();
    /// <summary>
    /// The login async.
    /// </summary>
    /// <param name="provider">
    /// The provider.
    /// </param>
    /// <returns>
    /// The <see cref="Task"/> object.
    /// </returns>
    public async Task<bool> LoginAsync(string provider)
    Exception exception = null;
    try
    Session session = null;
    switch (provider)
    case Constants.FacebookProvider:
    session = await _facebookService.LoginAsync();
    break;
    case Constants.MicrosoftProvider:
    session = await _microsoftService.LoginAsync();
    break;
    case Constants.GoogleProvider:
    session = await _googleService.LoginAsync();
    break;
    if (session != null)
    Save(session);
    return true;
    catch (InvalidOperationException e)
    throw;
    catch (Exception ex)
    exception = ex;
    await _logManager.LogAsync(exception);
    return false;
    /// <summary>
    /// The logout.
    /// </summary>
    public async void Logout()
    Exception exception = null;
    try
    var session = GetSession();
    switch (session.Provider)
    case Constants.FacebookProvider:
    _facebookService.Logout();
    break;
    case Constants.MicrosoftProvider:
    _microsoftService.Logout();
    break;
    case Constants.GoogleProvider:
    _googleService.Logout();
    break;
    CleanSession();
    catch (Exception ex)
    exception = ex;
    if (exception != null)
    await _logManager.LogAsync(exception);
    /// <summary>
    /// Loads an encrypted setting value for a given key.
    /// </summary>
    /// <param name="key">
    /// The key to load.
    /// </param>
    /// <returns>
    /// The value of the key.
    /// </returns>
    private string LoadEncryptedSettingValue(string key)
    string value = null;
    var protectedBytes = _applicationSettings.Get<byte[]>(key);
    if (protectedBytes != null)
    byte[] valueBytes = ProtectedData.Unprotect(protectedBytes, null);
    value = Encoding.UTF8.GetString(valueBytes, 0, valueBytes.Length);
    return value;
    /// <summary>
    /// Saves a setting value against a given key, encrypted.
    /// </summary>
    /// <param name="key">
    /// The key to save against.
    /// </param>
    /// <param name="value">
    /// The value to save against.
    /// </param>
    /// <exception cref="System.ArgumentOutOfRangeException">
    /// The key or value provided is unexpected.
    /// </exception>
    private void SaveEncryptedSettingValue(string key, string value)
    if (!string.IsNullOrWhiteSpace(key) && !string.IsNullOrWhiteSpace(value))
    byte[] valueBytes = Encoding.UTF8.GetBytes(value);
    // Encrypt the value by using the Protect() method.
    byte[] protectedBytes = ProtectedData.Protect(valueBytes, null);
    _applicationSettings.Set(key, protectedBytes);
    _applicationSettings.Save();

    I need to get the session details in the following page AllEvents.xaml.cs  :
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Net;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Navigation;
    using Microsoft.Phone.Controls;
    using Microsoft.Phone.Shell;
    using AuthenticationSample.WP80.ViewModel;
    using AuthenticationSample.WP80.Services.Model;
    using AuthenticationSample.WP80.Services;
    using AuthenticationSample.WP80.Resources;
    using System.Threading.Tasks;
    namespace AuthenticationSample.WP80.Views
    public partial class AllEvents : PhoneApplicationPage
    public AllEvents()
    InitializeComponent();
    MainViewModels FakeData = new MainViewModels();
    FakeData.LoadData();
    DataContext = FakeData;

  • How to generate formated (defined position) text and image using pl/sql and

    Hello,
    I need to use pl/sql to create a dynamic html page (or image , if possible) with defined positions for text and bar code. It is necessary because the page will be printed and it should be able to be read by one other process , OCR, that needs to have all the data in defined positions.
    Any suggestion are welcome.
    Thanks in advance,
    Emilio

    I don't think it's that easy. Notice that if you put the insert into an actual pl/sql block, you don't get the correct column pointer anymore.
    BEGIN insert into bob(col1, col2) values (123.12, 12345.12); END;
    ERROR at line 1:
    ORA-01438: value larger than specified precision allows for this column
    ORA-06512: at line 1
    Richard

  • I recently switched from PC to a Mac Book Pro and some things are different. I used to be able to open a jpeg or tiff in camera raw on my PC in Photoshop CS6 by going to file, open as, picking my image under file name and "open as" click on camera raw. Ho

    I recently switched from PC to Mac and I want to be able to open a tiff or jpeg in camera raw. I could do it on my PC but can't figure out how to do it in Mac??

    Use File>Open, set Enable to All Readable Documents, then click on your tiff or jpeg and select Camera Raw under Format
    Then click on Open

  • Windows 2012R2 Server Image. Setup cannot continue due to a corrupted installation file.

    Hello!
    When I try to deploy Windows Server 2012R2 64bit on a local machine from my WDS server. I get this error :
    "Setup cannot continue due to a corrupted installation file. Contact the vendor of your Windows installation disc or your system administrator for assistance"
    This message appear at the last step of the installation. (Finishing Install)
    When I burn the image to a DVD I can install it problem free on my Machines. But when I capture said image and try to deploy it, this message appears.
    The same message also appears when I try to deploy a Windows 8.1 image.
    If I try to install this image with an unattended file. I get an error during "Install features" that there was a problem in "offline Servicing" even tough that field is Empty in my XML file.
    The server i'm using has Windows 2012 standard 64bit. And the Image files was downloaded through MSDN.

    Glad to hear the issue has been resolved.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Deployment of Windows 8.1 Pro while maintaining OEM Licence

    Hi All
    I was wondering if someone could help me.
    The company I work for will be purchasing 50 new laptops for our sales team. These laptops will come with windows 8.1 Pro OEM installed.
    My question is; can I re-deploy a Windows 8.1 image containing my companies bespoke software whilst retaining the OEM licences? If so, how would I go about this?
    I have setup a WDS server and already have an image with the software on that does work when I boot to the server, but obviously I need to register windows. But the licence key is unattainable. 
    Any help would be much appreciated.
    Kind Regards,
    Cx~

    Hi Cx,
    We can deploy our laptop by customize a Windows 8.1 image.
    Regarding the activation,it doesn't like windows 7 OEM .
    If you use a  OEM image,we can activate your system using OEM license.
    But if you use Windows 8.1 Pro without OEM version,I think we should purchase Volume license key to activate your system.
    Regards,

Maybe you are looking for