functions/New-StoragePool.ps1
function New-StoragePool { [CmdletBinding()] param ( ) throw [System.NotImplementedException]::new('Uh oh...') } |
function New-StoragePool { [CmdletBinding()] param ( ) throw [System.NotImplementedException]::new('Uh oh...') } |