---
title: SetFirmwarePasswordCommand.Command
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/setfirmwarepasswordcommand/command-data.dictionary
---

# SetFirmwarePasswordCommand.Command

The command to change or clear the firmware password on a device.

## Declaration

```data
object SetFirmwarePasswordCommand.Command
```

## Properties

AllowOroms: If true, enable ROMs. CurrentPassword: The current password, which you must set if the device has a firmware password. NewPassword: The new firmware password. Set to an empty string to clear the password. The characters in this value must consist of low-ASCII, printable characters (0x20 through 0x7E) to ensure that all characters are enterable on the EFI login screen. RequestRequiresNetworkTether: If true, the device needs to be network-tethered to run the command. RequestType: The request type for this command.
