VMware Cloud Community
as900w
Hot Shot
Hot Shot
Jump to solution

Using vicfg-user command create users failed.

Using vicfg-user command to create users on the ESXi 6.7

But, it's failed.

not found.

1.PNG

Using SSH connection to ESXi host.

What Should I do?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
SupreetK
Commander
Commander
Jump to solution

With 6.7, vicfg- is fully deprecated. Refer to the below release notes under 'Feature and Support Notice' -

vSphere Command-Line Interface 6.7 Release Notes

For creating a new user, you have to use the esxcli command. For e.g. creating a user with the username 'TestUser' -

esxcli system account add –id TestUser –password ABC@123 –password-confirmation ABC@123

Please consider marking this answer as "correct" or "helpful" if you think your questions have been answered.

Cheers,

Supreet

View solution in original post

0 Kudos
2 Replies
SupreetK
Commander
Commander
Jump to solution

With 6.7, vicfg- is fully deprecated. Refer to the below release notes under 'Feature and Support Notice' -

vSphere Command-Line Interface 6.7 Release Notes

For creating a new user, you have to use the esxcli command. For e.g. creating a user with the username 'TestUser' -

esxcli system account add –id TestUser –password ABC@123 –password-confirmation ABC@123

Please consider marking this answer as "correct" or "helpful" if you think your questions have been answered.

Cheers,

Supreet

0 Kudos
as900w
Hot Shot
Hot Shot
Jump to solution

1.PNG

0 Kudos