5 lines
130 B
PowerShell
5 lines
130 B
PowerShell
# Cleanup of Office / Aria logs
|
|
$Path = 'C:\users\!perslinkadmin\appdata\local\temp\'
|
|
Get-ChildItem -Path $Path -Name aria-*.log
|
|
|