https://github.com/oxhobbs/scorch
DSC Resource module for install System Center Orchestrator.
https://github.com/oxhobbs/scorch
Last synced: 3 months ago
JSON representation
DSC Resource module for install System Center Orchestrator.
- Host: GitHub
- URL: https://github.com/oxhobbs/scorch
- Owner: OxHobbs
- Created: 2018-03-28T21:41:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T16:32:02.000Z (about 7 years ago)
- Last Synced: 2025-01-22T09:51:20.533Z (4 months ago)
- Language: PowerShell
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCORCH
The **SCORCH** module contains DSC resources for installing System Center Orchestrator 2012 R2:
## Resources
* **SCORCHInstall** Installs System Center Orchestrator server roles.
### SCORCHInstall
* **Ensure**: Ensures that an SCORCH server is _Absent_ or _Present_.
* **Description**: (Key) A description to identify the SCORCH installation.
* **SetupCredential**: (Required) A PS Credential that has administrative permissions to install SCORCH and configure the database
* **ServiceUserCredential**: (Required) Credential that will be used as the Orchestrator service account.
* **SourceFolder**: (Required) The path to the root of the installation source (SCORCH Install Media).
* **Components**: (Required) Specify the server roles to install. Valid values are ( All | ManagementServer | RunbookServer | WebComponents )
* **DatabaseServer**: (Required) Specify the name of the database server and instance (if applicable).
* **DatabaseName**: (Optional) The name of the database to be created or used. Default is _Orchestrator_
* **DatabaseUserCredential**: (Optional) The Credential to connect to the Database server. This is only used for SQL Authenticaiton. Omit this when using Windows Authentication to connect to the database server.
* **WebConsolePort**: (Optional) The port on which the web console will run. Default is _82_
* **WebServicePort**: (Optional) The port on which the web services will run. Default is _81_
* **OrchestratorUserGroupSID**: (Optional) Specifies the SID of the domain or local group that will be granted access to Management server. If no value is specified, the default local group is used.
* **RemoteAccess**: (Optional) Specifies that remote access should be granted to the Runbook Designer
* **UseMircosoftUpdate**: (Optional) Specifies whether to opt in for Microsoft Update. _True_ will opt in. _False_ does not change the current opt in status of the computer.
* **EnableTelemetryReporting**: (Optional) Specifies Orchestrator to send Diagnostics and Usage data to Microsoft. False will opt-out from sending Telemetry. Telemetry is on by default.
* **ErrorReporting**: (Optional) Specifies that Orchestrator should send program error reports to Microsoft. Possible values are ( always | queued | never ).
* **InstallDirectory**: (Optional) The installation directory. Defaults to _C:\Program Files (x86)\Microsoft System Center \Orchestrator_## ChangeLog