Answered by:
active directory update

Question
-
We are wanting to add a step to a SSIS package to delete specific entries from active directory. Has anyone done anything like this in SSIS? Will it have to be a script task? Any guidance is appreciated.Wednesday, April 20, 2016 12:48 PM
Answers
-
Hi sqlguy10,
In a script task, you can use the power of C# to manage your active directory.Check Howto: (Almost) Everything In Active Directory via C#
Eric Zhang
TechNet Community Support- Proposed as answer by Eric__Zhang Saturday, April 30, 2016 7:15 AM
- Marked as answer by Eric__Zhang Tuesday, May 3, 2016 8:53 AM
Thursday, April 21, 2016 6:38 AM -
- Proposed as answer by Eric__Zhang Saturday, April 30, 2016 7:15 AM
- Marked as answer by Eric__Zhang Tuesday, May 3, 2016 8:53 AM
Thursday, April 21, 2016 12:58 PM
All replies
-
-
Hi sqlguy10,
In a script task, you can use the power of C# to manage your active directory.Check Howto: (Almost) Everything In Active Directory via C#
Eric Zhang
TechNet Community Support- Proposed as answer by Eric__Zhang Saturday, April 30, 2016 7:15 AM
- Marked as answer by Eric__Zhang Tuesday, May 3, 2016 8:53 AM
Thursday, April 21, 2016 6:38 AM -
How about visual basic? If we go the script task route, our management is going to want us to use visual basic. I was hoping to avoid the script task since my vb isn't too strong, but we may have to go that route.Thursday, April 21, 2016 12:56 PM
-
- Proposed as answer by Eric__Zhang Saturday, April 30, 2016 7:15 AM
- Marked as answer by Eric__Zhang Tuesday, May 3, 2016 8:53 AM
Thursday, April 21, 2016 12:58 PM