使用PowerShell的Active Directory更改网页字段

时间:2015-04-27 06:55:36

标签: powershell active-directory

我目前正试图弄清楚如何使用Powershell更改Active Directory中的网页字段!我已经找到了如何改变其他所有领域,但没有说明如何改变这个领域! (例如:http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/

我目前正在使用Set-User -Identity 'xxxxxxxxxx' -Description 'xxxxxxxx' -Office 'xxxxxxxx' -telephoneNumber 'xxxxxxxxx' -email 'xxxxxxxx' -StreetAddress 'xxxxxxxxx' -City 'xxxxxxxx' -StateOrProvince 'xx' -PostalCode 'xxxxxx' -country 'United States'

我突出了我想要改变的领域。感谢大家的帮助!

AD Field

1 个答案:

答案 0 :(得分:2)

Set-ADUser -HomePage http://www.google.com -Identity username