Skip to content

Commit 2b315fb

Browse files
committed
Adds note about trusting PSGallery.
1 parent e41c68d commit 2b315fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/office-cmdlet-updater/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@
1919
- SharePoint Migration Tool (SPMT):
2020
1. Run the app, type `npm start` and press Enter.
2121

22+
## Notes
23+
1. The modules are installed from the PowerShell Gallery (PSGallery).
24+
This gallery contains user submitted code.
25+
If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool.
26+
If you need to add PSGallery as a trusted source, you can so so with the following command:
27+
`Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
2228

2329
## Sample Run

0 commit comments

Comments
 (0)