DSCResources/UpdateServicesClientDSC/UpdateServicesClientDSC.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("UpdateServicesClientDSC")]
class UpdateServicesClientDSC : OMI_BaseResource
{
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Key] Boolean AutomaticUpdateEnabled;
    [Write, ValueMap{"NotifyBeforeDownload","AutoDownloadAndNotifyForInstall","AutoDownloadAndScheduleInstallation","UsersCanConfigureAutomaticUpdates"}, Values{"NotifyBeforeDownload","AutoDownloadAndNotifyForInstall","AutoDownloadAndScheduleInstallation","UsersCanConfigureAutomaticUpdates"}] String AutomaticUpdateOption;
    [Write] String UpdateServer;
    [Write] String UpdateTargetGroup;
    [Write, ValueMap{"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","All"}, Values{"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","All"}] String ScheduledInstallDay;
    [Write, ValueMap{"01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"}, Values{"01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"}] Uint32 ScheduledInstallHour;
};