PowerShell Code To Ensure Client Is Using At Least The Minimum Required PowerShell Version
Here’s some simple code that will throw an exception if the client running your script is not using the version of PowerShell (or greater) that is required; ...