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.

Answers ( 4 )

    0
    2020-09-01T05:11:22+05:30

    Hello Jitesh,

    Thanks for your help. I followed the steps and script is working.

  1. 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!

    0
    2020-08-31T14:27:25+05:30

    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

  2. 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

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .