Qlik-Cli-Windows
Qlik-Cli-Windows copied to clipboard
Qlik-Cli for Windows
Hi, I need to remove assigned custom properties(remove assigned "abc" custom property from user) and roles from a user. Please let me know what changes need to be done in...
I successfully create a node using Qlik-Cli. However, even if the node is created with the correct config I receive a error message: Invoke-RestMethod : The remote server returned an...
Hello, When I use ``Update-QlikApp -id 5cbf1e26-8f14-4e89-aa76-6168d1ed4f90 -name "DEV_7004_Error_Task_12_iPlan Downstream - Mode dégradé_Mail_v"`` The result is DEV_7004_Error_Task_12_iPlan Downstream - Mode d�grad�_Mail_v Can you please correct it ? Best regards, Simon
Very useful to rename task ``` function Update-QlikReloadTask { [CmdletBinding()] param ( [parameter(Mandatory = $true, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, Position = 0)] [string]$id, [Bool]$Enabled, [string]$Name, [ValidateRange(1, 2147483647)] [Int]$TaskSessionTimeout,...
Hi, Q.No1) I need to update **only** loadbalancingservernodes in virtual proxy. In the current scenario our system SAML sso authentication Update-QlikVirtualProxy -id jgdfahbfbajkbfjabasbbfa -loadBalancingServerNodes Central whether this step is correct?...
I am able to enable service by using Update-QlikNode -id tqdwfuygfwyvdwhbvh -engineEnabled -name Rim1 -nodePurpose ProductionAndDevelopment -printingEnabled -proxyEnabled -schedulerEnabled But I can't disable the scheduler service using Update-QlikNode -id tqdwfuygfwyvdwhbvh...
There is a line in Set-QlikLicense, where we check if we are updating a site's license and if the old license had a key. If both conditions are met, its...
Hi @ahaydon , I am trying to remove the Professional Access passes over date threshold date. However not working and getting below error. Code # Set the inactivity threshold. This...
The readme states Powershell 4.0 is required to use Qlik-Cli. I have been successfully using the module with Powershell 5.1 too, and I assume the readme means "Powershell 4.0 **or...
Hi, How do i go about adding custom property values to a custom property? Sceanario : Custom Property is called Len_Test which is of Resource Type = Streams. This custom...