piątek, 7 września 2012

ADUC properties – Displaying and changing user’s hidden properties with powershell

It is not so obvious how to display/change some properties like “ipphone”, because they are not shown in Get-QADUser.

To display hidden properties of user like”ipphone” number we can use the command:

get-qaduser user.name -IncludeAllProperties ipphone

Changing this property we can do like this:

set-qaduser user.name -objectAttributes @{ipphone=”666″}

Brak komentarzy:

Prześlij komentarz