Jay Adams
Jay Adams
I have a similar issue where some commands run fine but some cmdlets won't work, like `Get-ADUser`, which throws the following error: `Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0,...
I gave Modify permissions to the "Remote Management Users" group on that folder and still get my error. In my case the user the session is running as is also...
I ended up downgrading everything to 7.2.8 for now. Hoping this gets fixed soon though.
Turns out that reverting to 7.2.8 fixed the cmdlet launch issues, but I was still getting `OpenError: [localhost] Connecting to remote server localhost failed with the following error message...` errors...
I get the same Cryptography error with 7.3.0 installed if I target the "PowerShell.7" configuration.
I rolled everything back to 7.2.8 for now and things are working fine.
Is there a "bug" label? This is definitely a bug.
Changing the MongoDB compatibility version worked for me too. Thanks @RAurelian
Broken for me as well. I need to convert each record into a Dictionary without knowing the key values at runtime.
Here's the modified code actually, and it works now, but I feel like there's a better way. ``` List items = new List(); var records = csv.GetRecords(); foreach (var record...