Is there a way to change the default 'changeme' password for the admin user within the argument list?
Example.
Invoke-Command -ComputerName $totalComputers[$i] -ScriptBlock {
Start-Process "c:splunk-6.2.3-264376-x64-release.msi" -Wait -Verbose -ArgumentList (
'AGREETOLICENSE="Yes"',
'DEPLOYMENT_SERVER="SPLUNKDEPLOY:8089"',
"/Liwem!", "C:splunkinstall.log"
) }
Need to change the password for admin before the Splunk service starts...
thanks for the input..
... View more