Skip to content

Commit c3992a0

Browse files
Update README.md
1 parent 6583dfc commit c3992a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ To load the module:
4747
Import-Module -Name PureStoragePowerShellToolkit
4848
```
4949

50-
To see the available cmdlets:
50+
To see the available cmdlets, you must either use a wildcard query or specify the module (flasharray, core, databasetools, exchange, windowsadministration:
5151

5252
```powershell
53-
Get-Command -Module PureStoragePowerShellToolkit
53+
Get-Command -Module PureStoragePowerShellToolkit*
54+
```
55+
or
56+
```powershell
57+
Get-Command -Module PureStoragePowerShellToolkit.flasharray
5458
```
5559

5660
To uninstall the module:

0 commit comments

Comments
 (0)