external help file | Module Name | online version | schema |
---|---|---|---|
WindowsUpdateSetting-help.xml |
WindowsUpdateSetting |
2.0.0 |
Get the current Windows Update settings.
Get-WindowsUpdateSetting [<CommonParameters>]
Display the current values for any paused Windows Update settings.
PS C:\> Get-WindowsUpdateSetting
Computername: PROSPERO
Paused PauseStartUTC PauseEndUTC TimeRemaining
------ ------------- ----------- -------------
True 3/18/2025 1:42:20 PM 4/22/2025 1:42:20 PM 35.03:59:55
The settings when updates are paused.
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).
Learn more about PowerShell: https://buttondown.com/behind-the-powershell-pipeline