{"id":26356791,"url":"https://github.com/marcobellaccini/psberries","last_synced_at":"2026-04-25T23:33:42.946Z","repository":{"id":255488636,"uuid":"121007637","full_name":"marcobellaccini/psBerries","owner":"marcobellaccini","description":"My collection of PowerShell scripts","archived":false,"fork":false,"pushed_at":"2019-05-30T17:11:33.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T23:38:54.422Z","etag":null,"topics":["backup","ops","powershell","powershell-script","windows","wsus"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcobellaccini.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-10T10:53:57.000Z","updated_at":"2019-05-30T17:11:35.000Z","dependencies_parsed_at":"2024-09-05T19:07:52.497Z","dependency_job_id":"4b014684-f87a-4898-9768-bf3a0c5ef4f5","html_url":"https://github.com/marcobellaccini/psBerries","commit_stats":null,"previous_names":["marcobellaccini/psberries"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcobellaccini/psBerries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobellaccini%2FpsBerries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobellaccini%2FpsBerries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobellaccini%2FpsBerries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobellaccini%2FpsBerries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcobellaccini","download_url":"https://codeload.github.com/marcobellaccini/psBerries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobellaccini%2FpsBerries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","ops","powershell","powershell-script","windows","wsus"],"created_at":"2025-03-16T13:32:02.972Z","updated_at":"2026-04-25T23:33:42.919Z","avatar_url":"https://github.com/marcobellaccini.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"psBerries\r\n====================\r\npsBerries is my collection of PowerShell scripts.\r\n\r\nOf course, all the scripts have been written by me (Marco Bellaccini - marco.bellaccini(at!)gmail.com) \r\nand are released under `Creative Commons CC0 1.0`_ license.\r\n\r\nevtDetective\r\n--------------------\r\nA PowerShell script that queries Windows computers in a certain Active Directory OU for \r\nsome event in event logs.\r\n\r\nYou can change the target OU and the event to query by modifying the variables at the top of the script.\r\n\r\nThis script requires PowerShell 4.0 or later.\r\n\r\nwsBackupPurgeNotify\r\n--------------------\r\nA PowerShell script to automate backup management, using Windows Server Backup Cmdlets.\r\n\r\nRun it through a scheduled task: it will handle backup execution, logging, old backup purge and e-mail notifications.\r\n\r\nYou can use it to backup to network shared folders too.\r\n\r\nIt requires the WindowsServerBackup PowerShell module and PowerShell 3.0 or later.\r\n\r\nwsusRoboMaintenance\r\n--------------------\r\nA PowerShell script to automate Windows Server Update Services (WSUS) maintenance.\r\n\r\nIt handles database backup/re-indexing and WSUS cleanup.\r\n\r\nIt assumes that Windows Internal Database (WID) is used for SUSDB.\r\n\r\nSupport for logging, old backups purge and e-mail notifications is included.\r\n\r\nIt is meant to be run through a scheduled task.\r\n\r\nThe service user running the task should be member of the local Administrators group.\r\n\r\nThe script requires SqlServer PowerShell module (you can install it with: *Install-Module -Name SqlServer*) and PowerShell 5.0 or later.\r\n\r\neasyiLO\r\n--------------------\r\n`CVE-2017-12542 \u003chttps://nvd.nist.gov/vuln/detail/CVE-2017-12542\u003e`_ exploit in PowerShell:\r\n\r\ncreates a new iLO administrative user without authentication.\r\n\r\nWorks with HP iLO 4 \u003c 2.53\r\n\r\nUsage example:\r\n\r\n``easyiLO.ps1 https://10.0.0.3 newadmin newpassword``\r\n\r\nIt requires PowerShell 5.1 or later.\r\n\r\nremoteVTChecker\r\n--------------------\r\nA PowerShell script to check all processes of a remote server on `VirusTotal \u003chttps://www.virustotal.com/\u003e`_.\r\n\r\nProcess hashes are computed server-side and sent to the client (the local computer).\r\n\r\nThen, the client checks the hashes on VirusTotal.\r\n\r\nThis means that this will work even if the remote computer is missing Internet connection.\r\n\r\nIt requires PowerShell 4.0 or later both server and client side.\r\n\r\n\r\n.. _Creative Commons CC0 1.0: https://creativecommons.org/publicdomain/zero/1.0/legalcode\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobellaccini%2Fpsberries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcobellaccini%2Fpsberries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobellaccini%2Fpsberries/lists"}