Artifact [176b55d0f1]
Artifact 176b55d0f1cbcd1711017cac868a9007bbdc5408:
- File tools/wmi/sharedfolders.ps1 — part of check-in [91bc1b9185] at 2018-05-16 18:06:13 on branch trunk — WMI Win32_SharedFolders (user: mario size: 371)
# api: multitool # status: INCOMPLETE # version: 0.1 # title: Shared Folders # description: win32_shares # type: inline # category: wmi # hidden: 0 # key: w2|disk|disks?|mapped # config: {} # # Find disk/share mapping (incomplete) # -> rather use psinfo.exe? Param($machine = (Read-Host "Machine")) Get-WmiObject Win32_Share -computer $machine