Full Install Automation | Community
Skip to main content
Newcomer
November 14, 2022
Question

Full Install Automation

  • November 14, 2022
  • 0 replies
  • 0 views

Hey All,

I'm trying to rebuild our Intune installation to auto log users into the application as we are moving away from pre-provisioning to ZTD.

Our current installer looks like this:

msiexec /i "ZoomInstallerFull_5-1-0.msi" /quiet /norestart MSIRESTARTMANAGERCONTROL="Disable" ZoomAutoUpdate="true" ZSSOHOST="company.zoom.us"

 I'd like to include the zconfig="user_account_name" and "password" sections as well, but don't know how to link that backwards to the current logged in user so it's dynamic for each machine/profile.