Adding this to the Instructions will be a time-save option for the users:
IMPORTANT: FOR LATEST PowerShell VERSIONS
Inside the "Compare-UserJS.bat" file change the line:
PowerShell.exe -Version 2 -NoProfile -ExecutionPolicy Bypass -File "%~dpn0.ps1" %*
to
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dpn0.ps1" %*
Or change the *.bat by defaut for the recent PS versions. I think, simple PS update as the first step will be a better option for evetybody, than stuck with the old one.
And thank you very much for your exellent script, for the good idea and so accurate and wide representaton or results! Really, very useful and nice done!
Adding this to the Instructions will be a time-save option for the users:
IMPORTANT: FOR LATEST PowerShell VERSIONS
Inside the "Compare-UserJS.bat" file change the line:
PowerShell.exe -Version 2 -NoProfile -ExecutionPolicy Bypass -File "%~dpn0.ps1" %*to
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dpn0.ps1" %*Or change the *.bat by defaut for the recent PS versions. I think, simple PS update as the first step will be a better option for evetybody, than stuck with the old one.
And thank you very much for your exellent script, for the good idea and so accurate and wide representaton or results! Really, very useful and nice done!