Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xWindowsFeature: Include optional parameter source path for winsxs folder #700

Open
octaviancretu opened this issue Sep 24, 2020 · 0 comments
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@octaviancretu
Copy link

octaviancretu commented Sep 24, 2020

I am trying to use DSC in an environment with no internet. Unfortunately xWindowsFeature does not include the option to install the features from a network share folder.

The equivalent would be Source parameter from Install-WindowsFeature

Reference:
https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=winserver2012r2-ps

From what i see in the code we are using Add-WindowsFeature instead if Install-WindowsFeature . Based on the Microsoft document link above Install-WindowsFeature replaces the Add-WindowsFeature.

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

2 participants