functions/New-StoragePool.ps1

function New-StoragePool
{
    [CmdletBinding()]
    param
    (

    )

    throw [System.NotImplementedException]::new('Uh oh...')
}