This command is tested on Dell Precision Tower 3620

Step 1: Download Dell CCTK
Download Dell CCTK from the official Dell website. You can find it under.

Dell Command Configure Toolkit Download Link

Step 2: Installation
Install CCTK with the default settings. It usually lands in “C:\Program Files (x86)\Dell\Command Configure”.

Step 3: Deploying CCTK
Now, move the contents of the “X86_64” folder from the default installation directory to your deployment tool, like Manage Engine Endpoint Central

Some Dell machines may come with TPM completely deactivated, rather than simply being disabled. To address this, the initial step involves activating TPM using the following command, followed by enabling it.

BIOS password is needed within these commands only if the machine’s BIOS setup is password-protected.

cctk.exe --Tpm=on --valsetuppwd="bios password"
cctk.exe --TpmActivation=Enabled --TpmSecurity=Enabled --valsetuppwd="bios password"

A batch file can be utilized for remote execution.

@echo off
\\server01\Repository\Scripts\Dell_CCTK\X86_64\cctk.exe --Tpm=on --valsetuppwd="Bios Password"
\\server01\Repository\Scripts\Dell_CCTK\X86_64\cctk.exe --TpmActivation=Enabled --TpmSecurity=Enabled --valsetuppwd="Bios Password"