renovate[bot] f66e33535e Configure Renovate (#14)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.archive/.github/workflows/autobranch.yml` (github-actions)
 * `.archive/.github/workflows/sponsors.yml` (github-actions)
 * `.archive/.github/workflows/stale.yml` (github-actions)

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>Update actions/stale action to v10</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-stale-10.x`
  - Merge into: `main`
  - Upgrade [actions/stale](https://github.com/actions/stale) to `v10`

</details>

<details>
<summary>Update JasonEtco/is-sponsor-label-action action to v2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/jasonetco-is-sponsor-label-action-2.x`
  - Merge into: `main`
  - Upgrade [JasonEtco/is-sponsor-label-action](https://github.com/JasonEtco/is-sponsor-label-action) to `v2`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Reviewed-on: #14
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
2026-01-05 13:48:40 +00:00
2026-01-05 13:42:22 +00:00
2026-01-05 13:42:22 +00:00
2026-01-05 13:48:40 +00:00
2020-08-07 23:17:24 +01:00
2020-08-07 23:17:24 +01:00

TeamsUserEnroller

A Powershell module that imports users from a CSV into a Microsoft Teams group.

Setting up your device

This module uses PowerShell, which is pre-installed on Windows. If you're not on Windows, please download PowerShell Core.

  1. Open PowerShell as an administrator.
  2. Install this module by running Install-Module -Name TeamsUserEnroller.

Running the script

  1. Create a CSV file containing your users and their desired roles. The first line must be the headers email,role, for example:
    email,role
    jbloggs@example.com,owner
    user@example.com,member
    
  2. Run Import-TeamsUsers -File <FILE>, where <FILE> is the path to the CSV file. You can add the -Create flag if you want to create a new team first.

If you can't run non-signed scripts

If your policy requires scripts to be digitally signed, run

Set-ExecutionPolicy Bypass -Scope Process

then try running the command again. You may require administrative rights to change the Execution Policy.

Need help?

If you need assistance, please try the following:

  1. See the help documentation by running Get-Help Import-TeamsUsers.
  2. Check closed issues here.
  3. Open an issue here.
Description
A Powershell module that imports users from a CSV into a Microsoft Teams group.
Readme 133 KiB
Version 2.2.1 Latest
2020-08-07 22:17:24 +00:00
Languages
PowerShell 100%