Skip to content

Commit e87f6f8

Browse files
committed
extended instructions for installing module via Install-Module
1 parent cb9ddf6 commit e87f6f8

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ StorageGRID Webscale PowerShell Module
44
Installation
55
------------
66

7-
Download latest release from https://github.com/ffeldhaus/StorageGRID-Webscale/releases/latest.
7+
The recommended way to install the PowerShell Module is through the new Install-Module Cmdlet available in PowerShell 5. Consider installing PowerShell 5 from https://www.microsoft.com/en-us/download/details.aspx?id=50395. Then run
88

9-
Extract StorageGRID-Webscale.zip to your preferred PowerShell Module location (e.g. `$HOME\WindowsPowershell\Documents\WindowsPowerShell\Modules` or `C:\Windows\System32\WindowsPowerShell\v1.0\Modules`).
9+
```powershell
10+
Install-Module StorageGRID-Webscale
11+
```
12+
13+
The StorageGRID Webscale PowerShell Cmdlets require at least PowerShell 3.0 and .NET 4.5. Microsoft has documented the required procedures to install PowerShell 3.0 in the article [Installing Windows PowerShell](https://technet.microsoft.com/de-de/library/hh847837.aspx?f=255&MSPPError=-2147217396).
14+
15+
If you can't install via `Install-Module` you can download the latest version of OnCommand-Insight.zip from https://github.com/ffeldhaus/StorageGRID-Webscale/releases/latest. Then extract StorageGRID-Webscale.zip to your preferred PowerShell Module location (e.g. for current user to `$HOME\WindowsPowershell\Documents\WindowsPowerShell\Modules` or for all users to `C:\Windows\System32\WindowsPowerShell\v1.0\Modules`).
1016

1117
Usage
1218
-----

0 commit comments

Comments
 (0)