Microsoft Entra PowerShell

Command-line tool to manage and automate Microsoft Entra resources.

Latest posts

AppendSelected parameter
Dec 1, 2025
Post comments count 0
Post likes count 0

AppendSelected parameter

Kennedy Kangethe Munga
Kennedy Kangethe Munga

Background  The  Property parameter introduced in Version 0.10.0-preview allowed customers to select specific properties they would want to return in the response and is used in these 2 main scenarios:   The scenarios above introduce a limitation where only the specified properties are returned, while the default properties are excluded from the response.   The AppendSelected switch parameter we shipped in version 1.0.12 solves this limitation by ensuring that the default properties are returned together with the specified properties.   Implementation  This parameter has been implemented in som...