DSCResources/cNtfsAuditInheritance/cNtfsAuditInheritance.schema.mof
1 2 3 4 5 6 7 8 |
[ClassVersion("1.0.0.0"), FriendlyName("cNtfsAuditInheritance")]
class cNtfsAuditInheritance : OMI_BaseResource { [Key, Description("Indicates the path to the target item.")] String Path; [Write, Description("Indicates whether NTFS permissions inheritance is enabled.")] Boolean Enabled; [Write, Description("Indicates whether to preserve inherited permissions.")] Boolean PreserveInherited; }; |