Skip to content

Commit a0148d5

Browse files
authored
Log number of discovered updates
1 parent 099bb69 commit a0148d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Office365Editions.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Function Invoke-SelectUpdatesPlugin {
6767
}
6868
$maxVersions = @{}
6969
$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
7071

7172
#Loop through the updates and editions and determine the highest version number per edition.
7273
If ($LatestVersionOnly) {

0 commit comments

Comments
 (0)