Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OSD
22.5.23.1
Public/Functions/Get-ComObjMicrosoftUpdateServiceManager.ps1
function
Get-ComObjMicrosoftUpdateServiceManager
{
[
CmdletBinding
(
)
]
param
(
)
Return
(
New-Object
-ComObject
Microsoft.Update.ServiceManager
)
.
Services
}