/build/static/layout/Breadcrumb_cap_w.png

Is it possible to deploy (or activate) a software like .Net Framework 3.5 with only command line in Kace K1000? thank you

I have this command line and I would like to activate .Net Framework 3.5 with Kace K1000  :  Dism /online /Enable-Feature /FeatureName:NetFx3


1 Comment   [ + ] Show comment
  • you don't really need to activate .NET 3.5, but as per the answer below, if you are using DISM, it will need internet access, or you have to tell it where the source is, either mount the ISO, or to a UNC path. DONT forget the /limitaccess (stops it going out the WWW ) - Badger 7 years ago

Answers (3)

Posted by: aragorn.2003 7 years ago
Red Belt
0
Yes this should possible with the following command line. i´ve just copied it from our .Net 4.x deployment, but should also work with previous versions

NDP461-KB3102436-x86-x64-AllOS-ENU.exe" /q /norestart /log %TEMP%\DotNET_4.6.1.log
Posted by: rockhead44 7 years ago
Red Belt
0
Never done that specifically but I don't see why you couldn't run this as a batch file via a K1000 script. You likely want to add a switch to the end like /norestart
Posted by: joschy 7 years ago
White Belt
0
If you want to use dism:
dism/online /enable-feature /featureName:NetFx3 /all /limitaccess /Source:Path

If you have your iso mounted you can find it here: sources\sxs
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ