msfreaks / EvergreenAdmx

Script to keep Admx files up-to-date.
MIT License
108 stars 14 forks source link

Add Azure Virtual Desktop ADMX template #17

Closed JonathanPitre closed 2 years ago

JonathanPitre commented 2 years ago

Direct link here: https://aka.ms/avdgpo Documentation: https://docs.microsoft.com/en-us/azure/virtual-desktop/shortpath

msfreaks commented 2 years ago

Hi Jonathan,

Thanks for the suggestion, but same issue as with the Schannel repo; there's no versioning on this .cab file, or it's referencing web page. I cannot check for new versions.

Cheers,

Arjan

JonathanPitre commented 2 years ago

Even with no version information, we could still add the policy definitions files, I doubt the URL is gonna change. As long as we get the ADMX files.

msfreaks commented 2 years ago

The point being that if I can't see that the admx files in that Url are newer than the files present on the machine where the script is run, how do I decide to download it? If there's no versioning one can assume it doesn't change, so it should be downloaded manually.

JonathanPitre commented 2 years ago

I understand your point but I still think getting the latest update of the admx everytime the script is run is still better than not getting it at all. Afterall, this admx can turn RDP short path on. It's kind of a big deal.

JonathanPitre commented 1 year ago

More settings added to the ADMX https://learn.microsoft.com/en-us/azure/virtual-desktop/administrative-template?tabs=group-policy-domain

We could use the article update date as a reference for versioning?

Afterall, It's not that different from what's being done to track Adobe ADMX updates.

Please reconsider. Thanks.

msfreaks commented 1 year ago

How about this:

Last-Modified Mon, 30 Jan 2023 04:07:02 GMT

Which is the last modified date for the .CAB file?