Answered by:
Apply folder permission durring SCCM 2007 task Sequence

Question
-
Hello
I would like to give Domain User modify permission on a IBM folder. I'm not sure the best way to accomplish it? I would like to run it durring a SCCM 2007 OSD / Task Sequence if possible?
Any suggestions?
Thanks!
Wave~Chaser
Wednesday, May 9, 2012 9:19 PM
Answers
-
You can create a Security Template File or SDB file for granting NTFS permissions to any folder/file.
Later you can use "Run Command Line" task in SCCM OSD task sequence to Apply/Configure the Security Database file.
- Proposed as answer by Jason Sandys [MSFT]MVP Wednesday, May 9, 2012 10:04 PM
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:04 AM
Wednesday, May 9, 2012 9:37 PM -
You can run a DOS command during TS execution. The command to assign Modify permissions to a user is "ICACLS <folder path> /Domain\Username:M". To add a step that runs DOS command in TS, go to Task Sequence Editor and select Add>General>Run Command Line.
- Proposed as answer by Jason Sandys [MSFT]MVP Wednesday, May 9, 2012 10:04 PM
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:04 AM
Wednesday, May 9, 2012 9:55 PM -
And of course, you can also use a group policy for this. There are other possibilities also; lots of ways to solve this one.
Jason | http://blog.configmgrftw.com | Twitter @JasonSandys
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:05 AM
Wednesday, May 9, 2012 10:03 PM
All replies
-
You can create a Security Template File or SDB file for granting NTFS permissions to any folder/file.
Later you can use "Run Command Line" task in SCCM OSD task sequence to Apply/Configure the Security Database file.
- Proposed as answer by Jason Sandys [MSFT]MVP Wednesday, May 9, 2012 10:04 PM
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:04 AM
Wednesday, May 9, 2012 9:37 PM -
You can run a DOS command during TS execution. The command to assign Modify permissions to a user is "ICACLS <folder path> /Domain\Username:M". To add a step that runs DOS command in TS, go to Task Sequence Editor and select Add>General>Run Command Line.
- Proposed as answer by Jason Sandys [MSFT]MVP Wednesday, May 9, 2012 10:04 PM
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:04 AM
Wednesday, May 9, 2012 9:55 PM -
And of course, you can also use a group policy for this. There are other possibilities also; lots of ways to solve this one.
Jason | http://blog.configmgrftw.com | Twitter @JasonSandys
- Marked as answer by Sabrina Shen Thursday, May 24, 2012 7:05 AM
Wednesday, May 9, 2012 10:03 PM