DSCResources/cRegFile/cRegFile.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cRegFile")] class cRegFile : OMI_BaseResource { [Key, Description("Name of the registry key to configure recursively")] String Key; [Write, Description("Path of the .reg file representing the desired state of the registry key")] String RegFilePath; }; |