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