VMware Cloud Community
NYSDHCR
Enthusiast
Enthusiast
Jump to solution

Special characters for root password

Does vSphere 4.0 support characters other than numbers/letters for the root password, such as # or $?

0 Kudos
1 Solution

Accepted Solutions
Troy_Clavell
Immortal
Immortal
Jump to solution

That should not be a problem.  Also, see below

http://kb.vmware.com/kb/1012033

...and is this question related to PowerCLI, otherwise I can move the thread

View solution in original post

0 Kudos
4 Replies
Troy_Clavell
Immortal
Immortal
Jump to solution

That should not be a problem.  Also, see below

http://kb.vmware.com/kb/1012033

...and is this question related to PowerCLI, otherwise I can move the thread

0 Kudos
LucD
Leadership
Leadership
Jump to solution

These special characters are indeed not a problem.

Just watch out when you pass such a password to the Connect-VIServer cmdlet.

Make sure to enclose your password in single quotes to avoid that PowerShell will try to interpret these special characters.

Connect-VIServer -Server MyServer -User AUser -Password 'pa$$word'


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

NYSDHCR
Enthusiast
Enthusiast
Jump to solution

Thanks for the quick reply! You can move this question, thanks

0 Kudos
NYSDHCR
Enthusiast
Enthusiast
Jump to solution

Thanks for that tip!

0 Kudos