How to setup RSAT tool in Windows 1909
Question
How to setup RSAT tool in Windows 1909. In 1909 O.S we can’t install RSAT tool. Is there any guidelines to enable the RSAT tool for the Windows 1909 version.
solved 0
Configuration Manager 2 years 2020-08-31T12:41:06+05:30 2020-08-31T12:41:06+05:30 4 Answers 98 views Beginner 0
Answers ( 4 )
Hello Jitesh,
Thanks for your help. I followed the steps and script is working.
Thanks for the update! Make sure the script which you downloaded is not blocked, unblock the script by Right click on the ps1 file > Properties > Under Security check the unblock button. and execute! like this – https://snipboard.io/V0Pe62.jpg
Before running the script change the PowerShell Script Execution Policy if its not changed.
For Example : – Set-ExecutionPolicy RemoteSigned
Please keep us posted on progress for further help!
Thanks for the information. When I ran this script on my machine with admin rights. got the error below.
.\Install-RSATv1809v1903v1909.ps1 : File C:\Users\marathe\Desktop\Install-RSATv1809v1903v1909.ps1 cannot be loaded.
The file C:\Users\marathe\Desktop\Install-RSATv1809v1903v1909.ps1 is not digitally signed. You cannot run this script
on the current system. For more information about running scripts and setting execution policy, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ .\Install-RSATv1809v1903v1909.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Hello Nandan, You can take help of below post by Martin! Please update if you have issue.
+ https://gallery.technet.microsoft.com/Install-RSAT-for-Windows-75f5f92f