Resetuser.xml, Multicommands.xml – Dell Latitude E4310 (Mid 2010) User Manual

Page 5

Advertising
background image

ResetUser.xml

The following code allows you to reset original default status for specific accounts.

<?xml version=”1.0” encoding=”utf-8”?>
<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<singleUser action=”resetUser” user=”User”></singleUser >
</cmd>
</cmdstore>

If the <singleUser action=”resetUser” user=”User”> statement above is changed to <singleUser action=”resetUser”
user=”abcd.efgh”>,

then the abcd.efgh account will be reset to its initial default status.

MultiCommands.xml

You can run multiple commands in an XML file. The following example shows that you can reset multiple individual users

back to their initial default status; and in the same file you can specify that other individual multiple users will be notified that

they must change their passwords.

<?xml version="1.0" encoding="utf-8"?>
<cmdstore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=" DVMRemoteCmd.xsd">
<cmd>
<singleUser action="resetUser" user="User1"></singleUser>
</cmd>
<cmd>
<singleUser action="resetUser" user="User2"></singleUser>
</cmd>
<cmd>
<singleUser action="changePassword" user="abcd.efgh"></singleUser>
</cmd>
<cmd>
<singleUser action="changePassword" user="ijkl.mnop"></singleUser>
</cmd>
</cmdstore>

In the above example,

the "User1" and "User2" accounts will be reset, and the "abcd.efgh" and "ijkl.mnop" accounts

will be notified that they must change their password.

Back to Contents Page

20091002a

Advertising
This manual is related to the following products: