Alex Smagin

Results 8 comments of Alex Smagin

https://technet.microsoft.com/en-us/itpro/powershell/windows/dism/enable-windowsoptionalfeature#-all There are some dependencies between features. e.g. if you run ``` powershell Get-WindowsFeature | Where Name -match "Net-Frame" ``` You will see that features organized in a tree according...

I was quite a while ago, but I believe that Windows 2012 R2 clean installation should not have the latests framework installed. Try to install NET-FRAMEWORK-CORE feature there. It should...

@johlju As I told you the issues was reported 2 years ago and some details are blurry, but I looked through the code of module and link that I posted...

You can add All switch similar to `[Boolean] $IncludeAllSubFeature = $false,` in function you actually tested: https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/33d8027aae3fa7aeda22a7f4d1643f027aaa5c3f/DSCResources/MSFT_xWindowsFeature/MSFT_xWindowsFeature.psm1#L194-L198

Hi @izharikov, I appreciate your efforts, but to be honest I don't know what to do with your pull request as of now. The initial vision for this toolset was...

I do not believe that I'll get back to this project in the nearest future as I'm not using it now, but I can check and merge contributions.

We implement CI/CD for every project that we have, that covers both server- and client-side code. and were doing that before Helix appeared. As it was mentioned in a separate...

@lakesol, partial deployment should use individual versioning of Helix modules, otherwise you cannot really control your dependencies. In this case, you might leverage predictable dependencies control like in NPM or...