microsoft / SharePointDSC.Reverse

Extracts a Desired State Configuration Script from an existing SharePoint Farm
MIT License
40 stars 27 forks source link

New Extraction Modes to simplify output #20

Closed NikCharlebois closed 7 years ago

NikCharlebois commented 7 years ago

Details of the scenario you try and problem that is occurring: Current recommendation is to introduce 3 Extraction modes: Lite, Default and Full. Each mode will capture a different set of resources. For example, the Default mode would extract SPDesignerSettings, where the Lite one won't, the Full mode will extract the SPTimerJobState where the Lite and default won't.

The DSC configuration that is using the resource: N/A

Version of the Operating System and PowerShell the DSC Target Node is running: N/A

Version of the DSC module you're using: N/A

NikCharlebois commented 7 years ago

Implemented as internal Teams discussions