Quantcast
Channel: SAPIEN Forums
Viewing all articles
Browse latest Browse all 504

PowerShell Studio • Powershell Studio automatically expanding commands

$
0
0
To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: Powershell Studio 2023, 5.8.226
Operating system: Windows 11
PowerShell version(s): 5.1.22621.2506 & 7.3.10

Hi,

I have noticed some behavior of Powershell Studio that it expands command and I can't find the option to shut it off.
It did not behave this way before

As an example, this code:
$MyObject | Where-Object {$_.Name -eq 'John'}

This code gets automatically expanded to:
$MyObject | Microsoft.PowerShell.Core\Where-Object {$_.Name -eq 'John'}

Other examples: Microsoft.PowerShell.Management\Get-Content instead of Get-Content

Does anyone know how to stop this?

Thanks,

Ramon

Statistics: Posted by rpalmieri — Wed Jan 10, 2024 1:20 am



Viewing all articles
Browse latest Browse all 504

Trending Articles