[Windows] Add test to validate windows updates installation (#4489)

* Add test to validate windows updates installation

* Add function Get-WindowsUpdatesHistory
This commit is contained in:
Aleksandr Chebotov
2021-11-16 17:14:17 +03:00
committed by GitHub
parent 1b583e05e5
commit df27520b1f
5 changed files with 110 additions and 18 deletions

View File

@@ -43,4 +43,5 @@ Export-ModuleMember -Function @(
'Get-AndroidPackagesByVersion'
'Get-VisualStudioInstance'
'Get-VisualStudioComponents'
'Get-WindowsUpdatesHistory'
)