Skip to content

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

@LaurentDardenne

Description

@LaurentDardenne

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions