Set-UAVariable from PU desktop? (free edition)

Product: PowerShell Universal Desktop
Version: 2.9.3

So it seems I cant change variables from the API ?
And I cant make apptokens in the free edition.
intented limitation of the free edition? :slight_smile:

Not intentional. I can open an issue for this. Iā€™m not sure if this is supported in Integrated mode yet but you might be able to use that:

New-PSUVariable -name 'test' -value '123' -Integrated

I should have stated that I tried that :slight_smile:
it dont work.
well the Set version of the cmdlet :slight_smile:

1 Like