<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to install Qlik-CLI for Qlik Sense on Windows in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/ta-p/1715387</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;Qlik-Cli&lt;/STRONG&gt;&amp;nbsp;(&lt;A href="https://github.com/ahaydon/Qlik-Cli" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli"&gt;https://github.com/ahaydon/Qlik-Cli&lt;/A&gt;) is a PowerShell module that provides a command line interface for managing a Qlik Sense environment. The module provides a set of commands for viewing and editing configuration settings, as well as managing tasks and other features available through the APIs.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Qlik Sense repository service (QRS) contains all data and configuration information for a Qlik Sense site. The data is normally added and updated using the Qlik Management Console (QMC), but it is also possible to communicate directly with the QRS using its API. This enables the automation of a range of manual QMC based tasks.&lt;/P&gt;
&lt;P&gt;The QRS API is delivered as a Representational State Transfer (REST) web service that contains a number of paths (also referred to as endpoints) that are used to execute various functions. To communicate with these paths, HTTP calls that contain &lt;FONT face="courier new,courier"&gt;GET, POST, PUT, or DELETE&lt;/FONT&gt; requests are made.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Qlik CLI is distributed as an open-source solution through GitHub, and is not supported by Qlik. Please see license file in GitHub project for the current license agreement of Qlik CLI. For a fully supported version use the &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-install-and-start-using-Qlik-CLI-for-SaaS-editions-of/ta-p/1796143" target="_blank" rel="noopener"&gt;Qlik-CLI for SaaS editions&lt;/A&gt;. For support information see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-CLI-support-and-compatibility/ta-p/1735424" target="_blank" rel="noopener"&gt;Qlik CLI support and compatibility&lt;/A&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FziMPPD3oYX8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DziMPPD3oYX8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FziMPPD3oYX8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Qlik Fix: How to Install Qlik CLI" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;Here are the commands show in the video above:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$PSVersionTable.PSVersion
Set-ExecutionPolicy RemoteSigned
cd 'C:\Program Files\WindowsPowerShell\Modules'
Set-Location "C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli"; Get-ChildItem -Recurse | Unblock-File
Import-Module Qlik-Cli
Import-Module .\Qlik-Cli.psd1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Related Content:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-CLI-support-and-compatibility/ta-p/1735424" target="_blank" rel="noopener"&gt; Qlik CLI support and compatibility&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-install-and-start-using-Qlik-CLI-for-SaaS-editions-of/ta-p/1796143" target="_blank" rel="noopener"&gt;How to install and start using Qlik-CLI for SaaS editions of Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows"&gt;Download &lt;/A&gt;Qlik-Cli (GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation"&gt;Installation of Qlik-Cli &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://ahaydon.github.io/Qlik-Cli-Windows/" target="_blank" rel="noopener" data-cke-saved-href="https://ahaydon.github.io/Qlik-Cli-Windows/"&gt;Qlik-Cli Modules &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection"&gt;Establishing a connection with Qlik-Cli &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Basic-usage" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Basic-usage"&gt;Basic Usage of Qlik-Cli&lt;/A&gt; (GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Advanced-usage" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Advanced-usage"&gt;Advanced Usage of Qlik-Cli&lt;/A&gt; (GitHub)&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 15 Sep 2023 09:09:40 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2023-09-15T09:09:40Z</dc:date>
    <item>
      <title>How to install Qlik-CLI for Qlik Sense on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/ta-p/1715387</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;Qlik-Cli&lt;/STRONG&gt;&amp;nbsp;(&lt;A href="https://github.com/ahaydon/Qlik-Cli" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli"&gt;https://github.com/ahaydon/Qlik-Cli&lt;/A&gt;) is a PowerShell module that provides a command line interface for managing a Qlik Sense environment. The module provides a set of commands for viewing and editing configuration settings, as well as managing tasks and other features available through the APIs.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Qlik Sense repository service (QRS) contains all data and configuration information for a Qlik Sense site. The data is normally added and updated using the Qlik Management Console (QMC), but it is also possible to communicate directly with the QRS using its API. This enables the automation of a range of manual QMC based tasks.&lt;/P&gt;
&lt;P&gt;The QRS API is delivered as a Representational State Transfer (REST) web service that contains a number of paths (also referred to as endpoints) that are used to execute various functions. To communicate with these paths, HTTP calls that contain &lt;FONT face="courier new,courier"&gt;GET, POST, PUT, or DELETE&lt;/FONT&gt; requests are made.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Qlik CLI is distributed as an open-source solution through GitHub, and is not supported by Qlik. Please see license file in GitHub project for the current license agreement of Qlik CLI. For a fully supported version use the &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-install-and-start-using-Qlik-CLI-for-SaaS-editions-of/ta-p/1796143" target="_blank" rel="noopener"&gt;Qlik-CLI for SaaS editions&lt;/A&gt;. For support information see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-CLI-support-and-compatibility/ta-p/1735424" target="_blank" rel="noopener"&gt;Qlik CLI support and compatibility&lt;/A&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FziMPPD3oYX8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DziMPPD3oYX8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FziMPPD3oYX8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Qlik Fix: How to Install Qlik CLI" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;Here are the commands show in the video above:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$PSVersionTable.PSVersion
Set-ExecutionPolicy RemoteSigned
cd 'C:\Program Files\WindowsPowerShell\Modules'
Set-Location "C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli"; Get-ChildItem -Recurse | Unblock-File
Import-Module Qlik-Cli
Import-Module .\Qlik-Cli.psd1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Related Content:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-CLI-support-and-compatibility/ta-p/1735424" target="_blank" rel="noopener"&gt; Qlik CLI support and compatibility&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-install-and-start-using-Qlik-CLI-for-SaaS-editions-of/ta-p/1796143" target="_blank" rel="noopener"&gt;How to install and start using Qlik-CLI for SaaS editions of Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows"&gt;Download &lt;/A&gt;Qlik-Cli (GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation"&gt;Installation of Qlik-Cli &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://ahaydon.github.io/Qlik-Cli-Windows/" target="_blank" rel="noopener" data-cke-saved-href="https://ahaydon.github.io/Qlik-Cli-Windows/"&gt;Qlik-Cli Modules &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection"&gt;Establishing a connection with Qlik-Cli &lt;/A&gt;(GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Basic-usage" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Basic-usage"&gt;Basic Usage of Qlik-Cli&lt;/A&gt; (GitHub)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Advanced-usage" target="_blank" rel="noopener" data-cke-saved-href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Advanced-usage"&gt;Advanced Usage of Qlik-Cli&lt;/A&gt; (GitHub)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 15 Sep 2023 09:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/ta-p/1715387</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2023-09-15T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Qlik-CLI for Qlik Sense on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/tac-p/1850483#M4622</link>
      <description>&lt;P&gt;I am not clear, what the official "qlik-cli" (from&amp;nbsp;&lt;A href="https://qlik.dev/libraries-and-tools/qlik-cli/#installation" target="_blank"&gt;https://qlik.dev/libraries-and-tools/qlik-cli/#installation&lt;/A&gt;) can do around Qlik Sense for Windows environments? There is a name confusion with "Qlik-CLI", a Powershell add-on by Adam Haydon and unsupported by Qlik, and the official above. The official one even offers to create a "context" to a Windows Sense server:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="martin1979_0-1634886884313.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65000iA3EB835CD8B9097D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="martin1979_0-1634886884313.png" alt="martin1979_0-1634886884313.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can you share an example of how that would work? (There are no API keys on Windows, but the connection would have to work in a different way ...)&lt;/P&gt;
&lt;P&gt;Can you explain, if Qliks "qlik-cli" is supposed to succeed Adam's Qlik-CLI in the future?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 07:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/tac-p/1850483#M4622</guid>
      <dc:creator>martin1979</dc:creator>
      <dc:date>2021-10-22T07:17:13Z</dc:date>
    </item>
  </channel>
</rss>

