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