vmware / dscr-for-vmware

The Repository contains Microsoft PowerShell Desired State Configuration (DSC) Resources for managing VC and ESXi settings.
Other
140 stars 41 forks source link

Support for specifying which VMHost DSC Resources to export #261

Closed SimeonGerginov closed 4 years ago

SimeonGerginov commented 4 years ago

Added

SimeonGerginov commented 4 years ago

Example usage:

 . .\ExportVMHostConfiguration.ps1 -Server $server -Credential $credential -VMHostName $vmHostName -OutputPath $outputPath -VMHostDscResourcesToExport @('StandardSwitch', 'StandardPortGroup')