Paul Higinbotham

Results 9 issues of Paul Higinbotham

# PR Summary InstallHelper class does not need to derive from PSCmdlet Issue #767 ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the...

Look into adding a confirmation requirement when uninstalling a PSResource. Uninstall-Module does not do it, and maybe we should not do it for Uninstall-PSResource when a single specific module is...

Area-Uninstall

### Summary of the new feature / enhancement Using the new CookieContainer in dotNet, we should allow scoping of headers. https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclienthandler.allowautoredirect?view=net-6.0 ### Proposed technical implementation details (optional) _No response_

Issue-Enhancement
WG-Cmdlets
Needs-Triage

# PR Summary This PR adds a new language mode and logging messages to PowerShell restrictions when run under Windows WDAC (Windows Defender Application Control) policy. This addresses Issue #18628...

Waiting on Author
Extra Large

This PR replaces the Windows platform only CredMan local store with a .NET based cross-platform local store using optional password.

Some various feedback suggestions from implementers: 1. Add parameter completion for -Vault parameter. 2. Ensure 'BuilitInLocalVault' default vault is consistent over all cmdlets. 3. Replace Get-SecretVault 'ImplementingType' property display with...

Module-SecretsManagement
Issue-Question

# Summary of the new feature/enhancement Currently the module does not work in a remote session because the session user log on does not have the needed security token for...

Module-SecretsManagement
Issue-Enhancement

This is related to SecretStore issue (https://github.com/PowerShell/SecretStore/issues/76#issuecomment-878563772). If an extension vault does not support multiple registrations but is registered twice in SecretManagement, the vault will be registered twice with different...

enhancement

# Summary of the new feature/enhancement Foreach-Object -parallel currently runs each loop iteration in a runspace initialized to its default state. But users might reasonably expect the runspace state to...

Issue-Enhancement
WG-Cmdlets-Core
WG-NeedsReview
KeepOpen