Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dleonard
Contributor
Contributor

Apply qlik license with powershell

Hi Guys

I'm part of a team that is in charge of rolling out servers with a suite of software including Qlik sense.

We need an automated method of installing and configuring Qlik sense.

Currently we can install Qlik but I'm not sure how to apply the license I have, ideally I would be able to run a PowerShell script and apply the Owner name, Owner Organisation, serial number/ license key and control number without opening a web browser.

 

Cheers

DL

 

Labels (3)
1 Solution

Accepted Solutions
stefanstoichev123

For PowerShell specific solutions you can have a look at Qlik-Cli-Windows package.

 

Another way to interact with the Repo REST API from command line is qlik-cli (Qlik owned)

 

And if you dont want to rely on a external packages then the way to communicate with Qlik Repository is via the Repository Service API (REST)

 

Bonus: ive been working on Automatiqal CLI, which also uses the Repo API, to configure/administer/manage QS by providing the required configuration steps in yaml/json files (NodeJS)

 

Stefan

View solution in original post

1 Reply
stefanstoichev123

For PowerShell specific solutions you can have a look at Qlik-Cli-Windows package.

 

Another way to interact with the Repo REST API from command line is qlik-cli (Qlik owned)

 

And if you dont want to rely on a external packages then the way to communicate with Qlik Repository is via the Repository Service API (REST)

 

Bonus: ive been working on Automatiqal CLI, which also uses the Repo API, to configure/administer/manage QS by providing the required configuration steps in yaml/json files (NodeJS)

 

Stefan