levi-turner / QlikSenseScripts

MIT License
35 stars 10 forks source link

Change password: Supporting newer Qlik Sense versions #3

Closed vbakke closed 4 years ago

vbakke commented 5 years ago

Testing on Qlik Sense February 2019, that data connections has changed slightly.

I have changed the script to dynamically loop over data connections starting with 'monitor_appsREST'.

Also, I have added command line arguments to change only the Windows services, or the Data connections.

.\qlik_sense_pwd_change.ps1 -Servcies changes the password for the Windows services only .\qlik_sense_pwd_change.ps1 -Connections changes the password for the data connections only .\qlik_sense_pwd_change.ps1 still runs both

Feel free to test and change anything you like. But I do hope you have time to update your repository.

Thank you for the script showing how to get it done programatically.

Cheers, Vegard :)

vbakke commented 5 years ago

Added support for importing Qlik-Cli form a subfolder Qlik-Cli or Qlik-Cli-master to avoid installing anything on a remote server

levi-turner commented 4 years ago

Whoops. Missed this. It looks to be resolved in https://github.com/levi-turner/QlikSenseScripts/blob/master/qs-cli/qs-cli-pwd_change.ps1

Cheers!