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

--SysPwd

Table 1. --SysPwd--SysPwd
Attribute Details Description
Valid Arguments <password>
Sets the system password. An argument is required. The password cannot be reported. Initially you can set the password using Dell Command | Configure. 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 -syspwd=$plainpwd
Example
NOTE:Password containing special characters must be provided in double inverted commas (“”).
  • To set the password:
    C:\>cctk --SysPwd=<new-password>
    
  • To change the password:
    cctk --SysPwd=<new-password> --ValSysPwd=<old-password>
  • To remove the password:
    C:\>cctk --SysPwd= --ValSysPwd=<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: <>()\