Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 3 KB

automation-dsc-config-from-server.md

File metadata and controls

68 lines (57 loc) · 3 KB
title description keywords services ms.service ms.subservice author ms.author ms.date ms.topic manager
Create configurations from existing servers for Azure Automation State Configuration
This article tells how to create configurations from existing servers for Azure Automation State Configuration.
dsc,powershell,configuration,setup
automation
automation
dsc
mgreenegit
migreene
08/08/2019
conceptual
carmonm

Create configurations from existing servers

Applies To: Windows PowerShell 5.1

Creating configurations from existing servers can be a challenging task. You might not want all settings, just those that you care about. Even then you need to know in what order the settings must be applied in order for the configuration to apply successfully.

Note

This article refers to a solution that is maintained by the Open Source community. Support is only available in the form of GitHub collaboration, not from Microsoft.

Community project: ReverseDSC

A community maintained solution named ReverseDSC has been created to work in this area starting SharePoint.

The solution builds on the SharePointDSC resource and extends it to orchestrate gathering information from existing SharePoint servers. The latest version has multiple extraction modes to determine what level of information to include.

The result of using the solution is generating Configuration Data to be used with SharePointDSC configuration scripts.

Once the data files have been generated, you can use them with DSC Configuration scripts to generate MOF files and upload the MOF files to Azure Automation. Then register your servers from either on-premises or in Azure to pull configurations.

To try out ReverseDSC, visit the PowerShell Gallery and download the solution or click "Project Site" to view the documentation.

Next steps