[int]$x = read-host Enter the size in MB$size = ($x * 1024144) $files= Get-ChildItem C:Users -Recurse | Select-Object Name, Length if ($files.Length...
I am trying to search in specific path for folder and subfolder that less than the size that the user enterd but i do not get any result (in MB)
read more