Michael Greene

Results 37 comments of Michael Greene

Actually this wouldn't be too bad. CertReq.exe handles this if requesttype is 'Cert'. We would need to add a parameter, either a boolean for self-signed or just expose RequestType and...

This module has been updated

Just FYI, this module source has been renamed: https://github.com/robwi/updateservicesdsc

@Anmolgan81, see the link to the zip file 4 posts above this one. If all goes well I might be able to help out this weekend or early next week....

To move this forward, how about I create a branch and bring the new resources in for test/review and start tracking issues? Then we can drive forward in small increments.

What about: ``` Deploy Example { $var = 2 By Task One { "Var is $var" } By noop Two { FromSource MyModule To "C:\PSDeploy$var" } } ```