You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choco install features the alternative sources windowsfeatures and webpi.
cChocoPackageInstaller { Ensure = 'Present'; Source = 'windowsfeatures' } works perfectly but cChocoPackageInstaller { Ensure = 'Absent'; Source = 'windowsfeatures' } does not, because the UninstallPackage function doesn't pass on the source parameter.
The text was updated successfully, but these errors were encountered:
choco install
features the alternative sourceswindowsfeatures
andwebpi
.cChocoPackageInstaller { Ensure = 'Present'; Source = 'windowsfeatures' }
works perfectly butcChocoPackageInstaller { Ensure = 'Absent'; Source = 'windowsfeatures' }
does not, because the UninstallPackage function doesn't pass on the source parameter.The text was updated successfully, but these errors were encountered: