Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jirouch
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    jirouch

    @jirouch

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jirouch Follow

    Best posts made by jirouch

    This user hasn't posted anything yet.

    Latest posts made by jirouch

    • Script deployment as user & dynamic use of Custom Attributes

      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.

      posted in Support
      J
      jirouch