Azure / ArcEnabledServersGroupPolicy

Guidance and sample code to perform at-scale onboarding of servers to Arc via Group Policy
MIT License
9 stars 15 forks source link

Servers are rebooting if .msi is upgraded to a new version #48

Open laladeadas opened 2 weeks ago

laladeadas commented 2 weeks ago

Hi,

After uploading a new version of the .msi to the shared folder, the servers updated the arc version, but some of them were rebooted for no apparent reason.

Discussing this with Microsoft support they are saying it's due to the missing flag "REBOOT=ReallySuppress" in the installation methods of the .msi in the EnableArc.ps1 script

I've not add issues when deploying this on 2000+ servers, only some of them randomly rebooted, can someone confirm the validity of this?