Skip to content

Commit cfa178b

Browse files
committed
Minor updated to README
1 parent 6e635cb commit cfa178b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
StorageGRID Webscale PowerShell Module
22
======================================
33

4-
The StorageGRID Webscale Module contains Cmdlets for managing a NetApp StorageGRID Webscale solution as well as basic S3 Cmdlets. While the S3 Cmdlets are working for any S3 object storage, they provide several enhancements to make S3 management easier for StorageGRID Webscale Administrators. For a [feature rich, performance optimized S3 Client in PowerShell use the official AWS Cmdlets](https://aws.amazon.com/de/powershell/).
4+
The StorageGRID Webscale Module contains Cmdlets for managing a NetApp StorageGRID Webscale solution.
55

66
See the sections below for [Installation](#Installation) and [Update](#Update) Instructions see the sections below. For more information check out the [StorageGRID Webscale PowerShell Cmdlet Tutorial](StorageGRID-Webscale-Tutorial.md).
77

@@ -67,13 +67,13 @@ Usage
6767
Check if StorageGRID-Webscale Module can be found by PowerShell
6868

6969
```powershell
70-
Get-Module -ListAvailable StorageGRID-Webscale
70+
Get-Module -ListAvailable -Name StorageGRID-Webscale
7171
```
7272

7373
Import PowerShell Module
7474

7575
```powershell
76-
Import-Module StorageGRID-Webscale
76+
Import-Module -Name StorageGRID-Webscale
7777
```
7878

7979
List all Cmdlets included in the StorageGRID-Webscale Module

0 commit comments

Comments
 (0)