
Martin
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Martin-
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...
-
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....
-
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. ...
-
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...