03-07-2013 11:31 AM
Hi :
We are trying to check if user is part of the specific OU or not , to do this I am invoking "Get Object Property Value"
since if user is part of that OU in that case it should be able to get that property .
However this activity is failing and not able to search for any proeprty , below is the snapshot of workflow which
I have created for this , I am logging to cisco.com domain for this .
Thanks
Anil
03-18-2013 04:43 PM
Hi Anil
You can run the "Get User Distinguished Name" action. This uses the login CISCO\username in your case to return the distinguished name which you are inputting including its OU.
You could then run the get object property with the input LDAP path being the results from the Distinguished Name.
Regards,
Matt
03-22-2013 04:06 AM
you can log into a domain controller with admin privileges and run the dsquery command.
For example:
C:\Users\Administrator>dsquery user -name "*winters*"
"CN=Steve Winters,OU=RTP,DC=tsi-ciac,DC=cisco,DC=com"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide