├── README.md ├── ScanFolderSize.cmd └── ScanPC.cmd /README.md: -------------------------------------------------------------------------------- 1 | 2 | PowerShell scripts for Windows PC 3 | 4 | ScanFolderSize.cmd 5 | ---------------------------------------------------------------------------------------------------------- 6 | It's a PowerShell script with GUI in cmd file, allow you to scan your disk folders, 7 | remote computer or shares and show directory sizes in very nice view. 8 | 9 | 15 jan 2025 ver2.0: better usability and improve performance up to 5 times 10 | 11 | ---------------------------------------------------------------------------------------------------------- 12 | 13 | 14 | 15 | ScanPC.cmd 16 | ---------------------------------------------------------------------------------------------------------- 17 | It's a PowerShell script with GUI in cmd file. With this script you can get information about 18 | users, printers, devices, hardware config, users folders size on local and remote computer. 19 | 20 | 21 | ---------------------------------------------------------------------------------------------------------- 22 | 23 | Require PowerShell 5.1 24 | 25 | For non commercial use only. 26 | Chernigov Eugeniy 2024 27 | -------------------------------------------------------------------------------- /ScanFolderSize.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sync1er/ChernigovEugeniyUtilities/2a2dc3004705599bcbb1b5cb46594f7636be1c6b/ScanFolderSize.cmd -------------------------------------------------------------------------------- /ScanPC.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sync1er/ChernigovEugeniyUtilities/2a2dc3004705599bcbb1b5cb46594f7636be1c6b/ScanPC.cmd --------------------------------------------------------------------------------