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