Public/PaIkeGatewayConfig/Remove-PaIkeGatewayConfig.ps1

<# function Remove-PaIkeGatewayConfig {
    [CmdletBinding()]
    Param (
    )

    BEGIN {
        $VerbosePrefix = "Remove-PaIkeGatewayConfig:"
    }

    PROCESS {
    }

    END {
    }
}
 #>