Automatic update checking

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit was merged in pull request #12.
This commit is contained in:
2020-08-07 23:15:57 +01:00
parent ab72c8c2ba
commit db150a3973
3 changed files with 36 additions and 5 deletions

View File

@@ -15,15 +15,13 @@ This module uses PowerShell, which is pre-installed on Windows. If you're not on
```
1. 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.
<details>
<summary>If you can't run non-signed scripts</summary>
If your policy requires scripts to be digitally signed, run
### If you can't run non-signed scripts
If your policy requires scripts to be digitally signed, run
```powershell
Set-ExecutionPolicy Bypass -Scope Process
```
then try running the command again. You may require administrative rights to change the Execution Policy.
</details>
# Need help?
If you need assistance, please try the following: