VinylxScratches
Golden Member
I need a little help on where to look at for this.
Say I have users and their physicalDeliveryOfficeName attribute, called Office is set to New York, and others say Chicago.
I want to setup a script that will loop through all users.
If physicalDeliveryOfficeName = Chicago
Set address properties
Street: 8888 Chicago Lane
City: Chicago
State: IL
Zip: 60066
else if physicalDeliveryOfficeName = New York
Set address properties
Street: 9999 New York Lane
City: New York
State: NY
Zip: 11111
I can't seem to find out where to start.. any pointers?
Say I have users and their physicalDeliveryOfficeName attribute, called Office is set to New York, and others say Chicago.
I want to setup a script that will loop through all users.
If physicalDeliveryOfficeName = Chicago
Set address properties
Street: 8888 Chicago Lane
City: Chicago
State: IL
Zip: 60066
else if physicalDeliveryOfficeName = New York
Set address properties
Street: 9999 New York Lane
City: New York
State: NY
Zip: 11111
I can't seem to find out where to start.. any pointers?