{"id":13623661,"url":"https://github.com/robwillisinfo/Get-LargestFiles","last_synced_at":"2025-04-15T15:30:36.668Z","repository":{"id":54564525,"uuid":"354952086","full_name":"robwillisinfo/Get-LargestFiles","owner":"robwillisinfo","description":"PowerShell Script – Quickly Find The Largest Files","archived":false,"fork":false,"pushed_at":"2023-04-27T17:14:38.000Z","size":109,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T11:46:30.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robwillisinfo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-04-05T19:41:42.000Z","updated_at":"2024-03-11T18:33:32.000Z","dependencies_parsed_at":"2024-04-16T10:05:17.945Z","dependency_job_id":null,"html_url":"https://github.com/robwillisinfo/Get-LargestFiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robwillisinfo%2FGet-LargestFiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robwillisinfo%2FGet-LargestFiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robwillisinfo%2FGet-LargestFiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robwillisinfo%2FGet-LargestFiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robwillisinfo","download_url":"https://codeload.github.com/robwillisinfo/Get-LargestFiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097729,"owners_count":21212343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:34.310Z","updated_at":"2025-04-15T15:30:36.372Z","avatar_url":"https://github.com/robwillisinfo.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Get-LargestFiles.ps1\n\nYou can find my blog post here:\nhttps://robwillis.info/2021/04/powershell-script-quickly-find-the-largest-files/\n\nThis script will help locate the largest files on the specified drive, while also displaying\nthe sizes of the folders in the root directory.\n\nThe script will execute in the following order:\n– Create a log file, default log name is Get-LargestFiles-output.txt\n– Gather the date, hostname, and current privileges\n– Gather the basic drive info, capacity and free space (Default drive is C:)\n– Gather the root folder sizes\n– Find the top x largest files on the drive (Default count is 10)\n– Optional scan of a specific directory\n\n# Usage\n\nBasic usage:\n\nC:\\PS\u003e PowerShell.exe -ExecutionPolicy Bypass .\\Get-LargestFiles.ps1\n\nSpecify a different drive and change the amount of files to show:\n\nC:\\PS\u003e PowerShell.exe -ExecutionPolicy Bypass .\\Get-LargestFiles.ps1 -c “25” -d “d:”\n\nSkip the default root drive scans and only scan a specific directory (you will be prompted for the path):\n\nC:\\PS\u003e PowerShell.exe -ExecutionPolicy Bypass .\\Get-LargestFiles.ps1 -s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobwillisinfo%2FGet-LargestFiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobwillisinfo%2FGet-LargestFiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobwillisinfo%2FGet-LargestFiles/lists"}