Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenelson-io authored Mar 25, 2024
1 parent 6583dfc commit c3992a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ To load the module:
Import-Module -Name PureStoragePowerShellToolkit
```

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

```powershell
Get-Command -Module PureStoragePowerShellToolkit
Get-Command -Module PureStoragePowerShellToolkit*
```
or
```powershell
Get-Command -Module PureStoragePowerShellToolkit.flasharray
```

To uninstall the module:
Expand Down

0 comments on commit c3992a0

Please sign in to comment.