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