Skip to content

Commit

Permalink
Merge pull request pester#820 from it-praktyk/Confused_covfefe_update
Browse files Browse the repository at this point in the history
Updating Pester on W10 and W2K16 - update - Fix pester#585
  • Loading branch information
dlwyatt authored Aug 13, 2017
2 parents 96468d7 + 62a07d8 commit 89340b8
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 @@ -14,9 +14,9 @@ Pester tests can execute any command or script that is accessible to a Pester te

**Pester also contains a powerful set of mocking functions** in which tests mimic any command functionality within the tested PowerShell code.

Updating Pester on Windows 10
Updating Pester on Windows 10 and Windows Server 2016
-----------
There's a bit of a covfefe with the version of Pester that ships in Windows 10. Microsoft signed the files (which they were required to do), but then PowerShellGet blows up when you try to update the module. Here's the command you need to run in order to get the latest version of Pester the first time on a Windows 10 system:
There's a bit of a confusion with the version of Pester that ships in Windows 10 and Windows Server 2016. These operating systems by default have installed Pester version 3.4.0. Microsoft signed the Pester files (which they were required to do), but then PowerShellGet blows up when you try to update the module. Here's the command you need to run in order to get the latest version of Pester the first time on a Windows 10 system:

`Install-Module Pester -Force -SkipPublisherCheck`

Expand Down

0 comments on commit 89340b8

Please sign in to comment.