-
We would love to take over XwikiPS, but one things precludes us from doing so: we wouldn't be able to publish new versions to the PowerShell Gallery. If you can give us publishing rights on PowerShell…
-
### Description of the new feature / enhancement
To make the report more dynamic and contains more data is there a chance to add include-available option to the exported json file for example `winget…
-
## CVE-2021-22570 - Medium Severity Vulnerability
Vulnerable Libraries - Google.Protobuf-3.11.4.0.dll, Google.Protobuf-3.13.0.0.dll
Google.Protobuf-3.11.4.0.dll
Google Protocol Buffers
Library hom…
-
## Summary of the new feature/enhancement
The documents folder has always been where modules user-scoped are kept, and that's always been ok, but I recently discovered some problems with this as I'…
-
### Brief description of your issue
I'm trying to run a working configuration (provided by @denelon [here](https://github.com/JanDeDobbeleer/oh-my-posh/issues/4340#issuecomment-1924518456)) but it fa…
-
This is with PS7.1
I get like 100 or so of this error when i import the module
`MethodInvocationException: C:\Program Files\PowerShell\Modules\Microsoft.PowerShell.KubeCtl\0.0.3\Microsoft.PowerShe…
-
## Steps to reproduce
1. Pull the latest mcr.microsoft.com/powershell:lts-nanoserver-1809 image
2. Run a container in interactive mode using the image
3. Check the PSModulePath environment vari…
-
### Describe the feature
While investigating a new function, i came across `aws s3 mv` function but could fine no equivalent in the powershell modules.
### Use Case
Moving s3 object from one path/k…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
I've created a docker image:
```
FROM badgerati/pode.web:latest
COPY . /usr/src/app/
EXPOSE 9999
CMD [ "pwsh", "-c", "cd /usr/src/app; ./blahblahs.ps1" ]
```
When the docker image start…