Hostsvc/autostartmanager/enable autostart: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh hostsvc/autostartmanager/enable_autostart ==== Usage: enable_autostart EnableAutoStart Enable or disable AutoStart. Category: Vimsh |
No edit summary |
||
Line 3: | Line 3: | ||
Enable or disable AutoStart. | Enable or disable AutoStart. | ||
==== example output ==== | |||
Here's some output from a ESX3.5 host from within the vimsh shell: | |||
[/]$ hostsvc/autostartmanager/enable_autostart true | |||
Enabled AutoStart | |||
[/]$ hostsvc/autostartmanager/enable_autostart false | |||
Disabled AutoStart | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Latest revision as of 12:41, 3 January 2009
vimsh hostsvc/autostartmanager/enable_autostart
Usage: enable_autostart EnableAutoStart
Enable or disable AutoStart.
example output
Here's some output from a ESX3.5 host from within the vimsh shell:
[/]$ hostsvc/autostartmanager/enable_autostart true Enabled AutoStart [/]$ hostsvc/autostartmanager/enable_autostart false Disabled AutoStart