functions/Remove-StoragePool.ps1

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

    )

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