-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
What do you see when you run this command? Import-Module -Name 'Harden-Windows-Security-Module' |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@shugal93 thank you, i've fixed the problem and will release an update soon. If you're interested, the root cause is that in your language pack which is Swedish, the decimal separator is If you want to temporarily make it work, you can switch to another language pack such as English that uses Thanks again 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hi, I fixed the issue in version 0.5.0 I was planning on shipping it with the rest of the changes i've been working on but i would have to wait much longer to do the validations on the new code so instead released the v0.5.0 as a small update that only takes care of this issue. Please use the following command to install the new version Install-Module -Name 'Harden-Windows-Security-Module' -Force |
Beta Was this translation helpful? Give feedback.
@shugal93 thank you, i've fixed the problem and will release an update soon. If you're interested, the root cause is that in your language pack which is Swedish, the decimal separator is
,
and In the code i used.
and that is causing the issue.If you want to temporarily make it work, you can switch to another language pack such as English that uses
.
as decimal separator until the update is released (hopefully by the end of tomorrow)Thanks again 🙏