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