JAK1047

Results 18 comments of JAK1047

Same issue here with Enter-PSSession from a Win10 box to a 2022 server. Most I could find .net 7 related was this: https://github.com/dotnet/aspnetcore/issues/39342 That references this PR: https://github.com/dotnet/runtime/commit/899bf9704693661d6fe53fdb7f737f76447efa14 Sounds like...

Confirmed downgrading to v7.2.7 resolves the issue for myself as well.

> I have the same issue, I have one script that runs on a list of servers and servers that have 7.3.0 return this error. > > To resolve add...

> Hm. Running `Enable-PSRemoting` did create a `PowerShell.7.3.0` configuration, but the `PowerShell.7` configuration wasn't updated; it's still looking for PowerShell 7.2, which no longer exists on the machine. > >...

I completely uninstalled 7.3.0 and reinstalled without the Enable Remoting option then ran Enable-PSRemoting -Force myself. Connecting direct to the 7.3.0 session configuration I still can't run the Active Directory...

At this point I removed all PoSH 7 PSSession Configurations. Completely uninstalled 7.3.1. Rebooted. Reinstalled 7.3.1. Enabled remoting to recreate the Configuration. Connected to the 7.3.1 session. Both the Ms.Graph...

> Hm, I'm running into issues even importing the Active Directory module in a remote session, regardless of version—even when the local and remote machine are both using 5.1. At...

Anyone try the 7.4 preview just to see if it is fixed there?

Does just using -ConfigurationName "Powershell.7.3" not work? I would have assumed it would keep getting updated to use the latest along with the version specific Configurations. Sidenote I did find...

I'll give my two cents following from the other issue the main benefits of DPAPI & ConvertTo-SecureString\ConvertFrom-SecureString are: 1. Convenience. No additional module or setup needed on a bare metal...