For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-ComObjMicrosoftUpdateAutoUpdate

Gets Microsoft Update automatic update settings through COM.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Creates the Microsoft.Update.AutoUpdate COM object and returns its Settings object for inspection of current automatic update configuration.

Syntax

Get-ComObjMicrosoftUpdateAutoUpdate [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Get-ComObjMicrosoftUpdateAutoUpdate
Returns Windows Update automatic update settings from the local device.

Last updated

Was this helpful?