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