Share via


AddLogicalUser

Note  This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.

Use the AddLogicalUser parameter to add a Local Logical User (LLU) to the client computer. An LLU is a context that jobs can run under. It removes the need to specify, and subsequently, transmit or log sensitive account information and passwords.

Syntax

wttcmd.exe /addlogicaluser /localname:<localname> /user:<username> /domain:<domain> /password:<password>
Argument Description

/LocalName:<LocalName>

A friendly name for the user to add.

/User:<UserName>

The user name.

/Domain:<Domain>

The domain that the user belongs to. This will be the name of the client computer if the user account exists on the computer itself.

/Password:<Password>

The password for the user.

 

Examples

wttcmd.exe /addlogicaluser /localname:StressTestUser /user:abc /domain:corporate /password:P@ssW0rd

Remarks

The AddLogicalUser parameter does not add a user account to the computer. It only associates the provided account information with running jobs.

When used with the AddLogicalUser parameter, WttCmd does not verify that the specified account exists and has adequate access privileges.

 

 

Build date: 9/14/2012