Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use Windows PowerShell to Find Open Files

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles