Name (Standard 8 Module Reference)

7/8/2014

This setting contains a string that specifies a computer name, location name, or the name of a domain account, security group, or local account

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

Setting Description

Telephony API Client

Features/Application Development Frameworks/Legacy Support/Telephony API Client/TapiUnattendLocation/Name

A string that specifies the location displayed in the device UI. Do not create an empty value for this setting.

Remote Access

Features/Networking/Network Management/Remote Access/TapiUnattendLocation/Name

A string that specifies the computer name to use for remote access.

Deployment

Products/Embedded Core/Deployment/AuditComputerName/Name

A string with a maximum length of 15 characters that specifies the computer name to use during Audit mode. If you do not specify a name, the existing computer name is used.

Shell-Setup

Products/Embedded Core/Shell-Setup/UserAccounts/DomainAccounts/DomainAccountList/DomainAccount/Name

A string with a maximum length of 256 characters that specifies the name of the domain account or security group.

Do not create an empty value for this setting.

Shell-Setup

Products/Embedded Core/Shell-Setup/UserAccounts/LocalAccounts/LocalAccount/Name

A string with a maximum length of 256 characters that specifies the user name for a LocalAccount to be created during installation. Do not create an empty value for this setting.

XML Example

The following XML examples show how to set Name.

Audit Computer Name

The following example shows how to change the name and configure the device to restart after the name change so that the new name takes effect.

<AuditComputerName>
    <MustReboot>true</MustReboot>
    <Name>MyComputer</Name>
</AuditComputerName>

For an XML example that shows how AuditComputerName is used in a deployment with no asynchronous or synchronous commands, see Deployment XML Example.

Domain Account

The following XML example shows how to set a domain account.

<UserAccounts>
    <DomainAccounts>
        <DomainAccountList wcm:action="add">
            <DomainAccount wcm:action="add">
                <Name>account1</Name>
                <Group>Fabrikam\Group1</Group>
            </DomainAccount>
            <DomainAccount wcm:action="add">
                <Name>account2</Name>
                <Group>Fabrikam\Group2</Group>
            </DomainAccount wcm:action="add">
            <Domain>domain1</Domain>
        </DomainAccountList>
    </DomainAccounts>
</UserAccounts>

Local Account

The following XML example shows how to set a local account.

<UserAccounts>
      <LocalAccounts>
         <LocalAccount wcm:action="add">
            <Password>
               <Value>cAB3AFAAYQBzAHMAdwBvAHIAZAA</Value>
            </Password>
            <Description>Test account</Description>
            <DisplayName>Admin/Power User Account</DisplayName>
            <Group>Administrators;Power Users</Group>
            <Name>Test1</Name>
         </LocalAccount>
      </LocalAccounts>
</UserAccounts>

TAPI Unattend Location

The following XML example shows how to configure the location that the device calls from.

<TapiUnattendLocation>
    <AreaCode>123</AreaCode>
    <CountryOrRegion>123</CountryOrRegion>
    <DisableCallWaiting>7</DisableCallWaiting>
    <InternationalCarrierCode>123456789</InternationalCarrierCode>
    <LongDistanceAccess>11</LongDistanceAccess>
    <LongDistanceCarrierCode>123456789</LongDistanceCarrierCode>
    <Name>MyLocation</Name>
    <OutsideAccess>9</OutsideAccess>
    <PulseOrToneDialing>1</PulseOrToneDialing>
</TapiUnattendLocation>

See Also

Reference

Thin Client Template

Concepts

Embedded Core Settings
Feature Module Settings