Arris Huijgen
Arris Huijgen
Great addition, @Meteorite, that was exactly what I was looking for and it works like a charm! 🥇 @jpillora, can you merge this to the main Chisel repository? :-)
Added support for Ctrl+J/K and submitted pull request to @pindexis. https://github.com/pindexis/marker/pull/71
Interesting! I was not aware of the existence of the script you mention, I will take a look at it. Regarding your issue, can you provide your `systeminfo` output file?
This has been a while ago, but meanwhile based on your suggestion I created the `missingkbs.vbs` script which can be executed either online using Windows Update or offline using a...
Thanks for your report! Can you also add the .txt output of the systeminfo command to this issue?
Cool suggestion! Will take a look into it when I have some time again.
If I remember correctly the `--update` parameter indeed doesn't support the `--definition [path]` parameter. What you could do as a workaround is to create two aliases: **Update** `pushd /some/path/to; wes.py...
Nice suggestion! Maybe besides depending on the systeminfo output, we should develop a (PowerShell) collector script which collects all useful information from the local or a remote system which can...
Thanks for your report, Aman! I am indeed able to reproduce the issue. For now the workaround can be to import the `.csv` file in Excel (Data -> From Text/CSV)...
Thanks R4ms3s3 for your extensive report. There is not much code to validate the password, basically only the `ValidateCredentials` function call within the `using PrincipalContext` statement[1]. That is also the...