 |
Check Partition Alignment
| Script to check partition alignment. Misaligned partitions can result in a reduction in I/O performance. This script can be used to verify that partitions are correctly aligned. |
(0 votes)
|
Login to vote!
|
 |
Delete Files by age and file extension
| Delete all files that are older than 'X' days with a specified file extension. Files from sub-folders will also be deleted (optional). |
(0 votes)
|
Login to vote!
|
 |
Recursive File Delete By Extension
| Delete all files with a specified file extensions in a given folder and all subfolders.
(e.g. delete all files with extension "wav","avi" or "mp3" in folder "C:\Temp") |
(0 votes)
|
Login to vote!
|
 |
Modify a Shadow Copy Storage Area
| Modifies all the shadow copy storage areas on a computer, setting the maximum amount of reserved space to 500,000,000 bytes. |
(0 votes)
|
Login to vote!
|
 |
List Shadow Copy Settings
| Retrieves the shadow copy settings configured on a computer. |
(0 votes)
|
Login to vote!
|
 |
List All Shadow Copy Storage Areas on a Computer
| Retrieves a list of all the shadow copy storage areas on a computer, as well as the properties of each storage area. |
(0 votes)
|
Login to vote!
|
 |
List All Shadow Copy Providers
| Returns the properties of all the shadow copy providers installed on a computer. For most computers, there will be only the default shadow copy provider included with the operating system. |
(0 votes)
|
Login to vote!
|
 |
List All Shadow Copies on a Computer
| Enumerates the properties of all the shadow copies stored on a server. |
(0 votes)
|
Login to vote!
|
 |
Delete All Shadow Copy Storage Areas
| Deletes all the shadow copy storage areas on a computer. |
(0 votes)
|
Login to vote!
|
 |
Delete All Shadow Copies on a Computer
| Deletes all the shadow copies stored on a server. |
(0 votes)
|
Login to vote!
|