
KarthikP.51024 (Customer) さんが質問をしました。
Hi,
I am planning to enable user provisioning from Okta to AD. Our AD team has requirement to populate logon script and home folder path at the time of account creation.
logon script :- This is .bat file and this script varies for users based on their department
home folder path:- This is remote path and varies for users based on their department
How can I use Okta AD agent to populate these 2 attributes dynamically from Okta to AD.
Appreciate your inputs.

Check the attributes available in the profile editor in the AD Profile. scriptPath, homeDirectory, homeDrive may be what you're looking for but you'll need to test.
Thanks. I will verify and let you know if this works with attributes you suggested.
homeDrive and homeDirectory are what you need for their homedrive; I've just tested (we're just beginning implementation) and it works well. Doesn't automatically create the folder on the file server for us, but we have an odd naming setup so will have to find another way to do that anyway, so it may work for you.