Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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'
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
Hi All,
Any thoughts here ? This is an urgent requirement
Thanks Padmini