Skip to content

Commit

Permalink
Offline Install page
Browse files Browse the repository at this point in the history
Additional details and screenshots
  • Loading branch information
rkyttle committed Apr 2, 2017
1 parent 259e035 commit 2b3343d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added docs/images/DownloadModule_Large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DownloadModule_Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/pages/mydoc/mydoc_psgallery_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ Details on downloading DSCEA from the PowerShell Gallery can be found at the lin

[https://www.powershellgallery.com/packages/DSCEA](https://www.powershellgallery.com/packages/DSCEA)

Copy the module files to C:\Program Files\WindowsPowerShell\Modules or any other location defined in the PSModulePath variable on your management system.
The PowerShell Gallery site provides the following command:

<pre><code>PS C:\> Save-Module -Name DSCEA -Path <path> </code></pre>

You must provide an existing folder path on your internet connected system to store the DSCEA module. Once you have downloaded the DSCEA module, you can copy the module files to C:\Program Files\WindowsPowerShell\Modules or any other location defined in the PSModulePath variable on your management system.

**Download Screenshot**

[ ![](https://raw.githubusercontent.com/Microsoft/DSCEA/master/docs/images/DownloadModule_Small.png) ](https://raw.githubusercontent.com/Microsoft/DSCEA/master/docs/images/DownloadModule_Large.png)

0 comments on commit 2b3343d

Please sign in to comment.