Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ahmedadmin
Contributor III
Contributor III

Qlik CLI Qlik Sense Cmdlet for PowerShell

Does anyone has successfully installed and used the Qlik CLI from the Git hub for Qlik Sense

Please provide me with some use case documentation for using this open source addon for the Qlik Sense.

GitHub - ahaydon/Qlik-Cli: Qlik Sense Cmdlet for PowerShell

12 Replies
soheil
Partner - Contributor
Partner - Contributor

Yes, I was able to resolve it with help of Qlik support team. 

  • For easier setup, pls install Qlik-Cli on central node. (lets avoid certificates authentication for now)
  • Launch PS as Admin
  • Check the PowerShell version and make sure its 5 or above.
  • Make sure to enable TLS 1.2 protocol
    • [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
  • Update modules - PowerShellGet & PackageManagement
  • Install-Module PowerShellGet -Force
  • Install-Module PackageManagement -Force
  • Then run this PS script –  (attached )
  • Install the module now
  • Install-Module Qlik-Cli
samik84
Contributor
Contributor

how?

Marc
Employee
Employee

did you end up resolving this? the error you are receiving is generally because the script has been unable to load the resource files.

The updated instructions also mention that if you are manually installing the module to place it in "C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli" not "C:\windows\system32\WindowsPowerShell\v1.0\Modules\Qlik-Cli"

https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation