WorksmartMSP / azure_comboscript

0 stars 0 forks source link

Country and State fields in "User Creatations" #8

Closed Sean-Urbina closed 2 years ago

Sean-Urbina commented 2 years ago

I've noticed that when you create a New User the entry for "Country" is going into the "state" section of the users contact info. Small issue and quick fix.

Line 1135 : Set-AzureADUser -ObjectID $UPN -State $countryTextbox.Text change to Line 1135: Set-AzureADUser -ObjectID $UPN -Country $countryTextbox.Text

Tested it on a test user already.

mrobinson-ws commented 2 years ago

Updated script, will be in next release. Thanks!