Public/Generic/PsSwitch/Remove-PsSwitch.ps1
<# function Remove-PsSwitch { [CmdletBinding()] Param ( ) BEGIN { $VerbosePrefix = "Remove-PsSwitch:" } PROCESS { } END { } } #> |
<# function Remove-PsSwitch { [CmdletBinding()] Param ( ) BEGIN { $VerbosePrefix = "Remove-PsSwitch:" } PROCESS { } END { } } #> |