{"id":20156264,"url":"https://github.com/dsccommunity/xscdpm","last_synced_at":"2025-04-09T22:23:30.426Z","repository":{"id":30468264,"uuid":"34022250","full_name":"dsccommunity/xSCDPM","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-22T11:27:12.000Z","size":50,"stargazers_count":5,"open_issues_count":4,"forks_count":5,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2025-03-24T00:16:50.623Z","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:05.000Z","updated_at":"2024-09-01T23:10:39.000Z","dependencies_parsed_at":"2022-08-22T23:40:32.775Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xSCDPM","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCDPM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCDPM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCDPM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCDPM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xSCDPM/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120920,"owners_count":21051048,"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":"2024-11-13T23:38:13.697Z","updated_at":"2025-04-09T22:23:30.399Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/5f5k4aox5g12v93i/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xscdpm/branch/master)\r\n\r\n# xSCDPM\r\n\r\nThe **xSCDPM** modules contains the **xSCDPMServerSetup**, **xSCDPMDatabaseServerSetup**, and **xSCDPMConsole** DSC resources for installing System Center Service Management Automation (DPM).\r\n\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* **xSCDPMServerSetup** manages installation of the DPM server.\r\n* **xSCDPMDatabaseServerSetup** manages installation of the DPM support files for SQL Server.\r\n* **xSCDPMConsole** manages installation of the DPM console.\r\n\r\n### xSCDPMServerSetup*\r\n\r\n* **Ensure**: (Key) Ensures that the DPM server is **Present** or **Absent** on the machine.\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* **UserName**: User name that the software will be registered to.\r\n* **CompanyName**: Company name that the software will be registered to.\r\n* **ProductKey**: Product key for licensed installations.\r\n* **ProgramFiles**: Installation path for the software.\r\n* **YukonMachineName**: (Required) Name of the SQL server for the DPM database.\r\n* **YukonInstanceName**: (Required) Name of the SQL instance for the DPM database.\r\n* **YukonMachineCredential**: (Required) Credential to be used to access the SQL instance for DPM at installation time.\r\n* **ReportingMachineName**: (Required) Name of the SQL server for reporting.\r\n* **ReportingInstanceName**: (Required) SQL instance for reporting.\r\n* **ReportingMachineCredential**: (Required) Credential to be used to access SQL reporting for DPM at installation time.\r\n\r\n### xSCDPMDatabaseServerSetup\r\n\r\n* **Ensure**: (Key) Ensures that the DPM management server is **Present** or **Absent** on the machine.\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\r\n### xSCDPMConsoleSetup\r\n\r\n* **Ensure**: (Key) Ensures that the DPM console is **Present** or **Absent**on the machine.\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\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.2.0.0\r\n\r\n* Increased timeout for setup process to start to 60 seconds.\r\n\r\n### 1.1.0.0\r\n\r\n* Initial release with the following resources\r\n    * xSCDPMServerSetup\r\n    * xSCDPMDatabaseServerSetup\r\n    * xSCDPMConsole\r\n\r\n## Examples\r\n\r\nAll three of the following examples also require the **xDismFeature** and **xSQLServer** modules.\r\nAll three examples also use the exact same Configuration and just modify the behavior based on input ConfigurationData\r\n\r\nNote: These examples require the use of PowerShell 5.0, included as part of [Windows Management Framework (WMF) 5.0](http://go.microsoft.com/fwlink/?LinkId=398175).\r\n\r\nNote: In 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\r\n### Single Server Installation\r\n\r\nSCDPM-SingleServer.ps1 installs DPM including prerequisites and SQL on a single server.\r\n\r\n### Separate SQL\r\n\r\nSCDPM-SeperateSQL.ps1 installs DPM and SQL on separate servers.\r\n\r\n### Multiple Instances\r\n\r\nSCDPM-MultiInstance.ps1 installs multiple instances of DPM on different servers all using a single SQL on another server.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxscdpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxscdpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxscdpm/lists"}