banner

[MS_NWClient parameters]

Answer File = Unattend.txt and Sysprep.inf

The [MS_NWClient parameters] section contains parameters for Client Service for NetWare.

Important

Entry Description
DefaultContext Specifies the default logon context.
DefaultTree Specifies the name of the preferred tree.
LogonScript Specifies whether to execute a logon script.
PreferredServer Specifies the name of the preferred server.

Sample

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

[MS_NWClient parameters]
DefaultContext = SALES.NWSERVER1
DefaultTree = NDSSERVER
LogonScript = No
PreferredServer = NWSERVER1

DefaultContext

Specifies the default logon context.

Syntax DefaultContext = NetWare context name
Value NetWare context name
Example
DefaultContext = SALES.NWSERVER1

icon Return to top

DefaultTree

Specifies the name of the preferred tree.

Syntax DefaultTree = tree name
Value tree name
Example
DefaultTree = NDSSERVER

icon Return to top

LogonScript

Specifies whether to execute a logon script.

Syntax LogonScript = Yes | No
Values Yes

Executes a logon script.

No

Does not execute a logon script.

Example
LogonScript = No

icon Return to top

PreferredServer

Specifies the name of the preferred server.

Syntax PreferredServer = server name
Value server name
Example
PreferredServer = NWSERVER1
Comments This parameter and the DefaultTree and DefaultContext parameters are mutually exclusive.

icon Return to top