0

I have troubles to find a solution for my problem (I am a really beginner of powershell).

I have to count the Office files which are open on a server.

My situation:

A Service account is connected to a Windows server. A tool works on this session and open a queue of word documents, do such stuff and close the word files. Sometimes the tool can not close the files and then there are many open word files open on the server and it does not work. So I am searching for a solution to check automatically how many open Word files are open with this user.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
Max
  • 1

1 Answers1

0

Welcome to the site.

The thing your looking for is open file handles, and yes there i a tool: Handle v3.46

EKS
  • 535
  • 1
  • 5
  • 14
  • Hi, Thx for the welcome. with this tool I can not see how many Word sessions I have opened. I see the open IE sessions or other applications but not the Office Word documents. The Winword.exe process I see only one time Or I have not found – Max Mar 26 '12 at 08:57
  • This program find open word files or any other files. If you looking for proccess running, check tasklist ? – EKS Mar 26 '12 at 09:04