Title : reporting on the owners of largest files windows server 2012
link : reporting on the owners of largest files windows server 2012
reporting on the owners of largest files windows server 2012
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
2. After that you will see the top 25 largest files on your shared drive. Copy and paste this information into "txt" or "doc" file.
Declares Article reporting on the owners of largest files windows server 2012
That its all reporting on the owners of largest files windows server 2012 This time, hopefully can provide benefits to all of you. Okay, see you in another article posting.
You now read the article reporting on the owners of largest files windows server 2012 with the link address https://trik-outside.blogspot.com/2016/02/reporting-on-owners-of-largest-files.html
0 Response to "reporting on the owners of largest files windows server 2012"
Post a Comment