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