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.
1 parent 099bb69 commit a0148d5Copy full SHA for a0148d5
Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Office365Editions.ps1
@@ -67,6 +67,7 @@ Function Invoke-SelectUpdatesPlugin {
67
}
68
$maxVersions = @{}
69
$Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Office 365 Client')})
70
+ Add-TextToCMLog $LogFile "$($Office365Updates.count) Office 365 Client/Microsoft 365 Apps/Office 2019/Office LTSC discovered" $PluginName 1
71
72
#Loop through the updates and editions and determine the highest version number per edition.
73
If ($LatestVersionOnly) {
0 commit comments