Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

AD HomeDirectory Mapping

cdavis2
Regular Contributor
Regular Contributor

I am trying map the homeDirectory and getting an error. What is the proper way to map the homeDirectory

 

"homeDirectory": "\\C:\Users\${user.systemUserName}\OneDrive - Availity, L.L.C"

4 REPLIES 4

SumathiSomala
All-Star
All-Star

@cdavis2 please check this forum link .it may help you

Solved: Active Directory home directory field - Saviynt Forums - 1958

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

Manu269
All-Star
All-Star

@cdavis2 can you try this :

"HomeDirectory": "\\\\mainfolder\\users\\homeshares\\${user.username}"

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

cdavis2
Regular Contributor
Regular Contributor

The format is working but its populating it like this \\C:\Users\btest17\OneDrive - Availity, L.L.C. I do not want the double slashes \\ in the beginning just C:\

cdavis2
Regular Contributor
Regular Contributor

I was able to get it to work with the follolwing:

"homeDirectory": "C:\\Users\\${user.systemUserName.toString().toLowerCase()}\\OneDrive - Company, L.L.C"