Professional Windows Server 1002003 Security A Technical Reference [Electronic resources]

Roberta Bragg

نسخه متنی -صفحه : 415/ 327
نمايش فراداده

net config workstation

Control settings for the Workstation service.

Syntax

net config workstation [/charcount:bytes] [/chartime:msec] 
[/charwait:sec]

Options

None

Shows current settings.

/charcount:bytes

Number of bytes buffered before sending data to a COM device. (The default is 16, and the allowed range is 0-65,535.) If /chartime:msec is specified, the first one satisfied is used.

/chartime:msec

Time in milliseconds data is buffered before sending it to a COM device. (The default is 250, and the allowed range is 0-65,535,000.) If /charcount:bytes is specified, the first one satisfied is used.

/charwait:sec

The maximum time WS2003 waits for a COM device to become available when it has data to send. (The default is 3,600, and the allowed range is 0-65,535.)

Examples

Display the configuration of the Server service on the local machine:

net config workstation
Computer name                        \\TEST
Full Computer name                   test.mtit.com
usernames                            Administrator
Workstation active on
Nbf_{54414D01-02DA-4783-B931-C9AC7A70EDDD} 
(0000B4A04774)
Nbf_NdisWanNbfIn{AEDAF533-9187-477C-BDF7-
07B657D13D4F} (F25920524153)
Nbf_NdisWanNbfIn{160A090E-ACA6-4D63-95E3-
6E111EB3A6D4} (F2E620524153)
Nbf_NdisWanNbfOut{0D374F9E-C395-4C81-BDFA-  
FC1503D82B34} (F46F20524153)
Nbf_NdisWanNbfOut{033CCCCB-D120-4913-A25F-
3DD13FE9E915} (F46F20524153)
Nbf_NdisWanNbfOut{0EC56659-6FD4-4E8A-BF83-
146D25681D8B} (F6F420524153)
NwlnkNb (0000B4A04774)
NetbiosSmb (000000000000)
NetBT_Tcpip_{54414D01-02DA-4783-B931-C9AC7A70EDDD} 
(0000B4A04774)
Software version                     WS2003
Workstation domain                   MTITCANADA
Workstation Domain DNS Name          mtitcanada.com
Logon domain                         MTITCANADA
COM Open Timeout (sec)               0
COM Send Count (byte)                16
COM Send Timeout (msec)              250
The command completed successfully.

Table 5-7 shows the fields displayed.

Table 5-7. Fields displayed in net config workstation command output

Field

Description

Server name

UNC name of computer

Username

Currently logged-on user

Server active on

Lists protocols and interfaces bound to the service

Software version

WS2003

Workstation domain DNS Name

Domain workstation belongs to

Logon domain

Domain of currently logged-on user

COM open timeout (sec)

Value of charwait

COM send count (byte)

Value of charcount

COM send timeout (msec)

Value of chartime

Notes

  • Changes made take effect immediately and are permanent.

  • To configure the Server service, use net config server.

See Also

net, net config server