Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table to show the pending/missing Windows updates on Domain Controllers #60

Closed
rebelinux opened this issue Sep 6, 2022 · 3 comments
Assignees
Milestone

Comments

@rebelinux
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The pending/missing patch information per DC is missing on the report.

Describe the solution you'd like
Add table to show the pending/missing Windows updates on Domain Controllers.

@rebelinux
Copy link
Collaborator Author

@rebelinux
Copy link
Collaborator Author

Example output:

PS C:\Users\administrator.PHARMAX> $UpdateSession = New-Object -ComObject Microsoft.Update.Session
PS C:\Users\administrator.PHARMAX> $UpdateSearcher = $UpdateSession.CreateupdateSearcher()
PS C:\Users\administrator.PHARMAX> $Updates = @($UpdateSearcher.Search("IsHidden=0 and IsInstalled=0").Updates)
PS C:\Users\administrator.PHARMAX> $Updates | Select-Object Title

Title
-----
Windows Malicious Software Removal Tool x64 - v5.104 (KB890830)
2022-08 Security Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5012170)
2022-08 Cumulative Update Preview for .NET Framework 3.5 and 4.8 for Microsoft server operating system version 21H2 for x64 (KB5016595)
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.373.1604.0)
2022-08 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5016627)


PS C:\Users\administrator.PHARMAX>

rebelinux added a commit to rebelinux/AsBuiltReport.Microsoft.AD that referenced this issue Sep 6, 2022
@rebelinux rebelinux self-assigned this Sep 6, 2022
@rebelinux rebelinux added this to the v0.5.7 milestone Sep 6, 2022
@rebelinux
Copy link
Collaborator Author

image

@rebelinux rebelinux modified the milestones: v0.5.7, v0.7.7 Sep 7, 2022
@rebelinux rebelinux mentioned this issue Sep 7, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant