cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Summary

Setup reports that the PowerShell Windows-Feature RSAT-AD-Powershell is not installed.

Symptoms

Spider setup reports that the PowerShell Windows-Feature RSAT-AD-Powershell is not installed.


Cause

The Windows feature RSAT-AD-Powershell is necessary to allow the data collector to export information from the Active Directory (AD).


Resolution

You can allow the setup to install this featue (available on all Windows Servers) , or you can install it yourself by executing the following steps:

  1. Check if Feature ist installed
    Get-WindowsFeature | Where-Object {($_.Name.Trim() -eq "RSAT-AD-PowerShell")}

  2. Install Feature
    Add-WindowsFeature  -name RSAT-AD-Powershell

  3. Done


Additional Information

Remote Active Directory Administration with Windows PowerShell

Products

Data Collector

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Oct 22, 2018 08:57 PM
Updated by: