How do I go about using powershell to add the local controller "Power Users" group to every share on the same controller? I can do a single share like this {Set-NaCifsShareAcl -Share sharename -User "Power Users" -AccessRights Read} but I want to touch every share on this single controller.