zoukankan      html  css  js  c++  java
  • 禁用帐户后出现Even ID 9548

    A user leaves the company and you disable the account.
    Your event log then starts filling up with errors like this:

    Event Type: Error
    Event Source: MSExchangeIS Mailbox Store
    Event Category: Logons
    Event ID: 1022
    Date: 04/11/2004
    Time: 05:15:50
    User: N/A
    Computer: MAIL-SERVER
    Description:
    Logon Failure on database "First Storage Group\Mailbox Store
    (MAIL-SERVER)" - Windows 2000 account NT AUTHORITY\SYSTEM; mailbox
    /O=Company plc/OU=COMPANY/cn=Recipients/cn=usera.
    Error: -2147221231
     

    For more information, click
    http://www.microsoft.com/contentredirect.asp.

    Event Type: Warning
    Event Source: MSExchangeIS
    Event Category: General
    Event ID: 9548
    Date: 04/11/2004
    Time: 05:15:50
    User: N/A
    Computer: MAIL-SERVER
    Description:
    Disabled user /O=Company plc/OU=COMPANY/cn=Recipients/cn=usera does not
    have a master account SID. Please use Active Directory MMC to set an
    active account as this user's master account.

    For more information, click
    http://www.microsoft.com/contentredirect.asp.
     

    You want to remove the error message from the system, yet still retain the account.
    There is a simple fix.

    1. Go in to the Mailbox Rights of the user account. You will find this in ADUC, Right click on the user account and choose Properties. Select the "Exchange Advanced" tab and then "Mailbox Rights".
    2. Listed in the users will be one called "Self", which should already have "Full Mailbox Access" rights. Enable "Associated External Account" as well.
    3. Apply/OK out.

    Note: You can only have one "Associated External Account" per user, so if another account has already been given that setting, it will need to be removed.

     http://support.microsoft.com/kb/278966/zh-cn

  • 相关阅读:
    oracle case when的使用方法
    php数字,字符,对象判断函数
    php is_dir 判断是否为目录
    mysql服务器查询慢原因分析与解决方法
    php生成html文件的多种方法介绍
    php mysql mysqli区别比较详解
    C++定时器用法(已经封装成类)
    获取远程计算机MAC
    批量获取远程计算机MAC
    c++封装日志类
  • 原文地址:https://www.cnblogs.com/jjkv3/p/252899.html
Copyright © 2011-2022 走看看