Broken Link

Nicholas Beckwith 20 Reputation points
2023-10-12T15:47:46.5+00:00

There are multiple Microsoft blogs that suggest using this link https://gallery.technet.microsoft.com/office/Get-Teams-details-c8d8cd93 but redirect to this https://learn.microsoft.com/en-gb/samples/browse/?redirectedfrom=TechNet-Gallery

I want to export team members from Teams to Excel but there is no direct solution. Is there a paywall for the solution in this link?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,365 questions
Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,689 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,329 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 100.2K Reputation points MVP
    2023-10-12T16:06:57.92+00:00

    No, no paywall. Microsoft stopped supporting the old Gallery so those scripts are now lost. If you can link to the article that references it, or otherwise give us an idea of what the script is supposed to do, we might be able to refer you to a suitable replacement.

    If the idea is to export all the members of a given Team/Group, it might be as easy as running a single cmdlet. For example, you can do this with the Teams PowerShell module:

    Get-Team -DisplayName TeamOne | Get-TeamUser | Export-Csv -nti blabla.csv

    There's a more comprehensive script here: https://github.com/12Knocksinna/Office365itpros/blob/master/ReportM365GroupMemberships.PS1


0 additional answers

Sort by: Most helpful