Stephen

Results 7 issues of Stephen

## Description As described [here](https://community.letsencrypt.org/t/auto-renewal-started-failing-with-error-missing-command-line-flag-or-config-entry-for-this-setting/111211/4) there must be a `[[webroot_map]]` entry for each domain in the certbot .conf file. This should be included in the documentation. ## Related issues N/A...

Status: Waiting for answer

While attempting to use BCU to uninstall a "broken" Zoom msiexec install (the uninstall media was missing), I noted that msiexec sometimes will be using 10%+ CPU when it is...

bug
automatization

Adds option for BCU-Console to perform junk removal with a `/J ` switch. Includes updates to the documentation files to account for this change. Welcoming of any pointers or improvements...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

Add a param block similar to the following: ```powershell [CmdletBinding()] param ( [Parameter(Mandatory=$false)][int]$usrScanscope = $env:usrScanscope, [Parameter(Mandatory=$false)][bool]$usrUpdateDefs = $env:usrUpdateDefs, [Parameter(Mandatory=$false)][char]$usrMitigate = $env:usrMitigate ) ``` Use this to get the location of...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Area - Rules
Issue-Bug
Up for Grabs

**Describe the bug** When running a Pester test to validate if a TLS cipher suite can be validated to be enabled, my test is consistently failing when it succeeds locally...

bug