We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41c68d commit 2b315fbCopy full SHA for 2b315fb
tools/office-cmdlet-updater/README.md
@@ -19,5 +19,11 @@
19
- SharePoint Migration Tool (SPMT):
20
1. Run the app, type `npm start` and press Enter.
21
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`
28
29
## Sample Run
0 commit comments