Hi everyone
I'd like to add an advanced settings in ESXi using esxcli. the command i use is like this:
esxcli system advanced settings add -o /VSAN/.... -t integer -d (description)
but it does not accept given ( description ) giving syntax error
how should I provide it a description?
thanks