Results 10 comments of derSchweiger

Thank you very much @bagajjal, this seems to be exactly our problem. Is there currently no solid solution for this behaviour? We are managing thousands of hosts with dozens of...

Support for .NET Core 3+ would be a big deal for me too. Thanks for your great work!

Great news, thank you very much!

This issue occurs (at least for me) if I try to run this cmdlets with SYSTEM rights: ```powershell PS C:\WINDOWS\system32> Import-Module Microsoft.WinGet.Client PS C:\WINDOWS\system32> Get-Module ModuleType Version Name ExportedCommands ----------...

Seems related to a general winget issue -> https://github.com/microsoft/winget-cli/issues/3049 You can bypass this by using PowerShell 7.X. PowerShell 5.1 is still the standard and therefore it would be great, if...

I can verify this issue on Windows Server 2025, too. While executing the cmdlet Get-WUHistory I receive the following error message: ``` Get-WUHistory : Zugriff verweigert (Ausnahme von HRESULT: 0x80070005...

At least in my case this won‘t help since I want to get all previous installed updates and not install new ones.

@WestonThayer yeah, you're right. You can use something like ```powershell Invoke-WUJob -TaskName "Check WU History" -RunNow -Script "Get-WUHistory -MaxDate ((Get-Date).AddDays(-100)) | Export-CSV C:\Temp\wuhistory.csv" ``` export the logs into a csv...

This issue only occurs on W2k25, W2k22 and older seems not to be affected (yet)