There is a command-line tool called FINDSTR that comes with all Windows NT-class operating systems (type FINDSTR /? into a Command Prompt window for more information) It doesn’t support everything grep does but it might be sufficient for your needs.
FINDSTR
FINDSTR /?
grep
netstat -n | FINDSTR 3389
netstat -n | FINDSTR 3389