-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from dsccommunity/Update-CMForestDiscovery
Update for CMForestDiscovery
- Loading branch information
Showing
7 changed files
with
395 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 11 additions & 5 deletions
16
source/DSCResources/DSC_CMForestDiscovery/en-US/DSC_CMForestDiscovery.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
ConvertFrom-StringData @' | ||
RetrieveSettingValue = Getting results for Configuration Manager Forest Discovery. | ||
TestState = Test-TargetResource compliance check returned: {0}. | ||
ScheduleItem = Schedule item {0} expected {1} returned {2}. | ||
TestSetting = Setting {0} expected {1} returned {2}. | ||
SettingSettings = Setting {0} to {1}. | ||
RetrieveSettingValue = Getting results for Configuration Manager Forest Discovery. | ||
IntervalCountTest = Missing ScheduleInterval or ScheduleCount unable to evaluate schedule. | ||
SIntervalTest = NOT MATCH: Schedule interval expected: {0} returned {1}. | ||
SCountTest = NOT MATCH: Schedule count expected: {0} returned {1}. | ||
TestState = Test-TargetResource compliance check returned: {0}. | ||
IntervalCount = Invalid parameter usage must specify ScheduleInterval and ScheduleCount. | ||
SettingSettings = Setting {0} to {1}. | ||
SIntervalSet = Setting Schedule interval to {0}. | ||
SCountSet = Setting Schedule count to {0}. | ||
MaxIntervalDays = The maximum allowed interval is 31 for days. {0} was specified and will result in the interval being set to 31. | ||
MaxIntervalHours = The maximum allowed interval is 23 for hours. {0} was specified and will result in the interval being set to 23. | ||
'@ |
Oops, something went wrong.