DomainName (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the DomainName setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the domain name for the search on the DNS servers.

For more information about DNS searches using this setting, see DNS Searches.

You can use the Action setting attribute to specify the action to take when you use the configuration file to create or modify an image. The following table shows the possible values.

Value

Description

AddListItem

Adds the item or items to an image.

ModifyListItem

Modifies the value or the item as specified in Key or Value in an image.

RemoveListItem

Removes the item or items in an image.

You use Key and Value attributes to specify the order in which to search for the extended domain names. For an example of how to set the search order, see DNS Searches.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

DNS-Client

Products/Embedded Core/DNS-Client/DNSSuffixSearchOrder/DomainName

XML Example

The following XML example shows how to configure DomainName.

<DNSDomain>fabrikam.com</DNSDomain>
<DNSSuffixSearchOrder>
      <DomainName wcm:action="add" wcm:keyValue="1">server1.fabrikam.com</DomainName>
      <DomainName wcm:action="add" wcm:keyValue="2">fabrikam.com</DomainName>
</DNSSuffixSearchOrder>

See Also

Concepts

Embedded Core Settings
Feature Module Settings