/build/static/layout/Breadcrumb_cap_w.png

Can K1000 deploy RSAT packages?

Specifically, I need to install "RSAT: Active Directory Domain Services and Lightweight Directory Services Tools" on a number of computers. Is there a way to do this with Kace now that it's part of the optional Windows features instead of an .exe?


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
@TheITNoob is the bomb. I created an online kscript, calling the powershell script with the line he recommended. I think I'm in business!
Posted by: TheITNooB 3 years ago
Orange Belt
0

Top Answer

Using this powershell command you can view the RSAT tools that can be installed & their install status

 Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State


To install the "RSAT: Active Directory Domain Services and Lightweight Directory Services Tools" package using a powershell script on those selected computers,

use the following command: 

Add-WindowsCapability -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 –Online


Once the install is completed you should be able to access the tools, no restart needed.


Comments:

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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