Property Mapping
| RO | GUI Control | ADSI Property |
| X | {OU Name} | name |
| | Description | description |
| X | Street | street |
| X | State/province | l |
| X | Country/region | st |
| X | ZIP/Postal Code | postalCode |
| X | * Country/region | c co |
* co will return the human redable country name. Set the country using c and the two character country code.
Property Read Example Script
Property Write Example Script
|