Skip to content

Commit e2e6f95

Browse files
authored
Merge pull request MicrosoftDocs#1839 from MicrosoftDocs/kenwith-patch-2
Add run guidance.
2 parents 79cf802 + 26b72ab commit e2e6f95

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

tools/office-cmdlet-updater/README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# microsoft-teams-generator-tool
1+
# Office PowerShell Cmdlet Updater
22

3+
## Usage:
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`.
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
13+
- 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.
21+
22+
23+
## Sample Run

0 commit comments

Comments
 (0)