<?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>topic Re: Qlik CLI Qlik Sense Cmdlet for PowerShell in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1690363#M52743</link>
    <description>&lt;P&gt;I keep getting below error message. I am trying to run the CLI from qlik sense central node. I am not connecting remotely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect-Qlik [servername] -UseDefaultCredentials -TrustAllCerts&lt;/P&gt;&lt;P&gt;Get-QlikAbout : The term 'Get-QlikAbout' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try&lt;BR /&gt;again.&lt;BR /&gt;At C:\windows\system32\WindowsPowerShell\v1.0\Modules\Qlik-Cli\Qlik-Cli.psm1:119 char:19&lt;BR /&gt;+ $result = Get-QlikAbout&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : ObjectNotFound: (Get-QlikAbout:String) [], CommandNotFoundException&lt;BR /&gt;+ FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 14:53:11 GMT</pubDate>
    <dc:creator>soheil</dc:creator>
    <dc:date>2020-04-02T14:53:11Z</dc:date>
    <item>
      <title>Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368011#M30812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone has successfully installed and used the Qlik CLI from the Git hub for Qlik Sense&lt;/P&gt;&lt;P&gt;Please provide me with some use case documentation for using this open source addon for the Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli" style="font-size: 10pt;" title="https://github.com/ahaydon/Qlik-Cli"&gt;GitHub - ahaydon/Qlik-Cli: Qlik Sense Cmdlet for PowerShell&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368011#M30812</guid>
      <dc:creator>ahmedadmin</dc:creator>
      <dc:date>2017-05-04T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368012#M30813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have exactly the same issue. Documentation does not provide any information how authentication to Qlik Sense should be configured. Given example of using certificates does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368012#M30813</guid>
      <dc:creator>tuomassy_wartsi</dc:creator>
      <dc:date>2017-11-03T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368013#M30814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this Syntax to connect to the Qlik Sense API from the PowerShell Command line&lt;/P&gt;&lt;P&gt;Connect-Qlik -Computername [computer-Name] -TrustAllCerts -Username [ServiceAccount with which Qlik is Installed]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 20:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368013#M30814</guid>
      <dc:creator>ahmedadmin</dc:creator>
      <dc:date>2017-11-03T20:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368014#M30815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Tried this, but still returns errors. Used following syntax at central node: "Connect-Qlik -Computername &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://127.0.0.1/" rel="nofollow" target="_blank"&gt;https://127.0.0.1/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; -TrustAllCerts -Username domain\username"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Invoke-RestMethod : The remote server returned an error: (403) Forbidden.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368014#M30815</guid>
      <dc:creator>tuomassy_wartsi</dc:creator>
      <dc:date>2017-11-06T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368015#M30816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User the Domain Name OR CName for the Computer For example &amp;lt;CentralNode-machinename&amp;gt; OR &amp;lt;cname&amp;gt;.&lt;/P&gt;&lt;P&gt;Also in the PowerShell set the command as below before executing the command.&lt;/P&gt;&lt;P&gt;Set-ExecutionPolicy RemoteSigned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368015#M30816</guid>
      <dc:creator>ahmedadmin</dc:creator>
      <dc:date>2017-11-06T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368016#M30817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Managed to establish connection by using commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Connect-Qlik -Computername &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://computer/" rel="nofollow" target="_blank"&gt;https://computer/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; -TrustAllCerts -Username domain\user"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"gci cert:currentuser\my | where { $_.friendlyname -eq 'QlikClient' } | Connect-Qlik"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. After that I managed to run commands with Qlik-CLi. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1368016#M30817</guid>
      <dc:creator>tuomassy_wartsi</dc:creator>
      <dc:date>2017-11-16T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1514821#M36697</link>
      <description>&lt;P&gt;Hey,Can you explain in detail about the Connect-Qlik command in powershell?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1514821#M36697</guid>
      <dc:creator>harika18</dc:creator>
      <dc:date>2018-11-30T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1690228#M52730</link>
      <description>&lt;P&gt;Check this:&amp;nbsp;&lt;A href="http://docplayer.net/146703202-Qlik-cli-installation-notes.html" target="_blank"&gt;http://docplayer.net/146703202-Qlik-cli-installation-notes.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 11:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1690228#M52730</guid>
      <dc:creator>nicu1996</dc:creator>
      <dc:date>2020-04-02T11:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1690363#M52743</link>
      <description>&lt;P&gt;I keep getting below error message. I am trying to run the CLI from qlik sense central node. I am not connecting remotely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect-Qlik [servername] -UseDefaultCredentials -TrustAllCerts&lt;/P&gt;&lt;P&gt;Get-QlikAbout : The term 'Get-QlikAbout' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try&lt;BR /&gt;again.&lt;BR /&gt;At C:\windows\system32\WindowsPowerShell\v1.0\Modules\Qlik-Cli\Qlik-Cli.psm1:119 char:19&lt;BR /&gt;+ $result = Get-QlikAbout&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : ObjectNotFound: (Get-QlikAbout:String) [], CommandNotFoundException&lt;BR /&gt;+ FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1690363#M52743</guid>
      <dc:creator>soheil</dc:creator>
      <dc:date>2020-04-02T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1724642#M55167</link>
      <description>&lt;P&gt;Did anyone figure out how to connect using Connect-Qlik command from the qlik central node machine itself? Am getting the same error message "The term 'Get-QlikAbout' is not recognized as the name of a cmdlet, function, script file, etc...' as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/107346"&gt;@soheil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 20:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1724642#M55167</guid>
      <dc:creator>ryanplkam</dc:creator>
      <dc:date>2020-07-02T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1725401#M55251</link>
      <description>&lt;P&gt;Yes, I was able to resolve it with help of Qlik support team.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For easier setup, pls install&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Qlik&lt;/SPAN&gt;-&lt;SPAN&gt;Cli&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on central node. (lets avoid certificates authentication for now)&lt;/LI&gt;&lt;LI&gt;Launch PS as Admin&lt;/LI&gt;&lt;LI&gt;Check the PowerShell version and make sure its 5 or above.&lt;/LI&gt;&lt;LI&gt;Make sure to enable TLS 1.2 protocol&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Update modules - PowerShellGet &amp;amp; PackageManagement&lt;/LI&gt;&lt;LI&gt;Install-Module PowerShellGet -Force&lt;/LI&gt;&lt;LI&gt;Install-Module PackageManagement -Force&lt;/LI&gt;&lt;LI&gt;Then run this PS script –&amp;nbsp; (attached )&lt;/LI&gt;&lt;LI&gt;Install the module now&lt;/LI&gt;&lt;LI&gt;Install-Module&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Qlik&lt;/SPAN&gt;-&lt;SPAN&gt;Cli&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1725401#M55251</guid>
      <dc:creator>soheil</dc:creator>
      <dc:date>2020-07-06T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1744883#M57145</link>
      <description>&lt;P&gt;how?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 18:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1744883#M57145</guid>
      <dc:creator>samik84</dc:creator>
      <dc:date>2020-09-17T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI Qlik Sense Cmdlet for PowerShell</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1753916#M58116</link>
      <description>&lt;P&gt;did you end up resolving this? the error you are receiving is generally because the script has been unable to load the resource files.&lt;/P&gt;&lt;P&gt;The updated instructions also mention that if you are manually installing the module to place it in "&lt;SPAN&gt;C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli" not "C:\windows\system32\WindowsPowerShell\v1.0\Modules\Qlik-Cli"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows/wiki/installation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 01:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-CLI-Qlik-Sense-Cmdlet-for-PowerShell/m-p/1753916#M58116</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2020-10-20T01:31:24Z</dc:date>
    </item>
  </channel>
</rss>

