-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existi…
-
Hello,
PoshColor seems to overwrite the output of Terminal-Icons, so filetype glyph did not appear. Is there a way to make the two modules cohabit ? I switch from one module to another whenever i h…
-
It returns nothing
```
C:\temp>cert --enumcerts
C:\temp>
C:\temp>cert --enumcerts --store=My
C:\temp>
PS C:\temp> cert --enumcerts --store=Localmachine
PS C:\temp>
```
Powershell disp…
-
Used alone, Get-ChildItem outputs item properties as a list.
```
PASH> Get-ChildItem /
Exists : True
Name : bin
Parent : /
Root : /
FullName …
-
So this isn't an issue that is likely fixable, but one that probably needs listing on the FAQs. If you encrypt your backup files to disk then xp_delete_file can't read the headers and therefore doesn'…
-
### Description
I've had the same issue with `Az.Accounts` earlier. Thought it was `vscode-powershell`s fault, but seems it was `Az`.
* 2023-10-06: https://github.com/PowerShell/vscode-powershell/is…
-
I have code in PowerShell:
`$Path = "C:\Program Files\Unity\????.?.*f1\Editor\unity.exe`
`$filesList = Get-ChildItem -Path $Path -Force -Recurse`
How can I find all files _unity.exe_ using this p…
-
I'm tempted to create a function that does different things when the switch parameter is missing, true, and false.
Using the 3 states cuts down on the number of switch parameters, and sometimes makes…
-
### Description of the new feature / enhancement
For portable apps, it would be good to show the symlinks created by a package in the list command. Alternately, a `winget links` command that shows th…
-
Hi, I'm trying to get this set up and am on the ChangeProjectName.bat step and am running into this issue:
```
$ ./ChangeProjectName.bat -f 'TestRunnerTest'
Clean project dirs
Rename all project…