Skip to content

Commit 021d37b

Browse files
authored
Decline-Office365Editions Version 2.4.9
1 parent ef3f8f7 commit 021d37b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ Version 3.0: 06/09/20 Make channels multi-line, add extra channels
2828
#>
2929
#Un-comment and add elements to this array for editions you support.
3030
#Note: You must escape any parenthesis with the forward slash. Ex.: "Office 365 Client Update - Monthly Channel \(Targeted\) Version"
31-
$SupportedEditions = @(
32-
"Microsoft 365 Apps Update - Current Channel Version",
33-
"Microsoft 365 Apps Update - Monthly Enterprise Channel Version",
34-
"Microsoft 365 Apps Update - Semi-Annual Enterprise Channel Version",
35-
"Microsoft 365 Apps Update - Semi-Annual Enterprise Channel \(Preview\) Version"
36-
)
31+
#$SupportedEditions = @(
32+
# "Office 365 Client Update - Semi-annual Channel Version",
33+
# "Microsoft 365 Apps Update - Semi-Annual Enterprise Channel Version"
34+
#)
3735

3836
#Set this to $True to decline all but the latest version of each editions or $False to ignore versions.
3937
$LatestVersionOnly = $False

0 commit comments

Comments
 (0)