microsoft / DSCParser

Allows the conversion of DSC scripts into PSObject for analysis purposes
MIT License
29 stars 20 forks source link

Improve PowerShell 7 support with Microsoft365DSC #50

Closed FabienTschanz closed 3 months ago

FabienTschanz commented 4 months ago

This pull request improves the support for PowerShell 7 when used with the Microsoft365DSC module. It does that by requiring the PSDesiredStateConfiguration module in version 2.0.7 to be used when in a PowerShell Core session.