Full Install Automation
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: 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.msiexec /i "ZoomInstallerFull_5-1-0.msi" /quiet /norestart MSIRESTARTMANAGERCONTROL="Disable" ZoomAutoUpdate="true" ZSSOHOST="company.zoom.us"
Show less