https://github.com/b3b0/checkpatch
🛠️🕵️ Checks Windows servers or desktops for patching in the last 40 days.
https://github.com/b3b0/checkpatch
checker desktop patch security server update
Last synced: about 2 months ago
JSON representation
🛠️🕵️ Checks Windows servers or desktops for patching in the last 40 days.
- Host: GitHub
- URL: https://github.com/b3b0/checkpatch
- Owner: b3b0
- License: unlicense
- Created: 2020-01-08T18:08:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T19:26:49.000Z (about 6 years ago)
- Last Synced: 2025-01-27T11:46:42.610Z (over 1 year ago)
- Topics: checker, desktop, patch, security, server, update
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# checkPatch
Checks Windows Servers for patching in the last 40 days.

## Requires
- RSAT tools
## Instructions
- Run **checkPatch.ps1** as a domain administrator
- You did it!
## Possible output
**Looking good**: server has had an update applied to it in the last 40 days.
**Server appears to be offline**: server is not pingable on the network. All proceeding checks are cancelled.
**...Check WinRM**: Ping has suceeded, but the PSSession portion of the connection could not be executed.
*Make sure that:*
- WINRM is enabled on the remote machine
- no network ACLs or system ACLs are blocking you
- and that you have appropriate permissions to engage with the remote machine over WinRM.
**...needs to be patched**: Obvious. Also tells you when last patch was executed.
## Future
- Lists as input
- single hosts as input
- switch to prompt for credentials