dsccommunity / UpdateServicesDsc

This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
MIT License
31 stars 27 forks source link

Adding escape characters to the script variables #28

Closed cregkly closed 5 years ago

cregkly commented 6 years ago

Creating a task schedule results in missing variables from the script.

bielawb commented 6 years ago

Just thinking out loud... wouldn't be easier to just use single-quoted here-string? Is there any reason for having double-quotes in that block?

cregkly commented 6 years ago

I went with the fix the required the least amount functional change to get the code working. Yes there are a few better solutions to this overall problem.