PowerTip: Use Windows PowerShell to Find Open Files

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon