Configure a Windows appliance
util wincfg name=app_name:comp_name computer_name= name admin_pw=- --newsid
Name of appliance to configure in the form application_name:component_name
New computer name of the appliance
The password can be set either directly, by supplying the password string on the command line, or typed to a 'shadow-display' password prompt that does not reveal the entered characters. The shadow entry option is selected by using a single '-' character as the password, that is, admin_pw=-. The admin_pw=- option should ALWAYS be used to prevent others from potentially seeing the password by hitting the up arrow key.
Change the SID of the appliance.
util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST
Change Computer Name of the Windows appliance to WIN03TST
util wincfg name=tst-windows:main.WIN03S admin_pw=-
Change Maintainer password for the Windows appliance.
util wincfg name=tst-windows:main.WIN03S --newsid
Change SID for the Windows appliance
util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST admin_pw=-
Change Computer Name and Maintainer password for the Windows appliance.
util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST --newsid
Change Computer Name and SID of the Windows appliance.
util wincfg name=tst-windows:main.WIN03S admin_pw=- --newsid
Change Maintainer password and SID of the Windows appliance.
util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST admin_pw=- --newsid
Change Computer Name and SID of the Windows appliance.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |