powershell activedirectory set hpone number for current user

# TODO: Windows 10 install RSAT with ActiveDirectory
# Get-WindowsCapability -Name RSAT\* -Online |? Name -match '(ServerManager|ActiveDirectory)' |? State -NE Installed | %{ Add-WindowsCapability -Online -Name $_.Name }

Set-ADUser -Identity AlexandrM -OfficePhone '+380919315555'
Get-Aduser -Identity AlexandrM -Properties OfficePhone