Sorry, but there are no more tags available to filter with.
  • Using SET-QADUser to change CN attribute

    Hi,

    I need to update a bunch of users names to title case (John Smith). Currently everything is upper case.

    Set-QADUser -Identity "john.smith" -DisplayName "John Smith" -ObjectAttributes @{cn="John Smith"}

    Using the command…