Yes, this happens in all previous versions
$splat = New-Object PSObject -Property @{
Scenario1 = @{
LiteralPath = C:\Windows
}
Scenario2 = @{
Path = C:\W*
}
}
Get-ChildItem @splat.Scenario1
The contents of C:\Windows should be returned from the call to Get-ChildItem