DSCResources/myAdExchPrepareAD/myAdExchPrepareAD.schema.mof

 
[ClassVersion("1.1.0.0"), FriendlyName("myAdExchPrepareAD")]
class myAdExchPrepareAD : OMI_BaseResource
{
    [Key, Description(".EXE path to launch to prepareAD")] String Path;
    [Key, Description("Arguments of .EXE file")] String Arguments;
    [Write, EmbeddedInstance("MSFT_Credential"), Description("Credential with Enterprise and Schema rights on AD")] String Credential;
};