|
14 | 14 | - execute into console `winrm quickconfig`
|
15 | 15 | - Microsoft Teams:
|
16 | 16 | - https://www.powershellgallery.com/packages/MicrosoftTeams
|
| 17 | + - alternatively, it could be installed by the tool, check Notes section below |
17 | 18 | - SharePoint Online:
|
18 | 19 | - https://www.microsoft.com/en-us/download/details.aspx?id=35588
|
19 |
| - - Exchange Online cmdlets could be imported using [this guide](https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell) |
| 20 | + - Exchange Online: |
| 21 | + - cmdlets could be imported using [this guide](https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell) |
20 | 22 | - Whiteboard:
|
21 | 23 | - https://www.powershellgallery.com/packages/WhiteboardAdmin
|
22 |
| - - StaffHub: |
23 |
| - - https://www.powershellgallery.com/packages/MicrosoftStaffHub |
24 |
| - - Office Online Server cmdlets are not distributed separately |
25 |
| - - SharePoint Migration Tool (SPMT): |
26 |
| - - https://docs.microsoft.com/en-us/powershell/module/spmt |
| 24 | + - alternatively, it could be installed by the tool, check Notes section below |
27 | 25 | 7. Run the app, type `node index` and press Enter in order to get info for all modules
|
28 |
| -8. Run the app for a certain module, type `node index -m <TypeModuleNameHere>`, with one of the following options - teams, skype, sharepoint, whiteboard, exchange. In example, you should run `node index -m teams` to run the tool for Microsoft Teams |
29 |
| -9. Run `node index -help` to get help information about all available commands |
| 26 | +8. Run the app for a certain module, type `node index -m <TypeModuleNameHere>`, with one of the following options - teams, skype, sharepoint, whiteboard, exchange. For example, you should run `node index -m teams` to run the tool for Microsoft Teams |
| 27 | +9. Run `node index -help` to get help information for all available commands |
30 | 28 |
|
31 | 29 | ## Notes
|
32 |
| -1. The modules are installed from the PowerShell Gallery (PSGallery). |
33 |
| - This gallery contains user submitted code. |
34 |
| - If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. |
35 |
| - If you need to add PSGallery as a trusted source, you can do so with the following command: |
36 |
| - `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted` |
| 30 | +1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted` |
37 | 31 | 2. Run the tool from PowerShell x64 as an Administrator user
|
38 | 32 |
|
39 | 33 | ## Sample Run
|
0 commit comments