Net Session Command In Windows Server 2008

This article describes the command Net session in Windows Server 2008 operating system and also explains it's syntax.
  • 3055

Introduction

Net session command in Windows Server 2008 is used to manages the server computer connection. Net session command is also used to show information about all sessions of the local computer, if it is used without parameter. Syntax used for Net session command is given below.

Syntax

net session [\\<ComputerName>] [/delete] [/list]

Parameters For Net Session

Parameter Description
\\<ComputerName> Identifies the client computer for which user want to list or disconnect sessions.
/delete Ends the session with the specified client computer and closes all open files on the local computer for the session.
/list Shows information in a list rather than a table.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.