Roger Zander

Results 136 comments of Roger Zander

The arguments from the exe will be parsed as $args array in powershell. e.g. to access the first parameter use ```$args[0]``` in your PowerShell script

Let me know if you see any apps that install unwanted junk...

RZ4CM is depreciated.

Based on the Version I assume you have installed "OpenVPN CE" and not "OpenVPN"...

I can confirm that there is a deadlock in the current version ... If someone knows a way to reproduce it (always), let me know. When multiple installation stuck, you...

Should be fixed in https://github.com/rzander/ruckzuck/releases/tag/1.7.3.0

return $false is not the same as exit 1... Reg2PS returns $true or $false.... if other solutions require different result types, you may have to convert the output...

An unsigned executable that runs Base64 encoded powershell code is suspicious... Nothing to add. Try to sign the executable and check if its still reported...

The tool is OpenSource, you can check the code and compile your own instance if you do not trust the published instance...

Add some logging logic to your script to see if and what is running... or post an example of your script...