Skip to content

Instantly share code, notes, and snippets.

@CJHarmath
CJHarmath / PSDesiredStateConfiguration.psm1
Created February 28, 2017 22:40
try catch workaround for PSDscResources/issues/43
###########################################################
#
# 'PSDesiredStateConfiguration' logic module
#
###########################################################
data LocalizedData
{
# culture="en-US"
ConvertFrom-StringData -StringData @'
CheckSumFileExists = File '{0}' already exists. Please specify -Force parameter to overwrite existing checksum files.