Add-UsersToTeamsFromCSVFile
1.4
Script to add users to teams or to private team channels using a CSV file. Users are added using their email address.
Requires MicrosoftTeams 1.1.5.
Install-Module -Name MicrosoftTeams -RequiredVersion 1.1.5-preview -AllowPrerelease
Run Connect-MicrosoftTeams to connect to the AzureCloud before running this script.
You can only add users if you are the owner of th
Requires MicrosoftTeams 1.1.5.
Install-Module -Name MicrosoftTeams -RequiredVersion 1.1.5-preview -AllowPrerelease
Run Connect-MicrosoftTeams to connect to the AzureCloud before running this script.
You can only add users if you are the owner of th
Script to add users to teams or to private team channels using a CSV file. Users are added using their email address.
Requires MicrosoftTeams 1.1.5.
Install-Module -Name MicrosoftTeams -RequiredVersion 1.1.5-preview -AllowPrerelease
Run Connect-MicrosoftTeams to connect to the AzureCloud before running this script.
You can only add users if you are the owner of the team.
To add users to a teams, the CSV file requires 2 columns, separated by a comma.
First line of CSV file is a header indicating the column names: email, team
To add users to private channels in a team, the CSV file requires 3 columns, separated by commas.
First line of CSV file is a header indicating the column names: email, team, privatechannel
An additional column in the CSV file 'role' is optional, default role of user added is Member.
The team column should indate the name of the team and the privatechannel should indicate
the name of the private channel. Note that when a user is not a member of the team it will
be added to the team first before it is added to the private channel.
Script reports start and end time as well as the number of users added to teams and channels.
Show more
Requires MicrosoftTeams 1.1.5.
Install-Module -Name MicrosoftTeams -RequiredVersion 1.1.5-preview -AllowPrerelease
Run Connect-MicrosoftTeams to connect to the AzureCloud before running this script.
You can only add users if you are the owner of the team.
To add users to a teams, the CSV file requires 2 columns, separated by a comma.
First line of CSV file is a header indicating the column names: email, team
To add users to private channels in a team, the CSV file requires 3 columns, separated by commas.
First line of CSV file is a header indicating the column names: email, team, privatechannel
An additional column in the CSV file 'role' is optional, default role of user added is Member.
The team column should indate the name of the team and the privatechannel should indicate
the name of the private channel. Note that when a user is not a member of the team it will
be added to the team first before it is added to the private channel.
Script reports start and end time as well as the number of users added to teams and channels.
Installation Options
Owners
Package Details
Author(s)
- Walter van Heuven
Tags
MicrosoftTeams Teams Private-Channel Import CSV
Dependencies
This script has no dependencies.
Release Notes
06 October 2020: 1.0 First release
08 October 2020: 1.1
08 October 2020: 1.2
09 October 2020: 1.3
16 October 2020: 1.4
FileList
- Add-UsersToTeamsFromCSVFile.nuspec
- Add-UsersToTeamsFromCSVFile.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.7 | 638 | 4/28/2021 |
1.6 | 480 | 2/3/2021 |
1.5 | 480 | 1/20/2021 |
1.4 (current version) | 482 | 10/16/2020 |