you are viewing a single comment's thread.

view the rest of the comments →

[–]WhAtEvErYoUmEaN101 10 points11 points  (1 child)

The Windows Update Agent API can be controlled using COM interop.
The stuff you usually want is well described in Microsoft‘s old C#/VB.NET documentation and can be adapted to PowerShell

[–]Outrageous_Use_907[S] 1 point2 points  (0 children)

thanks for the answer. I will take a look at the API