I'd like to express my admiration for this product, which I installed out of curiosity — and I’m really impressed!
I have a few questions I couldn’t find answers to in the documentation:
Software deployment – How can I install software under the currently logged-in user (so I don't need a password), rather than under the SYSTEM account?
Custom Attributes – Is it possible to use the Custom Attributes assigned to a specific computer as arguments in a script? For example, I’d like to store license keys for individual applications in these attributes and use them during installation.
I’d love to have the ability to populate a Custom Attribute via a script run on the computer.
For example, for detecting TPM presence, I could use a PowerShell script like this:
$hasTPM = Get-WmiObject -Namespace "Root\CIMv2\Security\MicrosoftTpm" -Class Win32_Tpm
if ($hasTPM) { "True" } else { "False" }
and then I would be able to use this Custom Attribute as argument or in Reports.