Forum Discussion
Sven0095
Jul 11, 2023Copper Contributor
Intune Toast Message during Installation
Hi everyone, im currently working on a script to install Microsoft CRM 2011 (i know its very old but we still need it). The script is written in Powershell and deployed via Intune. The Installation...
rahuljindal
Jul 11, 2023Bronze Contributor
This is a tricky one. You can try breaking the setup into pre-reboot and post reboot with pre-reboot setup acting as a dependency for post reboot setup. For reboot itself, you can use Shutdown -r utility to initiate a reboot with a custom message. All wrapped in Win32.