Powershell script PC update report

Dany Quirion 1 Reputation point
2021-02-10T21:09:19.933+00:00

Hello everybody,

I am looking to make or find if there is anyway, I can have a scrip run everytime a machine is powered on. I want the script to find everything that has been updated/changed since last use, such as windows updates, KB, installed softwares etc. Similar to the tool Belarc, but in a script format.

Thank you

Windows for business Windows Server User experience PowerShell
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2021-02-10T22:10:35.587+00:00

    Create a scheduled task that runs the script. Use "at startup" as the trigger.

    What you're asking isn't a simple script! I'd advise you to start small and add "stuff" to the script one piece at a time.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.