Kevin Pohlmeier
Kevin Pohlmeier
I'm getting this error on a completely different resource (cNtfsPermissionEntry). Apparently this message comes from DscCore.dll (see https://windows10dll.nirsoft.net/dsccore_dll.html) and is not something related to the code of CertificateDsc. I added...
The "MI RESULT 1" led me to https://stackoverflow.com/questions/25877068/how-do-i-resolve-cannot-invoke-the-sendconfigurationapply-method-when-perform, which is not the same error but the idea of "What is the correct way to 'reset' the DSC processes on a...
When I deleted and re-added my DSC decryption certificate, I forgot to modify the CertificateFile and Thumbprint that go into the MOF. That meant that the Thumbprints did not match....
This is pretty hacky, but it did at least prevent that error. In the code that removes the mask before submitting: ```javascript $(this).inputmask('remove'); if (!this.value) { this.inputmask = {}; }