Skip to content

Instantly share code, notes, and snippets.

### 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:
@flyize
flyize / drivePoolMoves.ps1
Created June 10, 2019 14:34
PowerShell script used for Stablebit DrivePool. The goal is to offload files from an SSD pool to a magnetic pool in FIFO order.
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)
#>