Skip to content

Increase the usability with parameter aliases #879

@alexandair

Description

@alexandair

AzureAD commands use the -ObjectId parameter.
Microsoft Graph PowerShell commands use the specific parameter names like -UserId, -GroupId...

Add parameter aliases when it's appropriate, so that users can run:

Get-EntraUser -ObjectId ...
Get-EntraUser -UserId ...
Get-EntraApplication -ObjectId ...
Get--EntraApplication -ApplicationId ...

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions