-
Hi,
Can you please check and confirm if module works with PowerShell core on Linux? I have been trying to use the module on multi OS infra, however it fails on Linux but works on Windows. It always…
-
NB I don't believe this issue is related to #73
Using PowerShell Core 6.1.1
I have a profile in the default location `C:\Users\jzrai\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` with a …
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the latest…
-
### What happened?
When using Invoke-EvergreenLibraryUpdate, OneDrive json file contains mutiple paths including wrong ones
```json
[
{
"Version": "24.132.0701.0003",
"U…
-
#### Issue description
Upon trying to authenticate using MicrosoftPowerBIMgmt module it fails (Could not load type 'System.Security.Cryptography.SHA256Cng' from assembly 'System.Core, Version=4.0.0.…
-
The first try to run Format-Pester on Ubuntu Linux 16.04
```
Name Value
---- …
-
I have a little script that I'm working on that attempts to update the PackageManagement and PowerShellGet Modules in PowerShell Core if they're not the latest. It seems like I'm getting a race condit…
-
### Verified issue does not already exist?
Yes
### What error did you receive
Running
```
TssSecretPasswordStatus -TssSession $session -Id 8251
```
returns
```
InvalidArgument: C:\…
-
**Describe the bug**
When building using scripts\buildsystems\msbuild\vcpkg.targets and using Windows PowerShell (rather than PowerShell Core), the build outputs an error message when it actually suc…
-
I have written a PowerShell binary module in .Net core to return a connection to an ATEM as an object.
I'm a Windows person but decided to try and use this approach to get something working on a MAC.…