SetAutoAdminPasswordCommand.Command
The command to update the local administrator account password.
Declaration
object SetAutoAdminPasswordCommand.CommandProperties
| Name | Type | Description |
|---|---|---|
GUID Required | string | The unique identifier of the local administrator account. If this value doesn’t match the GUID of an administrator account that MDM created during Device Enrollment Program (DEP) enrollment, the command returns an error. |
passwordHash Required | data | The precreated salted SHA-512 PBKDF2 password hash for the account. Create this hash on the server using the CommonCrypto libraries, or equivalent, as a salted SHA-512 PBKDF2 dictionary that contains these elements:
Place the dictionary that contains these elements into an outer dictionary with the key |
RequestRequiresNetworkTether | boolean | If |
RequestType Required | string | The request type for this command. |