EvergreenAdmx icon indicating copy to clipboard operation
EvergreenAdmx copied to clipboard

Script to keep Admx files up-to-date.

Results 12 EvergreenAdmx issues
Sort by recently updated
recently updated
newest added

Please consider using the following code on top of your script to avoid redundancies. ``` $ProgressPreference = "SilentlyContinue" $ErrorActionPreference = "SilentlyContinue" ```

The Invoke-WebRequest forbidden issue seems to work fine with PowerShell 7. I only get the issue on PowerShell 5.2. You could simply add the following code on top of your...

It would be a good idea to uninstall OneDrive once the ADMX files were copied.

bug

It looks like the admx files are being extracted to 3 independent folders under C:\Program Files (x86)\Microsoft Group Policy and the script is trying to process them concatenated instead of...

bug

Get-MicrosoftEdgePolicyOnline does not work since it's looking for zip files but the ADMX are provided into a cab file.

announcement: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/manage-windows-package-manager-with-group-policy/ba-p/2346322 package: https://github.com/microsoft/winget-cli/releases/download/[version]/DesktopAppInstallerPolicies.zip current package: https://github.com/microsoft/winget-cli/releases/download/v1.6.3482/DesktopAppInstallerPolicies.zip

We may able to get the last modified date with this module which would allow us to get rid of the Adobe Acrobat FTP code and also add a bunch...

How is it possible to use the script behind a proxy that requires authentication?

refer: https://github.com/Weatherlights/Winget-AutoUpdate-Intune/issues/12

There's no web link to download the policy definitions for this one so the same recipe as OneDrive will have to be applied. Policy Definitions location: C:\Program Files\Microsoft VS Code\policies...