Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
siddharth_s3
Partner - Creator II
Partner - Creator II

Qlik Cli Update-QlikUser update custom property

Hello,

I am unable to figure out the syntax for updating the custom property when trying tom Update-QlikUser when using the cli module.

Has anyone managed to update a user's custom property?

Below is the module gallery:

https://www.powershellgallery.com/packages/Qlik-Admin-Utils/3.2.5.1/Content/Update-QlikUser.ps1

Labels (1)
  • Cli

12 Replies
Levi_Turner
Employee
Employee

Something like this works on my end:

Connect-Qlik
Get-QlikStream -filter "name eq 'Everyone'" | Update-QlikStream -customProperties QlikGroup='AB=QS_ABCD_Developer,CD=Efg,GH=LOB,IJ=PROD,IJ=KLMN,IJ=net'
Padmini
Contributor
Contributor

Hi Levi,

 thanks for your quick response. But this kind of value to group custom property alone I’m facing issue . I have this value added in the group custom property but when I wanted to apply for stream using power shell it is not working. The same code work for lob custom property where I pass lob value(single word eg:  HEALTHCARE

Padmini
Contributor
Contributor

Hi All,

Any thoughts here ? This is an urgent requirement 

 

Thanks Padmini