Skip to content

Commit

Permalink
Added reference for share management
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jul 15, 2015
1 parent b2934fc commit 021c760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Invoke-WMITools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ TBA

Get-WMIObject Win32_Process -Credential $cred -computername win7pdws1-pc | ForEach-Object { $owner = $_.GetOwner(); '{0}\{1}' -f $owner.Domain, $owner.User } | Sort-Object | Get-Unique

# location for managing shares - http://windowsitpro.com/powershell/managing-file-shares-windows-powershell
}

0 comments on commit 021c760

Please sign in to comment.