PowerShell sans AMSI #24750
Replies: 2 comments 8 replies
-
|
I need the same patches for WASM Browser, WASI and Android where there is no AMSI or Telemetry is not possible. |
Beta Was this translation helpful? Give feedback.
-
|
Well, this has breathed new life into PowerShell...
Loading ASP.NET run time is as simple as Program.ps1 This works with the standard dotnet runtime irrespective of where it is installed, version or operating system. Then I can simply use New-AspNetForPowerShellWebApplication. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It has been firmly established that AMSI logging within PowerShell is non-negotiable.
However if you have use cases where you don't want to accept the overhead you may consider trying PowerShell sans AMSI.
This is a fork of PowerShell which removes AMSI logging, Telemetry and version update checking.
It also uses the dotnet shared runtime rather than packaging its own, this means you can use ASP.NET more easily directly from
pwsh.exe.Beta Was this translation helpful? Give feedback.
All reactions