NETWORK ADMINISTRATIONSWindows server

Windows Server Core 2022 Tips & Tricks – How to install RSAT TOOLS

Support the channel : (any donation are appreciated) , god bless.

https://paypal.me/ITwizard0?country.x=GB&locale.x=en_GB
https://www.patreon.com/ITWIZ

Install RSAT :

get-WindowsFeature | Where-Object {$_.Name -like “RSAT-AD-Tools”} | select *
get-WindowsFeature | Where-Object {$_.Name -like “RSAT-AD-Tools”} | Install-WindowsFeature
Get-WindowsFeature | Where-Object {$_.Name -like “RSAT*”} | Install-WindowsFeature
Get-WindowsFeature | Where-Object {$_.Name -like ‘RSAT*’} | select Name,DisplayName

source

windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.