{"id":20156269,"url":"https://github.com/dsccommunity/xscsr","last_synced_at":"2026-03-06T11:32:27.938Z","repository":{"id":30468270,"uuid":"34022256","full_name":"dsccommunity/xSCSR","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-22T11:51:34.000Z","size":44,"stargazers_count":3,"open_issues_count":3,"forks_count":3,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2025-04-09T22:28:12.676Z","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/dsccommunity.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":"2015-04-15T22:43:07.000Z","updated_at":"2024-09-01T23:10:30.000Z","dependencies_parsed_at":"2022-09-07T08:04:00.631Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xSCSR","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dsccommunity/xSCSR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xSCSR/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266462912,"owners_count":23932881,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-13T23:38:14.566Z","updated_at":"2026-03-06T11:32:27.883Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/7basx8plqk4s29yn/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xscsr/branch/master)\r\n\r\n# xSCSR\r\n\r\nThe **xSCSR** module contains DSC resources for deploying System Center Service Reporting (SR):\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Contributing\r\nPlease check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md).\r\n\r\n\r\n## Resources\r\n\r\n* **xSCSRServerSetup** installs the SR server.\r\n* **xSCSRServerUpdate** updates an SR server to Update Rollup 4.\r\n\r\n### xSCSRServerSetup\r\n\r\n* **Ensure**: (Key) Ensures that SR server is installed on the machine: { Present | Absent }\r\n* **SourcePath**: (Required) UNC path to the root of the source files for installation.\r\n* **SourceFolder**: Folder within the source path containing the source files for installation.\r\n* **SetupCredential**: (Required) Credential to be used to perform the installation.\r\n* **UseMicrosoftUpdate**: { 0 | 1 }\r\n0: Do not opt in to Microsoft Update.\r\n1: Opt in to Microsoft Update.\r\n* **SendCEIPReports**: { 0 | 1 }\r\n0: Do not opt in to the Customer Experience Improvement Program (CEIP).\r\n1: Opt in to CEIP.\r\n* **InstallFolder**: Folder to install to.\r\n* **DatabaseServer**: (Required) Name of the database server.\r\n* **DatabaseServerInstance**: (Required) Name of the SQL Server database instance to install to.\r\n* **RepositoryDatabaseName**: Name of the usage repository database that already exists, or that setup should create.\r\n* **StagingDatabaseName**: Name of the usage staging database that already exists, or that setup should create.\r\n* **DWDatabaseName**: Name of the usage data warehouse database that already exists, or that setup should create.\r\n* **AnalysisDatabaseServer**: (Required) Name of the server that is running SQL Server where the analysis database already exists, or that setup should create.\r\n* **AnalysisDatabaseServerInstance**: (Required) Name of the SQL Server analysis database instance to install to.\r\n* **AnalysisDatabaseName**: Name of the analysis database that already exists, or that setup should create.\r\n\r\n### xSCSRServerUpdate\r\n\r\n* **Ensure**: (Key) Ensures that SR server update is installed on the machine: { Present | Absent }\r\n* **SourcePath**: (Required) UNC path to the root of the source files for installation.\r\n* **SourceFolder**: Folder within the source path containing the source files for installation.\r\n* **Credential**: (Required) Credential to be used to perform the installation.\r\n* **Update**: Output display name of the update.\r\n\r\n## Versions\r\n\r\n### Unreleased\r\n\r\n* Update appveyor.yml to use the default template.\r\n* Added default template files .codecov.yml, .gitattributes, and .gitignore, and\r\n  .vscode folder.\r\n\r\n### 1.3.0.0\r\n\r\n* Increased timeout for setup process to start to 60 seconds\r\n* Added /norestart to xSCSRUpdate to allow DSC to control reboots\r\n\r\n### 1.2.0.0\r\n\r\n* Updated release with the following resource:\r\n    - xSCSRServerUpdate\r\n\r\n### 1.1.0.0\r\n\r\n* Initial release with the following resource:\r\n    - xSCSRServerSetup\r\n\r\n## Examples\r\n\r\n### Single Server Installation\r\n\r\nSCSR-SingleServer.ps1 installs SR including prerequisites and SQL on a single server.\r\n\r\n### Separate SQL\r\n\r\nSCSR-SeperateSQL.ps1 installs SR on one server and SQL on a seperate server.\r\n\r\nNotes:\r\n\r\nThe samples require the use of [Windows Management Framework (WMF) 5.0 Preview](http://go.microsoft.com/fwlink/?LinkId=398175).\r\n\r\nAll three examples use the exact same Configuration and just modify the behavior based on input ConfigurationData.\r\n\r\nIn the Examples folder you will see a version of each file with \"-TP\" appended to the name.\r\nThese are the equivalent examples for deployment of System Center Technical Preview on Windows Server Technical Preview.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxscsr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxscsr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxscsr/lists"}