Sc qdescription Commands in Windows Server 2008

In this article I am going to explain about sc qdescription commands in windows server 2008 operating system.
  • 1533

Introduction

The operating system Sc qdescription command is used to display a description string for a specified service.

Syntax of Sc qdescription command

sc [<ServerName>] qdescription [<ServiceName>] [<BufferSize>]


Parameters in Sc qdescription command

It contains following parameter, which is given below:
 
Parameter Description
<ServerName> It specifies the name of the remote server on which service is located.
<BufferSize> It specifies the size of buffer (in bytes) and default buffer size is 1024 bytes.
<ServiceName> It specifies the service name.

Example of Sc qdescription command

sc qdescription rpcss


Output:

sc-qdescription-in-Windows-Server-2008.jpg

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.