We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
having tried:
EvergreenAdmx.ps1 -Include @("Windows 11", "Microsoft Edge", "Microsoft OneDrive", "Microsoft Office", "Google Chrome", "Mozilla Firefox") -WorkingDirectory ".\nupolicies" -Languages @("en-US", "en-GB", "es", "es-MX", "es-419", "es-ES")
and also EvergreenAdmx.ps1 -Windows11Version "24H2" -Include @("Windows 11", "Microsoft Edge", "Microsoft OneDrive", "Microsoft Office", "Google Chrome", "Mozilla Firefox") -WorkingDirectory ".\nupolicies" -Languages @("en-US", "en-GB", "es", "es-MX", "es-419", "es-ES")
EvergreenAdmx.ps1 -Windows11Version "24H2" -Include @("Windows 11", "Microsoft Edge", "Microsoft OneDrive", "Microsoft Office", "Google Chrome", "Mozilla Firefox") -WorkingDirectory ".\nupolicies" -Languages @("en-US", "en-GB", "es", "es-MX", "es-419", "es-ES")
only yielded chrome firefox google GoogleUpdate mozilla msedge msedgeupdate msedgewebview2 admx files and their admls
The text was updated successfully, but these errors were encountered:
Can you try deleting admxversions.xml before running the script (it should be in your working directory)?
Sorry, something went wrong.
Same here, I deleted admxversions.xml and I still do not get any Office templates and no updates except for Chrome, Edge, Adobe and Firefox.
No branches or pull requests
having tried:
EvergreenAdmx.ps1 -Include @("Windows 11", "Microsoft Edge", "Microsoft OneDrive", "Microsoft Office", "Google Chrome", "Mozilla Firefox") -WorkingDirectory ".\nupolicies" -Languages @("en-US", "en-GB", "es", "es-MX", "es-419", "es-ES")
and also
EvergreenAdmx.ps1 -Windows11Version "24H2" -Include @("Windows 11", "Microsoft Edge", "Microsoft OneDrive", "Microsoft Office", "Google Chrome", "Mozilla Firefox") -WorkingDirectory ".\nupolicies" -Languages @("en-US", "en-GB", "es", "es-MX", "es-419", "es-ES")
only yielded chrome firefox google GoogleUpdate mozilla msedge msedgeupdate msedgewebview2 admx files and their admls
The text was updated successfully, but these errors were encountered: