Giter VIP home page Giter VIP logo

Comments (4)

SQLJames avatar SQLJames commented on June 20, 2024

What part are you stuck at? These are the instructions I put together, if you have other problems with a specific step I am happy to help.

  • Install instructions for Qlik-Cli
  • Check to see if the powershell version is 4
  • $PSVersionTable.PSVersion
  • Check the execution policy level for your machine It should be set to RemoteSigned for this to work
  • get-executionpolicy
  • Copy the file to C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Qlik-Cli
  • Once copied run
  • Import-Module Qlik-Cli.psm1
  • Confirm it is running by executing
  • get-help qlik
  • Generate a certificate on the qlik sense server http://help.qlik.com/en-US/sense/1.1/Subsystems/ManagementConsole/Content/QMC_Resources_Certificates_Export.htm
  • import that certificate to the local machine \ personal \ Certificates
  • gci cert:Localmachine\my | where { $_.friendlyname -eq 'QlikClient' } | connect-qlik {server name used in the certificate}

from qlik-cli-windows.

knightriderX3 avatar knightriderX3 commented on June 20, 2024

Thanks @SQLJames for the start-up help!
Adding to what @tuomassyvajarvi is saying, there is no enough, sufficient and required help section to refer to on using the great commands Qlik-cli has got to offer... which makes it very difficult to use.
Minimun required documentation on all the function calls is required to use them.

from qlik-cli-windows.

nadiagomez avatar nadiagomez commented on June 20, 2024

Hi, by any chance is there any detailed manual about the configurations required for the certificates part?

from qlik-cli-windows.

ahaydon avatar ahaydon commented on June 20, 2024

There is now a wiki available.

from qlik-cli-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.