DSCResources/xSPTimerJob/xSPTimerJob.schema.mof
1 2 3 4 5 6 7 8 9 10 |
[ClassVersion("1.0.0.0"), FriendlyName("SPTimerJob")] class xSPTimerJob : OMI_BaseResource { [Required, Description("Timer Job to Target")] String TimerJob; [Write, EmbeddedInstance("MSFT_Credential"), Description("If Using PS version 4")] String InstallAccount; [Key, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |