This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am flyize on github. | |
* I am flyize (https://keybase.io/flyize) on keybase. | |
* I have a public key ASBIky828JUXXbT8CfXuz2-QfqCRgVy7k1I_xLl6CdzHJAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-StrictMode -Version 1 | |
# Script drivePoolMoves.ps1 | |
<# .SYNOPSIS | |
Script will move files from one DrivePool to another according to FIFO policy | |
.DESCRIPTION | |
The script can be set to run as often as desired. The expected layout is a DrivePool consisting of two DrivePools, one magnetic and one solid state. | |
.NOTES | |
Author : fly (Zac) | |
#> |