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