{"id":29282862,"url":"https://github.com/poshsecurity/csabnzbd","last_synced_at":"2026-05-18T11:10:19.184Z","repository":{"id":57666927,"uuid":"60004663","full_name":"poshsecurity/cSABnzbd","owner":"poshsecurity","description":"PowerShell DSC for SABnzb","archived":false,"fork":false,"pushed_at":"2016-08-02T13:02:39.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T22:43:31.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poshsecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-30T11:21:49.000Z","updated_at":"2017-04-07T19:04:22.000Z","dependencies_parsed_at":"2022-09-02T16:59:56.884Z","dependency_job_id":null,"html_url":"https://github.com/poshsecurity/cSABnzbd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poshsecurity/cSABnzbd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcSABnzbd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcSABnzbd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcSABnzbd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcSABnzbd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poshsecurity","download_url":"https://codeload.github.com/poshsecurity/cSABnzbd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcSABnzbd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263783067,"owners_count":23510741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-07-05T18:13:12.507Z","updated_at":"2026-05-18T11:10:19.141Z","avatar_url":"https://github.com/poshsecurity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#cSABnzbd\n\nA simple DSC module for maintaining a SABnzbd+ install\n\n## Resources\n\n* **SABnzbdInstall** controls installation of SABnzbd\n\n### SABnzbdInstall\n\nControls the installation (absent or present) of SABNzbd, also ensure that the software is automatically updated.\n\n* **Ensure**: Ensure either Absent or Present (Installed and Updated)\n* **ServiceCredential**: Credential of service to run as\n\n## Versions\n\n### 1.5\n\n* Code optimisation and clean-up\n* Updated examples and documentation\n\n### 1.4\n\n* Work to ensure that the DSC module meets community guidelines and DSC guidelines\n* Added PS5 requirements to PSD\n* Not released to PowerShell Gallery\n\n### 1.3\n\n* Switched from standard web parsing to basic web parsing and not reliant on IE\n* Released to PowerShell Gallery\n\n### 1.2\n\n* Cleaned up unrequired parameter\n* Released to PowerShell Gallery\n\n### 1.1\n\n* Fixed incorrect resource name\n* Released to PowerShell Gallery\n\n### 1.0\n\n* Initial version\n* Released to PowerShell Gallery\n\n\n## Examples\n### Ensure SABnzbd Installed\n\n```powershell\nconfiguration DownloadHostDSC\n{\n    Import-DscResource -ModuleName 'cSABnzbd'\n\n    cSABnzbdInstall SABnzbdInstaller\n    {\n        Ensure    = 'Present'\n    }\n}\n```\n\nEnsures that SABnzbd is installed.\n\n### Ensure SABnzbd not installed\n\n```powershell\nconfiguration DownloadHostDSC\n{\n    Import-DscResource -ModuleName 'cSABnzbd'\n\n    cSABnzbdInstall SABnzbdInstaller\n    {\n        Ensure    = 'Absent'\n    }\n}\n```\n\nEnsures that SABnzbd is not installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2Fcsabnzbd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposhsecurity%2Fcsabnzbd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2Fcsabnzbd/lists"}