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