lithnet / resourcemanagement-powershell

Lithnet FIM/MIM Service PowerShell Module
MIT License
37 stars 12 forks source link

Not possible to manage Localized names in schema objects #26

Closed KentNordstrom closed 4 years ago

KentNordstrom commented 4 years ago

I have several customers here in Sweden that have applied the Swedish Language Pack. When using LithnetRMA to add Schema resources like AttributeTypeDescription there is no way (at least that I have found) to also manage the Localized values of the DisplayName and Description.

ryannewington commented 4 years ago

Hi Kent,

Does this work?

$obj = Get-Resource AttributeTypeDescription Name DisplayName -Locale it-IT
$obj.DisplayName = "Nome visualizzato"
Save-Resource $obj -Locale it-IT
KentNordstrom commented 4 years ago

Oh my good... sorry... totally forgot about the -Locale parameter ;-)

ryannewington commented 4 years ago

Add another beer to your tab