Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the behavior around the 'writeErrorStream' property still supported ? #18901

Closed
5 tasks done
LaurentDardenne opened this issue Jan 7, 2023 · 2 comments
Closed
5 tasks done

Comments

@LaurentDardenne
Copy link

LaurentDardenne commented Jan 7, 2023

Prerequisites

Steps to reproduce

get-service|
 foreach-object {
        $red=$_.status -eq 'stopped';
         Add-member -InputObject $_ -MemberType NoteProperty -name 'writeErrorStream' -value $red -PassThru -force
}

Expected behavior

It depends if the behavior around the 'writeErrorStream' property is supported or not.

Actual behavior

The behavior around the 'writeErrorStream' property is not supported.

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.3.0-preview.1
PSEdition                      Core
GitCommitId                    7.3.0-preview.1
OS                             Microsoft Windows 10.0.19044
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.0.0, …
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

image

@LaurentDardenne LaurentDardenne added the Needs-Triage The issue is new and needs to be triaged by a work group. label Jan 7, 2023
@SteveL-MSFT
Copy link
Member

SteveL-MSFT commented Jan 9, 2023

Looks like that support was removed in this PR #8785. It may be better to enable that scenario via #3886

@LaurentDardenne
Copy link
Author

Thank you.

@ghost ghost removed the Needs-Triage The issue is new and needs to be triaged by a work group. label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants