banner

[MS_MSClient parameters]

Answer File = Unattend.txt and Sysprep.inf

The [MS_MSClient parameters] section contains client parameters for Client for Microsoft Networks.

Entry Description
BrowseDomains Specifies a list of domains that the computer can browse.
NameServiceNetworkAddress Specifies the network address of the name service provider.
NameServiceProtocol Specifies the protocols that the name service uses.

Sample

This sample demonstrates one use of the [MS_MSClient parameters] section of Unattend.txt.

[MS_MSClient parameters]
BrowseDomains = Sales, Research
NameServiceNetworkAddress = 193.1.1.1
NameServiceProtocol = ncacn_np

BrowseDomains

Specifies a list of domains that the computer can browse.

Syntax BrowseDomains = domain name [, domain name[, ...]]
Values domain name [, domain name[, ...]]
Example
BrowseDomains = Sales, Research
Comments Valid only for the Microsoft® Windows® Server 2003 family.

icon Return to top

NameServiceNetworkAddress

Specifies the network address of the name service provider.

Syntax NameServiceNetworkAddress = IP address
Value IP address
Example
NameServiceNetworkAddress = 193.1.1.1
Comments Requires NameServiceProtocol = ncacn_ip_tcp.

icon Return to top

NameServiceProtocol

Specifies the protocols that the name service uses.

Syntax NameServiceProtocol = ncacn_np
ncacn_ip_tcp
Values ncacn_np
ncacn_ip_tcp
Example
NameServiceProtocol = ncacn_np

icon Return to top