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