Summary: Use Windows PowerShell in Windows 8.1 to audit shares on a workstation.
Is there an easy way to use Windows PowerShell to identify shares on a workstation and who has access to them?
Use a combination of the Get-SMBShare and Get-SMBShareAccess cmdlets:
Get-SMBShare | Get-SMBShareAccess