microsoft / shell-intune-samples

Sample shell scripts for Intune admins.
MIT License
670 stars 222 forks source link

Does the script check if the Company Portal app is already installed? What would happen if I deploy Company Portal app via Line of Business app and also with a script? #20

Closed InsulT closed 3 years ago

theneiljohnson commented 3 years ago

The default behaviour is that it will detect that Company Portal is already installed and do nothing. The behaviour is set by the autoUpdate="true" variable. If you change this to autoUpdate="false" the script will overwrite the Company Portal application if it's already installed.

theneiljohnson commented 3 years ago

The default behaviour is that it will detect that Company Portal is already installed and do nothing. The behaviour is set by the autoUpdate="true" variable. If you change this to autoUpdate="false" the script will