May 04 2020 02:25 PM
Hi,
I have this project to get the list of Windows Updates whether from a server or workstation and so I used the cmdlet
Get-WUHistory
It does show the update, description, date/time it was installed. Now I know it would be easier to generate the results and save it in a notepad but my boss wanted me to send the results to our internal website, so I though of using
Invoke-WebRequest -Uri https://<domain>
but I'm getting a Bad Request (400)
Am I missing something?
Thanks
TECH-JEFF
May 05 2020 08:17 PM
Jan 22 2021 02:10 AM - edited Jan 22 2021 02:12 AM
Can be "UseDefaultCredentials" ?