Notifications

One of the biggest challenges with implementing this on client machines is the users visibility into what is and needs to be processed. Once you have started adding restrictions for when a package should not deploy and when it should (most likely during minimal to no user activity) there are less opportunities for that deployment to succeed (PC is sleeping or powered off).

  1. Package installs starting.

  2. Package installs completed.

  3. Package installs completed and a pending reboot is detected.

    1. User is presented with the option to reboot.

  4. Package install pending and outside defined maintenance window.

    1. User is presented with the option to over ride the maintenance window and install.

Start-cChocoEx -EnableNotifications

Last updated

Was this helpful?