Posts tagged ‘WMI’

Powershell – WMI: Working with Shares – Part 1: Creating a Share with Custom Permissions

Download Script:
Intro:
Last week, i was teaching a Powershell course (MOC6434), when a student asked me, how to create a share with custom permissions via WMI.
I tried to find an answer for him, but could not really find any examples, cmdlets or functions for it.
I found some examples and help in vbscript, so i decided [...]