martin.lehari
Activity overview
Latest activity by martin.lehari-
martin.lehari commented, Cool! Thanks! While you're at it, maybe you'd consider adding the AdoptOpenJDK (https://adoptopenjdk.net/) as well? Now that Oracle doesn't really allow to use their JRE in the business environment...
-
martin.lehari commented, Thanks! Import/export of packages to/from XML would be a great way to solve this issue. Modifying an existing file (or even creating a new one) isn't really a difficult thing to do with Powershell....
-
martin.lehari commented, Well, I've mostly dealt with it case-by-case. The mechanical part is handled in Powershell. For one application I'm just crawling through the vendor's website and look for specific download links. ...
-
martin.lehari created a post, Programmatically creating packages
Is there a way to create packages programmatically (through cli)? There's a bunch of applications that are not present in the official package library. I have already scripts that handle the downlo...
-
martin.lehari commented, Recently I had a similar task at hand and I solved it with a small Powershell script. It's a quick 'n dirty solution that works without RSAT. I used PQD Deploy to run it on clients. Worked like a c...