Paul Higinbotham
Paul Higinbotham
@iSazonov, @JustinGrote Thanks for your input. I forgot to include the WIP tag in the title. This PR explores the possibility of a cross-platform, .NET based local secure store. There...
@JustinGrote The only way to use this "promptless" is to configure the local store without password, or with "DoNotPrompt" but pass in a SecureString password in script using SecretManagement. The...
@JustinGrote I see what you are saying, but at this point I feel it is something that should be performed outside SecretManagement, i.e., something a user does manually. One concern...
Agreed, in this case you need to use a password for local store to protect at rest data. I was thinking more in terms of protecting against admin/root attacks. SSO...
What version of Pester are you running? I run `Register-SecretVault` in my Pester tests and have not seen any problems. At this point it is unknown if the hang is...
I am removing the WG-Security tag since this is not a security issue. This is a (external) performance issue and should be marked accordingly. The `AmsiNotifyOperation` API is supposed to...
The Windows Defender team has identified the issue and has a fix for this performance degradation, and the fix should be pushed by the end of May.
I'll take a look.
@jnury Thanks for reporting this. I am able to reproduce the problem. This is old endpoint configuration code that imports core modules into the restricted session through "snapins". The Microsoft.PowerShell.Utility...
@manojampalam It is a shame you have to do this. It would be better for the WinRM service to restart rather than hang on stopping. It might be due to...