AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 730209
Accepted
Daniel
Daniel
Asked: 2015-10-21 04:52:58 +0800 CST2015-10-21 04:52:58 +0800 CST 2015-10-21 04:52:58 +0800 CST

在 Exchange Online 中访问 DelegateListLink 属性?

  • 772

我需要给几个用户 ReadPermissions 到一些邮箱。我需要只读邮箱通过自动映射出现在用户的 Outlook 中。

我知道您可以通过 Active Directory 中的 mxExchDelegateListLink 属性来实现这一点。但是,这不适用于 Office 365 和 DirSync。

我发现,您可以使用以下命令在 PowerShell 中查看该属性:

(Get-MailboxPermission <mailbox> -ReadFromDomainController)[0].DelegateListLink

它列出了 Outlook 将自动映射查询邮箱的所有用户。

如何通过 PowerShell 将用户添加到该属性?该属性对于每个 MailboxPermission 对象都是相同的,因此您可能不能只单独编辑该属性。

powershell
  • 1 1 个回答
  • 683 Views

1 个回答

  • Voted
  1. Best Answer
    Johan de Haan
    2015-10-27T00:52:35+08:002015-10-27T00:52:35+08:00

    我认为不可能通过 Exchange 命令行管理程序设置 DelegateListLink。如果您检索此属性的可能方法和属性,则没有类似 SetValue 的方法:

    Get-MailboxPermission <mailbox> -ReadFromDomainController)[0].DelegateListLink | Get-Member
    
    
    TypeName: Microsoft.Exchange.Data.Directory.ADObjectId
    
    Name              MemberType Definition
    ----              ---------- ----------
    AncestorDN        Method     Microsoft.Exchange.Data.Directory.ADObjectId AncestorDN(int generation)
    DescendantDN      Method     Microsoft.Exchange.Data.Directory.ADObjectId DescendantDN(int depth)
    Equals            Method     bool Equals(System.Object obj), bool Equals(string objString), bool Equals(Microsoft.Ex...
    GetAdNameAtDepth  Method     Microsoft.Exchange.Data.Directory.AdName GetAdNameAtDepth(int depth)
    GetByteCount      Method     int GetByteCount(System.Text.Encoding encoding)
    GetBytes          Method     byte[] GetBytes(), byte[] GetBytes(System.Text.Encoding encoding)
    GetChildId        Method     Microsoft.Exchange.Data.Directory.ADObjectId GetChildId(string unescapedCommonName), Mi...
    GetDescendantId   Method     Microsoft.Exchange.Data.Directory.ADObjectId GetDescendantId(string unescapedChildName,...
    GetHashCode       Method     int GetHashCode()
    GetType           Method     type GetType()
    IsDescendantOf    Method     bool IsDescendantOf(Microsoft.Exchange.Data.Directory.ADObjectId rootId)
    ToCanonicalName   Method     string ToCanonicalName()
    ToDNString        Method     string ToDNString()
    ToExtendedDN      Method     string ToExtendedDN()
    ToGuidOrDNString  Method     string ToGuidOrDNString()
    ToString          Method     string ToString()
    TraceTo           Method     System.Void TraceTo(Microsoft.Exchange.Diagnostics.ITraceBuilder traceBuilder)
    Depth             Property   System.Int32 Depth {get;}
    DistinguishedName Property   System.String DistinguishedName {get;}
    DomainId          Property   Microsoft.Exchange.Data.Directory.ADObjectId DomainId {get;}
    IsDeleted         Property   System.Boolean IsDeleted {get;}
    IsRelativeDn      Property   System.Boolean IsRelativeDn {get;}
    Name              Property   System.String Name {get;}
    ObjectGuid        Property   System.Guid ObjectGuid {get;}
    Parent            Property   Microsoft.Exchange.Data.Directory.ADObjectId Parent {get;}
    Rdn               Property   Microsoft.Exchange.Data.Directory.AdName Rdn {get;}
    
    • 1

相关问题

  • 资源锁和电源外壳

  • 脚本 - 如何断开远程桌面会话?

  • 如何限制向通讯组发送到外部地址?

  • Powershell对值与数组的作用不同?

  • Windows Powershell Vim 键绑定

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve