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