7.0

Table Of Contents
Active Directory account lock, disable, and logon hours checks can be performed only when a user in a one-
way trusted domain first logs on.
PowerShell administration and smart card authentication of users is not supported in one-way trusted
domains. SAML authentication of users in one-way trusted domains is not supported.
Secondary credential accounts require the following permissions. A standard user account should have
these permissions by default.
n
List Contents
n
Read All Properties
n
Read Permissions
n
Read tokenGroupsGlobalAndUniversal (implied by Read All Properties)
Options
Table 1517. Options for Providing Secondary Credentials
Option Description
-add
Adds a secondary credential for the owner account.
A Windows logon is performed to verify that the specified
credentials are valid. A foreign security principal (FSP) is
created for the user in View LDAP.
-update
Updates a secondary credential for the owner account.
A Windows logon is performed to verify that the updated
credentials are valid.
-list
Displays the security credentials for the owner account.
Passwords are not displayed.
-remove
Removes a security credential from the owner account.
-removeall
Removes all security credentials from the owner account.
Examples
Add a secondary credential for the specified owner account. A Windows logon is performed to verify that
the specified credentials are valid.
vdmadmin -T -domainauth -add -owner domain\user -user domain\user -password password
Update a secondary credential for the specified owner account. A Windows logon is performed to verify
that the updated credentials are valid.
vdmadmin -T -domainauth -update -owner domain\user -user domain\user -password password
Remove a secondary credential for the specified owner account.
vdmadmin -T -domainauth -remove -owner domain\user -user domain\user
Remove all secondary credentials for the specified owner account.
vdmadmin -T -domainauth -removeall -owner domain\user
Display all secondary credentials for the specified owner account. Passwords are not displayed.
vdmadmin -T -domainauth -list -owner domain\user
View Administration
266 VMware, Inc.