Get-WSUSXML
Last updated
Was this helpful?
Returns an Array of Microsoft Updates
Module
OSD
Platform
WinPE (amd64 / arm64)
Returns an Array of Microsoft Updates contained in the local WSUS Cats
Get-WSUSXML [[-Catalog] <String>] [-UpdateArch <String>] [-UpdateBuild <String>] [-UpdateGroup <String>]
[-UpdateOS <String>] [-GridView] [-Silent] [-ProgressAction <ActionPreference>] [<CommonParameters>]-Catalog
String
False
Filter by Catalog Property
-UpdateArch
String
False
Filter by UpdateArch Property
-UpdateBuild
String
False
Filter by UpdateBuild Property
-UpdateGroup
String
False
Filter by UpdateGroup Property
-UpdateOS
String
False
Filter by UpdateOS Property
-GridView
SwitchParameter
False
Displays the results in GridView with -PassThru
-Silent
SwitchParameter
False
Hide the Current Update Date information
No examples provided in source documentation.
Last updated
Was this helpful?
Was this helpful?

