Buongiorno a tutti. Sono due giorni che, non capivo come mai, avevo un programma che estrapolava dati da Active Directory e a livello di Organizzazione e Indirizzi ricevevo non la nazione come stringa ma un bel codice ISO ...

Come risolvere il problema? Ecco la soluzione se vi dovesse servire.

 

// Set the co property using the name of the country.
SetProperty(newuser,"co","MEXICO");
// Set the c property using the two-letter country code (ISO 3166 A 2).
SetProperty(newuser,"c","MX");
// Set the countryCode property using the numeric value (ISO 3166 Number) of the country.
SetProperty(newuser,"countryCode","484");

Adesso lo so ...