Security Compliance
Limit scope of Active Directory AD scan to the specific Organizational Units OU in ARM
This article describes how to customize the AD scan scope to only certain OUs in ARM.
First published date
Last published date
Overview
Using default settings ARM will perform Active Directory (AD) scan across all Organizational Units (OU) of the domain. This behavior can be controlled using the below solution by specifying only selected OU which the scan will be performed against.
Product section
Cause
Resolution
- If the file is missing it should be created and the content should be like the below:
<?xml version="1.0" encoding="utf-8"?>
<config>
<activeDirectory>
<scanOUOnly>
<YOUR.DOMAIN.COM type="System.String">OU=ARM-Test;OU=Second-OU,OU=Nested</YOUR.DOMAIN.COM>
</scanOUOnly>
</activeDirectory>
</config>
- AD domain: YOUR.DOMAIN.COM
- selected OU(s)
- OU=ARM-Test
- OU=Nested > OU=Second-OU
- Open 'SolarWinds ARM Configuration Wizard.exe' at "C:\Program Files\SolarWinds\ARM\Tools\ConfigWizard.exe."
- Turn on Advance Settings.
- Select the domain you need to perform the changes and click Edit.
- In the 'Advanced' section, select the OU(s) you want to scan or just leave 'Root' to scan all AD.
- Save the changes.