-
We need to make the [TPA list](https://github.com/PowerShell/PowerShell/blob/master/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp#L670) for pwrshplugin.dll able to automatically pick up …
-
Client PSRP for Linux fails on a clean Debian 9 install of PowerShell due to the inability of libmi to resolve libssl and libcrypto. While this worked as-is on Debian 8, Debian 9 fails unless symlink…
-
## Steps to reproduce
- On Windows 10 1607 or 1703
- type the following command in Powershell, replace the `domain\username` with your information.
```powershell
start-process -Credential doma…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What happened?
A recent update has introduced the following issue: the prompt generated by `oh-my-posh` isn't rendered…
-
`PSModulePath changes interacting with other PowerShell processes. - Does not duplicate the System32 module path in subprocesses` in `test\powershell\Modules\Microsoft.PowerShell.Core\CompatiblePSEdit…
-
**Describe the bug**
When using PSADT to install an app in SYSTEM context, calling Execute-ProcessAsUser resolves $envAppData to
C:\Windows\System32\config\systemprofile\AppData\Roaming\
instead …
-
## Steps to reproduce
``` powershell
powershell -Noprofile -Command '"[Console]::Error.Write(""""foo"""")"'
```
## Expected behavior
This is inbox windows v5.1 behavior
```
PS C:\> $powershell = J…
vors updated
11 months ago
-
Currently if a module is written and has no manifest or its manifest has no `CompatiblePSEditions` field, `Get-Module -ListAvailable` will describe it as having the `PSEdition` value as `Desk`:
```…
-
## Overview
Install Scope is used as the path to where modules are installed for the system.
- User Scope: $HOME + Documents\WindowsPowerShell\Modules
- System Scope: $PSHOME or $Env:ProgramFil…
-
Format-Hex does not properly filtering non-printable characters:
````
Format-Hex $pshome\pwsh.exe -Count 120
````
![image](https://user-images.githubusercontent.com/11475352/108606800-2b4e9100…