John Bevan
John Bevan
I made a mistake in #369 which meant that the [documentation](https://pkisharp.github.io/ACMESharp-docs/ext_docs/installers/iis.html) would have reported KeepExistingSslFlags as Force. This is now corrected. Also amended indents to use tabs instead of spaces,...
It would be good to add a gotcha on breaking from pipelines... i.e. People expect this: ``` $found = $false $list | ForEach-Object { if ($_ -eq $searchFor) { $found...
Most languages have a few patterns defining template solutions to common problems, along with related terminology to aid in understanding. It would be good to create a section in here...
Currently we get errors when interacting with files with certain characters, such as square brackets, in their filename; e.g. `$myFile = 'c:\temp\myfile[1].xlsx'`. We can work around this by escaping those...
Thank-you for creating this extension; it's awesome. FYI: I use this extension when working with "markdown diagrams" in VSCode (also supports Atom): [markdown-preview-enhanced](https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams). It would be great if this Chrome...
Giving this tool a trial run on some servers I received error: `0x80072EE2` . Running `get-item 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate'` on the affected servers I found the `WUServer` and `WUStatusServer` were pointing to...
When we have multiple commands, each piping their output to one another, for readability / single-line width it's generally best to put each command on a different line; like so:...
--- RFC: Author: John Bevan Status: Draft SupercededBy: Version: Area: Standard Functions Comments Due: Plan to implement: --- # Get-ChildItem; Add IncludeRoot Switch Suggestion: Currently if you wish to fetch...
Concourse uses YAML for a number of its pieces. I suspect it uses a JSON Schema for this, but I've been unable to find one, though the [documentation](https://concourse-ci.org/tasks.html#schema.task) does seem...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...