Link to home
Start Free TrialLog in
Avatar of yo_bee
yo_beeFlag for United States of America

asked on

Get-ADuser -properties * is not listing all the attributes

I have a Cisco Unified Call Manager system in my environment for many years. Yesterday I decided to integrate LDAP with CUCM.
When I  ran the sync process it worked as expected and updated existing local accounts information with the information in AD.  The one item that changed is the CUCM telephone number attribute and it is not editable after syncing.  Original it was just the last four digits of the phone number.  So when I did a lookup of a user from the phone I was able to dial the 4 digit number and it call the phone.  After syncing with AD the telephone in CUCM reflected the number in AD, which is the full 10 digits.  There is an attribute in AD schema called ipPhone and it can be matched with CUCM telephone field.   So I was going to update all AD users ipPhone attribute with the last 4 digits, but when I ran
Get-ADUSER -Identity <name> -properties *

Open in new window

 the ipPhone attribute was not listed.  

Is there anyway that I can get this information into AD using Powershell.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yo_bee

ASKER

Learn something new everyday.

Thanks for the fast reply