Which of the following is the correct syntax to create a null session?
c:\>net view \\IP_addr\IPC$ "" /u: ""
c:\>net view \\IPC$\IP_addr "" /u: ""
c:\>net use \\IP_addr\IPC$ "" /u: ""
c:\>net use \\IPC$\IP_addr "" /u: ""
Submit