@jramon-ortega_2700 thanks so much for testing this, and verifying the issue is occurring outside of Otter. This is what we were afraid of, but it shows where the problem is.
This is definitely a bug/issue with PowerShell, and likely the way that the DSCR_Application module is designed? We don't really know.
I doubt Microsoft will fix this... but it doesn't hurt to ask. You have a very good reproduction case now.
It might be possible for us to work-around this, but unfortunately it's not a trivial matter. We'd need to find an alternative to "local remoting" to handle process communication.
What would be good to know, how widespread is this?
Is it only this DSCR_Application
resource? Maybe the creator of DSCR_Application can work-around the issue?
Using Chocolatey Packages, I guess, could be a good replacement? Maybe there's a way to do it with your own Ensure-based PowerShell script instead of a DSC resource?
We like the ability to use DSC resources, but if it's only one or two, then maybe it's not worth the effort to work-around?