Netdiag Command In Windows Server 2008

This article describe how to use Netdiag command in Windows Server 2008 operating system.
  • 3858

Introduction

Netdiag command helps to isolate network and connectivity problems by performing a series of tests to determine the state of user's network client. These tests and the key network status information that they expose give network administrators and support personnel a more direct means of identifying and isolating network problems. Syntax used for Netdiag command is given below.

Syntax

netdiag [/q] [/v] [/l] [/debug] [/d : <DomainName>] [/fix] [/DcAccountEnum] [/t : TestName] [/skip : TestName] [/?]

Parameters For Netdiag

Parameter Description
/q Defines quite output.
/v Defines verbose output.
/l Sends output to Netdiag.log.
/debug Defines even more verbose output.
/d: DomainName Finds a domain controller in the specified domain.
/fix Fixes minor problems.
/DcAccountEnum Enumerates domain controller computer accounts.
/test: TestName Runs only the listed tests.
/skip: TestName Skips the test specified by TestName.
/? Shows help at the command prompt.

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.