New-MgGroupMemberByRef — Export Results Help and SyntaxIT technician command center
Microsoft Graph · Entra ID and Graph

New-MgGroupMemberByRef — Export Results Help and Syntax

Display complete syntax, parameter details, and examples for New-MgGroupMemberByRef — Export Results.

Copy-ready commandNew-MgGroupMemberByRef — Export Results Help and Syntax
Get-Help New-MgGroupMemberByRef -Full
Production warning

Help and syntax commands are generally read-only. The original command shown for context may change systems or data; review it before execution.

Requirements and permissions

Requirements
Microsoft.Graph PowerShell SDK
Permissions
No elevated permissions are normally required to view help; local policy and shell access still apply.
Last reviewed
2026-07-31

Examples

Display the full reference

Uses PowerShell's built-in help system to review the full reference for New-MgGroupMemberByRef.

Get-Help New-MgGroupMemberByRef -Full

Original command context

The original New-MgGroupMemberByRef — Export Results example is included for context. Review all parameters before using it in production.

New-MgGroupMemberByRef -GroupId $groupId -BodyParameter @{"@odata.id"="https://graph.microsoft.com/v1.0/directoryObjects/$userId"} | Export-Csv .\output.csv -NoTypeInformation

Common errors

Help content is incomplete or unavailable

Run Update-Help from an elevated PowerShell session, then retry the command.