Skip to content
New issue

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

Decline-Office365Editions Plugin not working with new naming scheme of Office updates #42

Open
vbateman opened this issue Aug 30, 2022 · 2 comments

Comments

@vbateman
Copy link

The current Decline-Office365Editions plugin is not working with the new naming scheme of updates from Microsoft. Tried updating the file with new names but does not decline anything

@DalbertHab
Copy link

You have to change the PoductTitles Line from

$Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Office 365 Client')})

to

$Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Microsoft 365 Apps/Office 2019/Office LTSC')})

@ChadSimmons
Copy link
Contributor

Pull Request ##44 submitted to address the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants