Skip to content

Commit 899cb2a

Browse files
committed
Dammit - got the last slash out of the descriptions
1 parent bec8ba1 commit 899cb2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DSCResources/MSFT_xScheduledTask/MSFT_xScheduledTask.schema.mof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ class MSFT_xScheduledTask : OMI_BaseResource
1010
[Required, Description("How many units (minutes, hours, days) between each run of this task?")] Uint32 RepeatInterval;
1111
[Write, Description("The time of day this task should start at - defaults to 12:00 AM")] string StartTime;
1212
[Write, Description("Present if the task should exist, false if it should be removed"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure;
13-
[Write, Description("The credential this task should execute as. If not specified defaults to running as NT AUTHORITY\SYSTEM"), EmbeddedInstance("MSFT_Credential")] string ExecuteAsCredential;
13+
[Write, Description("The credential this task should execute as. If not specified defaults to running as the local system account"), EmbeddedInstance("MSFT_Credential")] string ExecuteAsCredential;
1414
};

0 commit comments

Comments
 (0)