Hello,
You can use Disk Usage tool from Sysinternals which is a Microsoft tool
https://learn.microsoft.com/en-us/sysinternals/downloads/du
Darrell
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Please assist on following 2:
1.
I want to all folders size ( which consist nested folders ) in side the main folder. I have found below one. But is there any Microsoft supported tool to achieve this.
https://www.partitionwizard.com/partitionmanager/powershell-get-folder-size.htmland
2.
and also looking for last date modified and created for all files and folders in side that main folder.
Please share if there is any script to get this.
Thank you.
Hello,
You can use Disk Usage tool from Sysinternals which is a Microsoft tool
https://learn.microsoft.com/en-us/sysinternals/downloads/du
Darrell
Hi,
The Get-ChildItem cmdlet gets the files and directories in a specified location and the LastWriteTime is displayed by default.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.