We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c48a0 + 176100c commit bad3d45Copy full SHA for bad3d45
Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Office365Editions.ps1
@@ -69,7 +69,9 @@ Function Invoke-SelectUpdatesPlugin {
69
Return $DeclineUpdates
70
}
71
$maxVersions = @{}
72
+
73
$Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Office 365 Client') -or $_.ProductTitles.Contains('Microsoft 365 Apps/Office 2019/Office LTSC')})
74
+ Add-TextToCMLog $LogFile "$($Office365Updates.count) Office 365 Client/Microsoft 365 Apps/Office 2019/Office LTSC discovered" $PluginName 1
75
76
#Loop through the updates and editions and determine the highest version number per edition.
77
If ($LatestVersionOnly) {
0 commit comments