Public/Functions/split/Get-ComObjMicrosoftUpdateInstaller.ps1
1 2 3 4 5 6 7 |
function Get-ComObjMicrosoftUpdateInstaller { [CmdletBinding()] param () Return New-Object -ComObject Microsoft.Update.Installer } |