-
$env:LIB = [io.path]::GetDirectoryName(@(Get-ChildItem -Path .\_CPack_Packages\ -Filter "OpenMEEGMaths.dll" -Recurse | get-item))
https://github.com/massich/findmkl_openmeeg/blob/e6320e064022b20180…
-
```json
{
"version": "nightly"??,
"depends": [
"Sysnternals/$((Get-ChildItem . -File).BaseName)"
],
"uninstaller.script": "scoop uninstall (gci . -file).Basename"
}
```
No idea if this …
-
Steps to reproduce
------------------
**NOTE**: it works the same for `\\?\C:\` and `\\.\C:\`.
```console
$ Set-Location \\.\C:\
Set-Location : An object at the specified path \\.\C: does not…
-
### Summary of the new feature / enhancement
As a user, I want a PSProvider for git so that I could access the repo like a FileSystem.
```
Mount-GitRepository -Uri https://github.com/PowerShell…
-
### Brief description of your issue
When processing files in a directory, `$PathChildItemsJSON` and/or `$PathChildItemsYAML` may be null. This is not accounted for in the subsequent if/else stateme…
-
Error when launching vCheck
Hello
I've been trying to launck vCheck script, but I have a lot of errors:
Get-ChildItem : Impossible de trouver le chemin d'accès
Get-ChildItem : …
-
**Describe the bug**
VERSION file in release 1.2.6.7 indicated incorrect version:
```
$ cat phpLDAPadmin-1.2.6.7/VERSION
RELEASE-1.2.6.6
```
Checked for tar and zip files.
Please verify…
-
**Description**
If you have an icon in the collection which has a bracket in one place (e.g. when copying: copy (1) ...), these are only displayed as a white square.
**Temporary Solution**
For th…
-
### 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…
-
#BEFOREIPU.PS1 makes a backup of drivers etc
#prepare drives copy
New-Item -Path 'C:\TempMobilityIssues' -ItemType Directory
Export-Win
xcopy \\st1pwscc630\scp$\Applications\Core\NetMotion\12.10…