1. Open Powershell ISE on your file server → Navigate to your file share using "cd" command → after that run the following powershell code:
gci -re -in * | ?{ -not $_.PSIsContainer } | sort Length -descending | select -first 25
0 comments:
Post a Comment