Functional Specification
The communication security settings of the management server can be changed.
Command Format
DTKSETCN.exe <Password> /CC {ON|OFF}
Option
Specify the password of the initial administrator (secureadmin) of the management server.
Switch ON/OFF of security enhancement.
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.
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
Ended normally
Ended abnormally
Location for Saving Commands
<Management server installation folder >\ServerConfigTool
Authority Required for Execution/Execution Environment
Execute with a user that belongs to the Administrators group of the local computer or a user that belongs to the Domain Admins group of the domain.
Execute on the Management Server/Master Management Server.
Stop the management server services before executing this command.
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
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC ON The security enhancement has been turned on... Command ended normally
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC OFF The security enhancement has been turned off... Command ended normally
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe password /CC Invalid parameter. Command terminated abnormally
C:\Program Files\Fujitsu\Systemwalker Desktop Keeper\Server\ServerConfigTool>DTKSETCN.exe badpassword /CC OFF Invalid parameter. Command terminated abnormally