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