Openfiles Query Command In Windows Server 2008

This article explains Openfiles Query command in Windows Server 2008 operating system and also explains its syntax.
  • 1633

Introduction

Queries and display all opened files and folders.

Syntax

openfiles /query [/s <System> [/u [<Domain>\]<UserName> [/p [<Password>]]]] [/fo {TABLE | LIST | CSV}] [/nh] [/v]

Parameters

Parameter Description
/s <System> Defines the remote system to connect to.
/u [<Domain>\]<UserName> Command is performed by using the permission of the specified user account.
/p [<Password>] Defines the password of the user account specified with /u.
/fo {TABLE | LIST | CSV} Display output as:
TABLE: Output is displayed in the form of table.
LIST: Display output in a list.
CSV: Display output in Comma Separated Value format.
/n No column header in the output.
/v Display output in verbose mode.

Example

openfiles /query

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.