Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.19 DTKSETCN.EXE (Security Enhancement Command)

Functional Specification

The communication security settings of the management server can be changed.

Command Format

DTKSETCN.exe <Password> /CC {ON|OFF}

Option

<Password>:

Specify the password of the initial administrator (secureadmin) of the management server.

/CC {ON/OFF}:

Switch ON/OFF of security enhancement.

ON:

Activate (ON) the security enhancement of the communication between management server and clients (CT).

In this case, self-version management request from the old client is not accepted.

OFF:

Inactivate (OFF) the security enhancement of the communication between management server and clients (CT).

In this case, self-version management request from the old client is accepted.

Return Value

0:

Ended normally

Other:

Ended abnormally

Location for Saving Commands

<Management server installation folder >\ServerConfigTool

Authority Required for Execution/Execution Environment

Note

  • When executing this command in Windows Server 2008, Windows Server 2012, or Windows Server 2016, it is necessary to open the command prompt with "Run as Administrator".

  • By using the Security enhancement command (DTKSETCN.EXE), even if the security enhancement is inactive (OFF), when the period of 90 days elapses, the security enhancement gets activated (ON) automatically. Here, "Lapse of 90 days" means "Pass 23:59:59 of the 90th day by considering the next changed day as the first day".

Example of use/Execution Results/Output Format

[Example when security enhancement is active (ON)]
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC ON
The security enhancement has been turned on...
Command ended normally
[Example when security enhancement is inactive (OFF)]
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC OFF
The security enhancement has been turned off...
Command ended normally
[Example when parameter is incorrect]
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC
Invalid parameter.
Command terminated abnormally
[Example when password is incorrect]
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe badpassword /CC OFF
Invalid parameter.
Command terminated abnormally