Home » Bulk AD Users - Bulk AD Users - General » Adding "Manager" option in Excel Messages in this topic - RSS
|
10/18/2011 5:25:32 AM
Raikkonen_WC
Raikkonen_WC
Posts 3
Is it possible to fill in the Manager option in this script?
10/20/2011 10:55:57 AM
admin
admin
Posts 331
Yes, but the manager attribute needs to be specified in distinguished name format. e.g.

cn=my manager,ou=myou,dc=wisesoft,dc=co,dc=uk

If you are updating all users with the same manager, the Bulk Modify dialog is an easier option. I plan to add a custom attribute in future to allow the manager attribute to be updated using the sAMAccountName.

You might also find this script useful:

http://www.wisesoft.co.uk/scripts/vbscript_update_user_attributes_from_csv.aspx

It allows you to update via CSV and it includes support for the manager attribute.

Hope this helps,

David
pages: 1
|

Home » Bulk AD Users - Bulk AD Users - General » Adding "Manager" option in Excel