├── Export-OSDSUS.ps1 ├── Get-IntuneUpdateDeviceInfo.ps1 ├── Invoke-DGAAutomaticDeploymentRules.ps1 ├── Invoke-DGASoftwareUpdateMaintenance ├── Invoke-DGASoftwareUpdateMaintenance.ps1 ├── License.txt ├── Plugins │ └── Disabled │ │ ├── Decline-3rdPartyUpdates.ps1 │ │ ├── Decline-ByConfigMgrCustomSeverityOfLow.ps1 │ │ ├── Decline-ByConfigMgrFolder_To Decline.ps1 │ │ ├── Decline-Edge.ps1 │ │ ├── Decline-NotApprovedUpdatesOnUpstreamWSUS.ps1 │ │ ├── Decline-Office365Editions.ps1 │ │ ├── Decline-Windows10Editions.ps1 │ │ ├── Decline-Windows10Languages.ps1 │ │ ├── Decline-Windows10Versions.ps1 │ │ ├── Decline-Windows10Versions_MinusLTSB.ps1 │ │ ├── Decline-Windows11Editions.ps1 │ │ ├── Decline-Windows11Languages.ps1 │ │ ├── Decline-Windows11Versions.ps1 │ │ ├── Decline-Windows7IPUs.ps1 │ │ ├── Decline-WindowsARM64.ps1 │ │ ├── Decline-WindowsItanium.ps1 │ │ ├── Decline-WindowsX86.ps1 │ │ ├── Decline-WindowsX86_Minus2008.ps1 │ │ └── Template.ps1 ├── config.ini └── config_wsus_standalone.ini ├── Invoke-DGASoftwareUpdatePointSync.ps1 ├── License.txt └── README.md /Export-OSDSUS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Export-OSDSUS.ps1 -------------------------------------------------------------------------------- /Get-IntuneUpdateDeviceInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Get-IntuneUpdateDeviceInfo.ps1 -------------------------------------------------------------------------------- /Invoke-DGAAutomaticDeploymentRules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGAAutomaticDeploymentRules.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Invoke-DGASoftwareUpdateMaintenance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Invoke-DGASoftwareUpdateMaintenance.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/License.txt -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-3rdPartyUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-3rdPartyUpdates.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-ByConfigMgrCustomSeverityOfLow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-ByConfigMgrCustomSeverityOfLow.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-ByConfigMgrFolder_To Decline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-ByConfigMgrFolder_To Decline.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Edge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Edge.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-NotApprovedUpdatesOnUpstreamWSUS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-NotApprovedUpdatesOnUpstreamWSUS.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Office365Editions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Office365Editions.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Editions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Editions.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Languages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Languages.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Versions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Versions.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Versions_MinusLTSB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows10Versions_MinusLTSB.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Editions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Editions.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Languages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Languages.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Versions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows11Versions.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows7IPUs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-Windows7IPUs.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsARM64.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsARM64.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsItanium.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsItanium.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsX86.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsX86.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsX86_Minus2008.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Decline-WindowsX86_Minus2008.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/Plugins/Disabled/Template.ps1 -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/config.ini -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdateMaintenance/config_wsus_standalone.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdateMaintenance/config_wsus_standalone.ini -------------------------------------------------------------------------------- /Invoke-DGASoftwareUpdatePointSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/Invoke-DGASoftwareUpdatePointSync.ps1 -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryandam/SoftwareUpdateScripts/HEAD/README.md --------------------------------------------------------------------------------