PowerShell / PackageManagementProviderResource

Modules with DSC resources for the PackageManagement(aka OneGet) providers.
MIT License
37 stars 24 forks source link

Adding a "scope" property to PackageManagementSource #3

Closed mprahl closed 8 years ago

mprahl commented 8 years ago

Hello, I'm currently using the DSC Resource "PackageManagementSource" and realized that the changes are only applying to the "System" user account. I'd like the ability to have this apply system-wide.

Thank you for your time.

Krishna-Vutukuri commented 8 years ago

@PrahlM93 I added a new generic PackageManagement DSC resource. This has AdditionalParameters which can be used for your needs. Can you please give this a try?

Krishna-Vutukuri commented 8 years ago

Thanks!