Post by m***@gmail.comAre there any best practices out there for applying group policy to
NTFS permissions? I've found all kinds of stuff for setting up said
groups but nothing about applying them. I'm looking for things like
managing inheritance.
Taking you words at their face value, i.e. applying filesystem
permissions via GPOs, I have over time come to some decided
beliefs. The main one is that one should not use filesystem
section in a GPO used for other policy settings that one changes.
This is because of how GPO client processing is done, namely
when a GPO is seen as changes it gets reapplied. Large stores
getting their ACLing set via GPO application can be lengthy.
Isolating filesystem sections into unchanged GPOs keeps this
most frequently unneeded work from being repeated.
As a side effect of the GPO client processing rules (upon
change of GPO), one does not really end up with the effect
one is after (i.e. state how it should be and get guaranteed
that it is so), but then that is true of GPO usage in general.
Because of this I tend to define filesystem settings in templates
first, rather than directly in GPOs. The templates can be applied
one-off on particular machines, but more importantly they may be
used for analysis for differences from the prescribed.
So much for usage of the filesystem section. I feel it to be a very
important capability but that it is very little used.
What you may be also indicating is group strategy design for use
in ACLing resources. That is another entire, larger topic.
Roger