Adam Haydon

Results 31 comments of Adam Haydon

Please can you provide an example of the command that you are using.

When updating resources and specifying custom properties the list of properties you provide will overwrite all existing properties on the resource, you can also specify a null value to remove...

It looks like the issue is with the command `$time.GetDateTimeFormats()[109]`, when I run this it returns nothing and so the date being used in the filter is '2022/03/12 '. Without...

It looks like this depends on the version of PowerShell being used, since that works for you I assume you are using PowerShell 5. The correct format should look like...

I would simplify your test further, what is returned when you just run `Get-QlikProfessionalAccessType -filter "lastUsed lt '$inactive'" -full`?

Hi @naavis, the statement that PowerShell 4.0 is required was intended to mean 4 or later as PS v5.1 has been supported from the start. I agree that this is...

You can disable the scheduler using `Update-QlikNode -id tqdwfuygfwyvdwhbvh -engineEnabled -name Rim1 -nodePurpose ProductionAndDevelopment -printingEnabled -proxyEnabled -schedulerEnabled:$false`

I suggest changing the `defaultVirtualProxy` to false as it is not possible to create a default virtual proxy, you may also need to remove the value for `loadBalancingServerNodes` as the...

It is not possible to export an app with community content, and even if you could the published/approval status is not stored in the QVF so this would be lost...

The output of all commands is the data returned from the API, in the case of data connections the password is included if you connect using an internal service account...