|
2 | 2 |
|
3 | 3 | ## Usage:
|
4 | 4 | 1. Clone repo at: https://github.com/microsoftdocs/office-docs-powershell
|
5 |
| -1. Configure your email address in tools/.local/config/default.json to receive emailed logs. (OPTIONAL) |
6 |
| -1. Confirm you have NodeJS installed. |
7 |
| - Open PowerShell or GitBash and type `npm --version`. |
| 5 | +2. Configure your email address in tools/.local/config/default.json to receive emailed logs. (OPTIONAL) |
| 6 | +3. Confirm you have NodeJS installed. |
| 7 | + Open PowerShell or GitBash and type `npm --version`. |
8 | 8 | If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
|
9 |
| -1. Open GitBash or PowerShell and cd into office-docs-powershell/tools/office-powershell-updater |
10 |
| -1. Install the required modules, type `npm install` and press Enter. |
11 |
| -1. Install required PowerShell modules and connectors: |
12 |
| - - Skype for Business Online: https://docs.microsoft.com/en-us/office365/enterprise/powershell/manage-skype-for-business-online-with-office-365-powershell |
| 9 | +4. Open GitBash or PowerShell and cd into office-docs-powershell/tools/office-powershell-updater |
| 10 | +5. Install the required modules, type `npm install` and press Enter. |
| 11 | +6. Install required PowerShell modules and connectors: |
| 12 | + - Skype for Business Online: |
| 13 | + - https://www.microsoft.com/en-in/download/confirmation.aspx?id=39366 |
| 14 | + - execute into console winrm quickconfig |
13 | 15 | - Microsoft Teams:
|
14 |
| - - SharePoint Online: |
15 |
| - - Exchange Online: |
16 |
| - - Whiteboard: |
17 |
| - - StaffHub: |
18 |
| - - Office Online Server: |
19 |
| - - SharePoint Migration Tool (SPMT): |
20 |
| -1. Run the app, type `npm start` and press Enter. |
| 16 | + - SharePoint Online: |
| 17 | + - https://www.microsoft.com/en-gb/download/details.aspx?id=35588 |
| 18 | + - Exchange Online: |
| 19 | + - Whiteboard: |
| 20 | + - StaffHub: |
| 21 | + - Office Online Server: |
| 22 | + - SharePoint Migration Tool (SPMT): |
| 23 | +7. Run the app, type `npm start` and press Enter. |
21 | 24 |
|
22 | 25 | ## Notes
|
23 | 26 | 1. The modules are installed from the PowerShell Gallery (PSGallery).
|
|
0 commit comments