Skip to content

🪲 Accesing online help for cmdlet from powershell navigates to an invalid uri #1561

@BusHero

Description

@BusHero

Describe the bug

Accessing the online help of a cmdlet navigates to an invalid URI. In the case of Get-EntraUser it navigates to https://learn.microsoft.com/nl-nl/powershell/module/Microsoft.Entra/Get-EntraUser rather than https://learn.microsoft.com/nl-nl/powershell/module/Microsoft.Entra.users/Get-EntraUser

To Reproduce

Steps to reproduce the behavior:

  1. Run Get-Help Get-EntraUser -Online
  2. The browser opens and navigates to https://learn.microsoft.com/nl-nl/powershell/module/Microsoft.Entra/Get-EntraUser which is invalid.

Expected behavior

The browser opens and navigates to https://learn.microsoft.com/nl-nl/powershell/module/Microsoft.Entra.users/Get-EntraUser.

Module Version

> Get-Module -Name "Microsoft*Entra*"

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     1.0.12                Microsoft.Entra.Authentication      {Add-EntraEnvironment, Connect-Entra, Disconnect-Entra, Find-EntraPermission…}
Script     1.0.12                Microsoft.Entra.Groups              {Add-EntraGroupMember, Add-EntraGroupOwner, Add-EntraLifecyclePolicyGroup, Get-EntraDeletedGroup…}
Script     1.0.12                Microsoft.Entra.Users               {Get-EntraDeletedUser, Get-EntraInactiveSignInUser, Get-EntraUser, Get-EntraUserAdministrativeUnit…}

Screenshots

Image

Additional context

I saw the problem with Get-EntraUser and Get-EntraGroup. I suspect other cmdlet - or all of them - have the same problem.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions