DSCResources/myAdExchPrepareSchema/myAdExchPrepareSchema.schema.mof

 
[ClassVersion("1.1.0.0"), FriendlyName("myAdExchPrepareSchema")]
class myAdExchPrepareSchema : OMI_BaseResource
{
    [Key, Description("AD Exchange Schema Minimum Version")] String ExchSchemaVersion;
    [Write, Description(".EXE path to launch to upgrade schema")] String Path;
    [Write, Description("Arguments of .EXE file")] String Arguments;
    [Write, EmbeddedInstance("MSFT_Credential")] String Credential;
};