April 30th, 2014

PowerTip: Use Windows PowerShell to Find Open Files

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 4.0 in Windows 8.1 to find open SMB file shares.

Hey, Scripting Guy! Question How can I use Windows PowerShell 4.0 to find open SMB file shares
          on my Windows 8.1 computer?

Hey, Scripting Guy! Answer Open the Windows PowerShell console with admin rights,
          and use the Get-SMBOpenFile function to list all open SMB file shares:

Get-SmbOpenFile

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.