【问题标题】:Set Distribution group notes设置通讯组备注
【发布时间】:2012-07-04 16:13:19
【问题描述】:

我正在尝试通过 Exchange 2010 Server 上的 powershell 更改通讯组注释。

这是在创建新组时设置注释的方式:

New-DistributionGroup "G_test" -Notes "TESTTEST"

但是创建组后如何设置注释呢?

【问题讨论】:

    标签: powershell active-directory exchange-server exchange-server-2010


    【解决方案1】:

    我找到了解决方案:看起来 Exchange 在某些方面没有区分组类型。所以你必须使用Set-Group(不是Set-DistributionGroup)来改变notes属性。

    示例

    Set-Group –identity G_test –Notes “For chess lovers!”
    

    【讨论】:

      猜你喜欢
      • 2023-03-12
      • 1970-01-01
      • 1970-01-01
      • 2013-01-07
      • 2012-02-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多