Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Command | Configure Version 4.x Command Line Interface Reference Guide

PDF

--SetupPwd

Table 1. --SetupPwd--SetupPwd
Attribute Details Description
Valid Argument <password>
Sets the setup password. An argument is required. The password cannot be displayed. Initially you can set the password. If you want to remove the password, provide one blank space and the old password.

Generic disclaimer

Powershell PSReadline module saves every console command that you enter to a text file. So it is recommended to use "Get-Credential" comandlet to handle the password securely.

  1. $cred = Get-Credential

  2. Enter your username and password, for example, AdminPWD and Dell_123$, when the dialog box is displayed.

  3. $BSTR = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($cred.Password)

  4. $plainpwd=[System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)

  5. Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod MethodName SetBIOSAttributes -Arguments @{AttributeName=@("AdminPwd");AttributeValue=@(" $plainpwd ")}

  6. .\cctk.exe -setuppwd=$plainpwd
Example
NOTE:Password containing special characters must be provided in double inverted commas (“”).
  • To set the password:
    C:\>cctk --SetupPwd=<new-password>
  • To change the password:
    cctk --SetupPwd=<new-password> --ValSetupPwd=<old-password>
  • To remove the password:
    C:\>cctk --SetupPwd= --ValSetupPwd=<old-password>

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\