Steps to reproduce
PS C:\> Get-PSSessionConfiguration | select name
Expected behavior
Get names of the registered session configurations.
Actual behavior
Name
----
microsoft.powershell
Exception calling "Load" with "1" argument(s): "Could not load file or assembly
'Microsoft.Powershell.Workflow.ServiceCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The
system cannot find the file specified."
At line:33 char:9
+ $serviceCore = [Reflection.Assembly]::Load("Microsoft.Powersh ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : FileNotFoundException
microsoft.powersh...
microsoft.powersh...
Environment data
> $PSVersionTable
Name Value
---- -----
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSVersion 6.0.0-alpha
SerializationVersion 1.1.0.1
GitCommitId v6.0.0-alpha.8
PSRemotingProtocolVersion 2.3
WSManStackVersion 3.0
BuildVersion 3.0.0.0
PSEdition Core
CLRVersion
Steps to reproduce
Expected behavior
Get names of the registered session configurations.
Actual behavior
Environment data