I concur. Installed this update and SfB Remote PowerShell broke on the FE-s. What is worse, I read the article but didn't read the comments :O)
Ravindra_Singh_Bisht, can you describe your testing environment? Like backend SQL Server and SQL Express 2016 minor versions? Asking because the errors given at some times refer to SQL functions.
I'm using this connection string...
$session = New-PSSession -ConnectionUri https://hostname/ocspowershell -Authentication Negotiate
Import-PSSession $session -AllowClobber
The first command seems to execute properly but Import-Session gives me...
Import-PSSession : Running the Get-Command command in a remote session reported the following error: Exception calling "GetSteppablePipeline" with "1" argument(s): "The expression after '&' in a pipeline element produced an object that was not va
lid. It must result in a command name, a script block, or a CommandInfo object.".
At line:1 char:1
+ Import-PSSession $session
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (:) [Import-PSSession], RuntimeException
+ FullyQualifiedErrorId : ErrorFromRemoteCommand,Microsoft.PowerShell.Commands.ImportPSSessionCommand