Simple question: In a batch mode, where do I run this command for the RSConfig utility?
rsconfig -e -u <DOMAIN\ACCOUNT> -p <PASSWORD> -t
Because we have over 50 SQL Servers running Reporting Services using the Unattended Execution Account AND our Domain\Account PWD's expire every 90 days, we'd like to automate the running of this command specifying the new PWD for each server. We just need to know where to INVOKE this command. (OSQL, SQLCMD, XPCMDSHELL, INVOKE-COMMAND, etc) Examples to RUN this command would be great appreciated. thx
BT