microsoft / SharePointDSC.Reverse

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

Improvement: Name Resource block based on component completion #65

Open NikCharlebois opened 6 years ago

NikCharlebois commented 6 years ago

Details of the scenario you try and problem that is occurring: Some of the files we extract are over 100,000 lines. during the extraction process, ReverseDSC does offer some type of progress indicator (e.g. Extracting Result Source {Test} [34/250]). However, when we apply the configuration with Start-DSCConfiguration, you have no indicaor of the progress. If we were to logically rename the resource blocks with something meaningful, it would help provide some type of progress when applying the config with -Verbose. E.g. SPSearchResultSource SPSearchResultSource34of250

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