{"id":20156265,"url":"https://github.com/dsccommunity/xscspf","last_synced_at":"2025-04-09T22:23:28.124Z","repository":{"id":30468268,"uuid":"34022254","full_name":"dsccommunity/xSCSPF","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-22T11:45:31.000Z","size":49,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":17,"default_branch":"dev","last_synced_at":"2025-03-24T00:16:46.835Z","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:06.000Z","updated_at":"2024-09-01T23:10:33.000Z","dependencies_parsed_at":"2022-09-07T21:11:18.957Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xSCSPF","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%2FxSCSPF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSPF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSPF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxSCSPF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xSCSPF/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120910,"owners_count":21051045,"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.703Z","updated_at":"2025-04-09T22:23:28.094Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/05um9vwey5h64bed/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xscspf/branch/master)\r\n\r\n# xSCSPF\r\n\r\nThe **xSCSPF** module contains DSC resources for installing System Center Service Provider Foundation (SPF):\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* **xSCSPFServer** adds a server in SPF.\r\n* **xSCSPFServerSetup** installs the SPF server.\r\n* **xSCSPFServerUpdate** updates an SPF server to Update Rollup 4.\r\n* **xSCSPFSetting** adds setting in SPF.\r\n* **xSCSPFStamp** adds a stamp in SPF.\r\n\r\n### xSCSPFServer\r\n\r\n* **Ensure**: Ensures that an SPF server is **Absent** or **Present**.\r\n* **Name**: (Key) The desired name of the server.\r\n* **ServerType**: (Required) Specifies the type of server: { VMM | OM | DPM | OMDW | RDGateway | Orchestrator | None }\r\n* **SCSPFAdminCredential**: (Required) Credential with admin permissions to Service Provider Foundation.\r\n\r\n### xSCSPFServerSetup\r\n\r\n* **Ensure**: (Key) Ensures that an SPF server is installed on the machine: { Absent | Present }\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* **SpecifyCertificate**: Use an existing certificate.\r\n* **CertificateName**: Name of existing certificate to use.\r\n* **DatabaseServer**: (Required) Name of the database server.\r\n* **DatabasePortNumber**: Port of the database server instance.\r\n* **DatabaseName**: Name of the SPF database.\r\n* **WebSitePortNumber**: Port for the SPF web service.\r\n* **SCVMM**: Credential for the VMM application pool.\r\n* **SCVMMUsername**: Output user name of the VMM application pool service.\r\n* **SCAdmin**: Credential for the Admin application pool.\r\n* **SCAdminUsername**: Output user name of the Admin application pool service.\r\n* **SCProvider**: Credential for the Provider application pool.\r\n* **SCProviderUsername**: Output user name of the Provider application pool service.\r\n* **SCUsage**: Credential for the Usage application pool.\r\n* **SCUsageUsername**: Output user name of the Usage application pool service.\r\n* **VMMSecurityGroupUsers**: Administrator of the VMM application pool.\r\n* **AdminSecurityGroupUsers**: Administrator of the Admin application pool.\r\n* **ProviderSecurityGroupUsers**: Administrator of the Provider application pool.\r\n* **UsageSecurityGroupUsers**: Administrator of the Usage application pool\r\n\r\n### xSCSPFServerUpdate\r\n\r\n* **Ensure**: (Key) Ensures that the xSCSPF update 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* **Credential**: (Required) Credential to be used to perform the installation.\r\n* **Update**: Output display name of the update.\r\n\r\n**xSCSPFSetting** has the following properties:\r\n\r\n* **Ensure**: Ensures that the SPF setting is **Present** or **Absent** on the machine.\r\n* **ServerName**: (Key) Name of the server the setting is associated with.\r\n* **SettingType**: (Required) { DatabaseConnectionString | EndPointConnectionString }\r\n* **Name**: (Key) Friendly name for the setting.\r\n* **Value**: (Required) Value for the setting.\r\n* **SCSPFAdminCredential**: (Required) Credential with admin permissions to SPF.\r\n\r\n**xSCSPFStamp** has the following properties:\r\n\r\n* **Ensure**: Ensures that the SPF stamp is **Absent** or **Present**.\r\n* **Name**: (Key) Name for the stamp.\r\n* **Servers**: (Required) Name of one or more server objects to associate with the new stamp.\r\n* **SCSPFAdminCredential**: (Required) Credential with admin permissions to Service Provider Foundation.\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.3.1.0\r\n\r\n* Updated with the following resources:\r\n    - xSCSPFServer\r\n    - xSCSPFSetting\r\n    - xSCSPFStamp\r\n\r\n### 1.2.0.0\r\n\r\n* Updated with the following resource:\r\n    - xSCSPFServerUpdate\r\n\r\n### 1.1.0.0\r\n\r\n* Initial release with the following resource:\r\n    - xSCSPFServerSetup\r\n\r\n## Examples\r\n\r\nThree example configurations are included in the Examples folder.\r\nAll three examples also use the **xSQLServer** and **xSCVMM** modules.\r\n\r\n### Single Server Installation\r\n\r\nSCSPF-SingleServer.ps1 installs SPF including prerequisites and SQL on a single server.\r\n\r\n### Separate SQL\r\n\r\nSCSPF-SeperateSQL.ps1 installs SPF on one server and SQL on a separate server.\r\n\r\n### Multiple Instances\r\nSCSPF-MultiInstance.ps1 installs multiple SPF servers each on their own server and SQL on a separate 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%2Fxscspf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxscspf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxscspf/lists"}