You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS>$psversiontable
Name Value
---------
PSVersion 7.4.0-preview.3
PSEdition Core
GitCommitId 7.4.0-preview.3-29-g07e041fe10d4c753dfccfa46008bdedebdfd3027
OS Darwin 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 621:00:17 PST 2023; root:xnu-8796.101.5~3/RELEASE_X86_64
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
create 2 functions:
this will operate as expected:
however, if you add
-pv ato the invocation ofcmdletB, you can see the issue.it seems to lose all output from
cmdletB.It doesn't seem to matter if you choose a different pipeline variable for
cmdletBpossibly related to:
#16199
#12766
Expected behavior
Actual behavior
Error details
no errorEnvironment data
Visuals
No response