Looking for additional logs

Support forums for the Habitat Automate plugin
Post Reply
MSPTherian
Posts: 5
Joined: Mon May 01, 2023 7:26 pm

Looking for additional logs

Post by MSPTherian »

Hello,

We're looking into a situation where we're trying to determine if a user had canceled or accepted an update from 19044 to 19045. In the description of the " Windows Upgrade Assistant" it says the user response is logged. Other than right clicking on the machine and going to "Last Update Log" , is there another place logging is stored?


Habitat has simplified the Windows 10 feature upgrade service so that you get the latest Windows 10 deployments quick and easy. You can select one or more agents at once and schedule a future update or select to upgrade now to fire off the updates. Upgrades automaticlly check for active users and will prompt user to "allow" the upgrade in the background. If use accepts the upgrade will continue else it quites and logs user response. If no user is logged into console then upgrades continue. No file configurations needed, script assumes latest available feature update.

Thanks

User avatar
Cubert
Posts: 2457
Joined: Tue Dec 29, 2015 7:57 pm
8
Contact:

Re: Looking for additional logs

Post by Cubert »

The Upgrade process is operated by script so you will find the logs from that script under the agents scripts logs located here. The name of the script will be present in the script logs with a ability to see details of different log entries. The script may place several entries in this log during a single run.

Screenshot 2023-06-14 090133.jpeg
Screenshot 2023-06-14 090133.jpeg (174.09 KiB) Viewed 1301 times

This is the actual script, you can follow along where it tests for a console user, if found it jumps to the function that then sends user a pop up request and if user selects to cancel it will log and exit.

Screenshot 2023-06-14 090428.jpeg
Screenshot 2023-06-14 090428.jpeg (233.05 KiB) Viewed 1301 times

MSPTherian
Posts: 5
Joined: Mon May 01, 2023 7:26 pm

Re: Looking for additional logs

Post by MSPTherian »

Thanks

Post Reply

Return to “Habitat”