Public/Functions/split/Get-ComObjMicrosoftUpdateInstaller.ps1
function Get-ComObjMicrosoftUpdateInstaller { [CmdletBinding()] param () Return New-Object -ComObject Microsoft.Update.Installer } |
function Get-ComObjMicrosoftUpdateInstaller { [CmdletBinding()] param () Return New-Object -ComObject Microsoft.Update.Installer } |