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