为什么AppManager在监视活动目录的时候要求安装.net3.5

为什么AppManager在监视活动目录的时候要求安装.net3.5

问题
在添加活动目录监视器的时候,提示我安装.net framework 3.5。即使我已经安装了.net framework 4.x。

原因:
AppManager使用到.net framework 3.5特有的功能(System.Collections.ArrayList),4.x并没有。
https://blogs.msdn.microsoft.com/dsvc/2013/03/04/usage-of-net-collections-types-in-vbscript-is-not-supported-after-net-4-5/