What task is a Windows administrator performing with the command below, executed from a file server with an IP address of 46.95.101.82?
C:\> net session \\46.95.101.109 /del
What task is a Windows administrator performing with the command below, executed from a file server with an IP address of 46.95.101.82?
C:\> net session \\46.95.101.109 /del
The command 'net session \46.95.101.109 /del' is used to end a session with a remote host. The IP address 46.95.101.109 in the command indicates that the session to be deleted belongs to the host with that IP address. Therefore, the task being performed is disconnecting the SMB session from host 46.95.101.109.
Answer is "D"