Bill Hurt

Results 21 comments of Bill Hurt

This attempt at a fix does not pass testing on my local machine. More work is needed and I need to add tests.

In testing I discovered that Invoke-Git was also vulnerable to this issue. I will leave the issue and PR title unchanged. The existing tests now pass on my machine.

I have not been able to find a good way to add another set of tests for the git commands with an invalid alias like `New-Alias -Name git -Value notgit`...

This PR is a draft at the moment to give anyone interested a chance to see where the code is going so far and a chance to comment. Currently only...

Refactored the byte parsing to use `[System.BitConverter]::ToInt32(byte[])` instead of a bunch of string conversion. I also discovered that while the UI will only represent up to three failure actions, you...

The `Set-Target` functionality is nearly complete. However, in the course of testing I found another registry key that I need to manage. In the Recovery tab of a services properties...

@PlagueHO I would like to get started making progress again in the next week or so. Are you targeting a release date to get this in?

So far in the course of testing, I have discovered two new things that will have to be accounted for. The Recovery Option tab of the services properties dialog can...

Well, annoyingly, and as hard as this may be to believe, I am only just now running into the fact that DSC really can't deal with hashtables on their own....

I'm not sure the second option would help me avoid the need for an array? In order to construct the registry key properly I have to know all of the...