{"id":28762446,"url":"https://github.com/rubrikinc/rubrik-sdk-for-powershell","last_synced_at":"2025-08-10T03:32:58.017Z","repository":{"id":35215078,"uuid":"39474163","full_name":"rubrikinc/rubrik-sdk-for-powershell","owner":"rubrikinc","description":"Rubrik Module for PowerShell","archived":false,"fork":false,"pushed_at":"2024-07-16T21:34:37.000Z","size":9732,"stargazers_count":104,"open_issues_count":54,"forks_count":88,"subscribers_count":32,"default_branch":"devel","last_synced_at":"2025-07-19T10:33:37.128Z","etag":null,"topics":["powershell","sdk"],"latest_commit_sha":null,"homepage":"https://build.rubrik.com/sdks/powershell/","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/rubrikinc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-21T23:05:03.000Z","updated_at":"2025-05-19T09:31:27.000Z","dependencies_parsed_at":"2024-02-12T18:26:59.332Z","dependency_job_id":"b8718c1f-9e78-40be-8add-2c31e584d7f8","html_url":"https://github.com/rubrikinc/rubrik-sdk-for-powershell","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/rubrikinc/rubrik-sdk-for-powershell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubrikinc%2Frubrik-sdk-for-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubrikinc%2Frubrik-sdk-for-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubrikinc%2Frubrik-sdk-for-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubrikinc%2Frubrik-sdk-for-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubrikinc","download_url":"https://codeload.github.com/rubrikinc/rubrik-sdk-for-powershell/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubrikinc%2Frubrik-sdk-for-powershell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269672011,"owners_count":24457111,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["powershell","sdk"],"created_at":"2025-06-17T08:08:34.718Z","updated_at":"2025-08-10T03:32:57.946Z","avatar_url":"https://github.com/rubrikinc.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rubrik SDK for PowerShell\n\nThis is a community project that provides a Microsoft PowerShell module for managing and monitoring Rubrik's Multi-Cloud Data Control fabric by way of published RESTful APIs. If you're looking to perform interactive automation, setting up scheduled tasks, leverage an orchestration engine, or need ad-hoc operations, this module is intended to be valuable to your needs.\n\n# :hammer: Installation\n\nLoad the module by using:\n\n`Import-Module Rubrik`\n\nIf you wish to load a specific version, use:\n\n`Import-Module Rubrik -RequiredVersion #.#.#`\n\nWhere `#.#.#` represents the version number, for example 5.3.1\n\n# :electric_plug: Connection\n\nThe Rubrik SDK for PowerShell provides multiple mechanisms for supplying credentials to the [Connect-Rubrik](https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/connect-rubrik) function; in particular we highlight here 2 methods:\n1. Using a credential object.\n   Credentials in the credential object may be entered manually or provided as an object.\n   ```powershell\n      $Credential = Get-Credential\n      Connect-Rubrik -Server 192.168.10.10 -Credential $Credential\n      Get-RubrikDebugInfo\n   ```\n   This prompts for a username and password to create a credential object,\n   connects to a cluster and displays the running version.\n2. Using a service account ID and secret.\n   Example:\n   ```powershell\n      Connect-Rubrik -Server 192.168.10.10 -Id \"Service Account ID\" -Secret \"Service Account Secret\"\n      Get-RubrikDebugInfo\n   ```\n   This connects to Rubrik cluster utilizing a service account ID and secret, and displays the running version.\n   \n# :blue_book: Documentation\n\nHere are some resources to get you started! If you find any challenges from this project are not properly documented or are unclear, please [raise an issue](https://github.com/rubrikinc/rubrik-sdk-for-powershell/issues/new/choose) and let us know! This is a fun, safe environment - don't worry if you're a GitHub newbie! :heart:\n\n* [Quick Start Guide](/docs/quick-start.md)\n* [Rubrik SDK for PowerShell Documentation](https://rubrik.gitbook.io/rubrik-sdk-for-powershell/)\n* [Rubrik API Documentation](https://github.com/rubrikinc/api-documentation)\n\n## Additional Links\n\n* [VIDEO: Getting Started with the Rubrik SDK for PowerShell](https://www.youtube.com/watch?v=tY6nQLNYRSE)\n* [BLOG: Get-Started with the Rubrik PowerShell Module](https://www.rubrik.com/blog/get-started-rubrik-powershell-module/)\n* [BLOG: Using Automation to Validate Applications and Services in Rubrik Backups](https://www.rubrik.com/blog/automation-to-validate-in-rubrik-backups/)\n* [BLOG: PowerShell and RESTful APIs - Making Backup Awesome Again](https://www.rubrik.com/blog/powershell-and-restful-apis-making-backup-awesome-again/)\n\n# :muscle: How You Can Help\n\nWe glady welcome contributions from the community. From updating the documentation to adding more functions, all ideas are welcome. Thank you in advance for all of your issues pull requests, and comments! :star:\n\n* [Contributing Guide](CONTRIBUTING.md)\n* [Code of Conduct](CODE_OF_CONDUCT.md)\n\n# :pushpin: License\n\n* [MIT License](LICENSE)\n\n# :point_right: About Rubrik Build\n\nWe encourage all contributors to become members. We aim to grow an active, healthy community of contributors, reviewers, and code owners. Learn more in our [Welcome to the Rubrik Build Community](https://github.com/rubrikinc/welcome-to-rubrik-build) page.\n\nWe'd love to hear from you! Email us: build@rubrik.com :love_letter:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubrikinc%2Frubrik-sdk-for-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubrikinc%2Frubrik-sdk-for-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubrikinc%2Frubrik-sdk-for-powershell/lists"}