update mobile phone number in AD
Get-ADUser -Identity “bunthoeurn” | Set-ADUser -MobilePhone “089 919 959” Set-ADUser[-WhatIf][-Confirm][-AccountExpirationDate ][-AccountNotDelegated ][-Add ][-AllowReversiblePasswordEncryption ][-AuthenticationPolicy ][-AuthenticationPolicySilo ][-AuthType ][-CannotChangePassword ][-Certificates ][-ChangePasswordAtLogon ][-City ][-Clear ][-Company ][-CompoundIdentitySupported ][-Country ][-Credential ][-Department ][-Description ][-DisplayName ][-Division ][-EmailAddress ][-EmployeeID ][-EmployeeNumber ][-Enabled ][-Fax ][-GivenName ][-HomeDirectory ][-HomeDrive ][-HomePage ][-HomePhone ][-Identity][-Initials ][-KerberosEncryptionType ][-LogonWorkstations ][-Manager ][-MobilePhone ][-Office ][-OfficePhone ][-Organization ][-OtherName ][-Partition ][-PassThru][-PasswordNeverExpires ][-PasswordNotRequired ][-POBox ][-PostalCode ][-PrincipalsAllowedToDelegateToAccount ][-ProfilePath
Read More