f66e33535e99cd9f9598f5cd8785d3f00b7a8fb5
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>
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.
- Open PowerShell as an administrator.
- Install this module by running
Install-Module -Name TeamsUserEnroller.
Running the script
- 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 - Run
Import-TeamsUsers -File <FILE>, where<FILE>is the path to the CSV file. You can add the-Createflag 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:
Description
Releases
8
Version 2.2.1
Latest
Languages
PowerShell
100%