Skip to content

Commit

Permalink
An even better version to check the version
Browse files Browse the repository at this point in the history
  • Loading branch information
artokai committed Mar 10, 2016
1 parent d7af04a commit 10773c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Update-Module

This will automatically load the module after starting PowerShell 3.0.

You can check the version of the installed PnP-PowerShell module with the following command:
You can check the installed PnP-PowerShell versions with the following command:

```powershell
Get-Module OfficeDevPnP.Powershell.* -ListAvailable | Select Name,Version
Get-Module OfficeDevPnP.Powershell.* -ListAvailable | Select-Object Name,Version | Sort-Object Version -Descending
```

## HOW TO USE DURING DEVELOPMENT ##
Expand Down

0 comments on commit 10773c3

Please sign in to comment.