Forum Discussion

thekurteichler's avatar
thekurteichler
Brass Contributor
Nov 12, 2020

Get-UnifiedGroupLinks is not recognized as a cmdlet

I built a script a few months ago that connects to Exchange Online (connect-exchangeonline) then looks up an O365 Group (Get-UnifiedGroupLinks).  This script ran without modifications several times s...
  • VasilMichev's avatar
    Nov 13, 2020

    The cmdlet is not directly part of the module, it's one of the many cmdlets downloaded once a remote PowerShell session is created. I can assure you that it's still available when connecting to Exchange Online, and would suggest that you check your session validity and/or permissions. At the very least, you need to have the "View-Only Recipients" role assigned in order to run it.

Resources