TeamViewer Deployment via Intune

I am using the AssignmentOptions alias command line parameter with %USERNAME% as the variable. TeamViewer is being deployed through intune so the system is picking username up as SYSTEM. Is there any commands I can use to force it to use the logged in user's name?

Answers

  • flospi
    flospi Posts: 52

    You could probably do some PowerShell magic and find out, which other users are logged in and filter the logged in user from this.

    But maybe you could use an Intune variable? Never tried it.