Enterprise Windows and Linux Solutions. http://technicallywired.blogspot.com/rss.xml
icacls D:\MyPath /grant:r "domain\account":(OI)(CI)M /T
Run this from PowerShell:
cmd.exe /c "icacls D:\MyPath /grant:r 'domain\account':(OI)(CI)M /T" >> $logpath