Viewing post 1 (of 1 total)
Hello,
I don't know if you have already tried this or not, but I think this will work for you:
$Drives = Get-PSDrive -PSProvider 'FileSystem'
foreach($Drive in $drives) {
#select largest file in given...
February 19, 2024 at 2:16 pm
#4381166