简体   繁体   English

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

[英]Active Directory Change Webpage field using PowerShell

I am currently trying to figure out how to change the web page field in Active Directory using Powershell! 我目前正在尝试弄清楚如何使用Powershell更改Active Directory中的网页字段! I have found out how to change every other field but no where says how to change that field! 我已经找到了如何更改其他每个字段的方法,但是没有地方说明如何更改该字段! (example: http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/ ) (示例: http : //www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/

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

I have highlighted the field I am trying to change. 我已突出显示我要更改的领域。 Thanks for the help everyone! 感谢大家的帮助!

广告栏位

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM