Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.22 KB

File metadata and controls

56 lines (34 loc) · 1.22 KB
external help file Module Name online version schema
WindowsUpdateSetting-help.xml
WindowsUpdateSetting
2.0.0

Get-WindowsUpdateDeferral

SYNOPSIS

Get current Windows update deferral settings.

SYNTAX

Get-WindowsUpdateDeferral [<CommonParameters>]

DESCRIPTION

Get the current settings for deferring Windows feature or quality updates.

EXAMPLES

Example 1

PS C:\> Get-WindowsUpdateDeferral

Computername FeatureUpdateDeferral QualityUpdateDeferral
------------ --------------------- ---------------------
BOVINE320                       30                     7

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

WindowsUpdateDeferral

NOTES

Learn more about PowerShell: https://buttondown.com/behind-the-powershell-pipeline

RELATED LINKS

Set-WindowsUpdateDeferral