Windows Powershellによる共有フォルダにアクセスしにきているIP・ユーザを確認する方法を紹介
共有フォルダにアクセスしにきているIP・ユーザを確認。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_ConnectionShare | Format-List Dependent
(出力)
Dependent:\\HOSTNAME\root\cimv2:Win32_ServerConnection.ComputerName="192.168.1.2",ShareName="test",UserName="TESTUSER"