Hi.
My PSU server is using very much disk. I started investigating and it turns out that AppData\Local\Temp under the user profile of the user running PSU is nearly 400 GB, most of the files are years old. Anything in there that can simply be deleted? Or any other nice way to decrease the size of this?
Product: PowerShell Universal
Version: 4.2.13
OS: Windows server 2019 Datacenter
After some more looking… The Temp folder contains 16000 items. Most of them are subdirectories named “_MEIxxxx” (xxxx are numbers) and are each 27.9 MB. They all contain Python stuff which I think is related to me having PSU scripts using GAM (GAMADV-XTD3). Could it be that this PS module unpacks stuff in temp every time it is run and then it’s not cleansed afterwards? I guess in that case it should be safe just removing the lot of it?