Windows Terminal PowerShell | Unable to read Extended Properties #20289

Closed
opened 2026-01-31 07:09:12 +00:00 by claunia · 3 comments
Owner

Originally created by @D4-AzIdentity on GitHub (Jul 24, 2023).

Windows Terminal version

1.17.11461.0

Windows build number

10.0.22621.0

Other Software

Graph PowerShell

Steps to reproduce

Upon initial launch Terminal PowerShell is unable to query or expand properties.

Ex.
PS C:\Users{PII}> Connect-MgGraph -Scopes directory.read.all
Welcome To Microsoft Graph!

Entering the following returns nothing.
PS C:\Users{PII}> $device = Get-MgDevice -DeviceID 2dc239e4..........
PS C:\Users{PII}> $device.additionalproperties

However entering the above in a normal PowerShell window, the Shell is able to read and expand the properties.
image

Expected Behavior

Normal PowerShell Windows works fine.
image

Actual Behavior

image

Originally created by @D4-AzIdentity on GitHub (Jul 24, 2023). ### Windows Terminal version 1.17.11461.0 ### Windows build number 10.0.22621.0 ### Other Software Graph PowerShell ### Steps to reproduce Upon initial launch Terminal PowerShell is unable to query or expand properties. Ex. PS C:\Users\{PII}> Connect-MgGraph -Scopes directory.read.all Welcome To Microsoft Graph! Entering the following returns nothing. PS C:\Users\{PII}> $device = Get-MgDevice -DeviceID 2dc239e4.......... PS C:\Users\{PII}> $device.additionalproperties However entering the above in a normal PowerShell window, the Shell is able to read and expand the properties. ![image](https://github.com/microsoft/terminal/assets/59093056/8a409f5b-f8ae-4a11-94b0-689614958397) ### Expected Behavior Normal PowerShell Windows works fine. ![image](https://github.com/microsoft/terminal/assets/59093056/fe10e6ba-f996-40c5-9f2d-ae94c2c428ed) ### Actual Behavior ![image](https://github.com/microsoft/terminal/assets/59093056/8a409f5b-f8ae-4a11-94b0-689614958397)
claunia added the Needs-TriageIssue-BugNeeds-Author-FeedbackNo-Recent-Activity labels 2026-01-31 07:09:12 +00:00
Author
Owner

@DHowett commented on GitHub (Jul 24, 2023):

Your repro looks slightly different in the "actual" and "expected" cases. Can you share the part where you assign $prop?

@DHowett commented on GitHub (Jul 24, 2023): Your repro looks slightly different in the "actual" and "expected" cases. Can you share the part where you assign `$prop`?
Author
Owner

@DHowett commented on GitHub (Jul 24, 2023):

In addition, could you share the output of $PSVersionTable in the working and non-working repro cases? Thanks!

@DHowett commented on GitHub (Jul 24, 2023): In addition, could you share the output of `$PSVersionTable` in the working and non-working repro cases? Thanks!
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Jul 28, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Jul 28, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20289