Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Minimum requirements for Polaris? #217

Open
this-is-mihai opened this issue Jan 28, 2021 · 1 comment
Open

Minimum requirements for Polaris? #217

this-is-mihai opened this issue Jan 28, 2021 · 1 comment

Comments

@this-is-mihai
Copy link

Hello, I would like to develop a script that would run on over 1500 machines. The thing is that the environment differs on the machines.
For ex.:
70% - Windows 10
20% - Windows 7
10% - Windows XP

Would like to know what is the minimum version of

  • Powershell
  • .NET Framework
  • other requirements?
    Thanks.
@Tiberriver256
Copy link
Contributor

Hey @this-is-mihai,

Our current tests cover these versions of PowerShell and these Operating Systems:
image

Knowing under the hood we rely on HttpListener I would say that in theory this should work on PS 3+ and .NET 4.5+ but without running our tests on those operating systems I would hesitate to say for sure it's going to work on those systems.

I suppose if you're comfortable with Pester and PowerShell in general you could clone this repository onto one of those systems, install the Pester module and then run Invoke-Pester from the root of the project. That would execute our full set of tests which would let you know real quick whether or not it was going to work on that system.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants