Good day everyone,
I'm not sure that this is the right platform for posting this, but maybe I can get the right people on this quicker.
After applying the new Update in our test-environment we got an error by opening a remote powershell session to our SFB-Servers:
$SFBSession = New-PSSession -ConnectionUri ('https://{0}/OcsPowershell' -f $SFBServer) -Credential $SFBCredential
Import-PSSession -Session $SFBSession -AllowClobber
Import-PSSession : In Remotesitzung ausgeführter Befehl Get-Command meldet den folgenden Fehler: Exception calling "GetSteppablePipeline" with "1" argument(s): "The expression after '&' in a pipeline element
produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.".
Maybe you could route this to the right place.
Greetings from Germany
Max