Private/Remove-ArpCache.ps1

Function remove-arpcache {
    netsh.exe interface ip delete arpcache
}