New to Pester, installed Powershell and Pester on Ubuntu 16.04 per instructions on the Pester Github page https://github.com/pester/Pester. Executed their sample scripts Get-Planet.Tests.ps1 and Get-Planet.ps1 and it worked as advertised. Tried the same thing on Windows 10 following their instructions, and got "-Be is not a valid Should operator".
Not sure where to look for the problem, as I'm new to Pester and to Powershell as well. It's their own sample, installed per their instructions, with no modifications. Any help will be appreciated.
Pester
I am running? I triedInvoke-pester --version
but that didn't work. Couldn't find anything in the docs either. – DorladorlisaGet-Command *Pester*
will give you info about any commands with "Pester" in the name, and includes the Version number. – Frijol