Posts

E14 LAB: RBAC for Recipient Management

    http://sysadmin-talk.org/2010/04/5-steps-to-heaven-creating-a-custom-rbac-role-in-exchange-2010/ http://www.networkworld.com/community/node/47428

E14 Ref: CAS array only resolve internally

Image
    http://technet.microsoft.com/en-us/library/ee332317.aspx

E14 Ticket: RBAC delgate permission (database/ recipient management) to child domain

問題定義 : 1. RBAC delgate permission (database/ recipient management) to child domain 服務範圍 : 1. Provide how to setup RBAC delegate permission (database/ recipient management) to child domain 原因說明 : 解決方式 : Symptom ===== RBAC delegation permission (database/ recipient management) to child domain Resolution ============== Commands 1.            New-ManagementScope -Name "ServerInContoso" -ServerList  EX1, EX2, EX3 2.            New-ManagementScope -name "RecipientInContoso" -RecipientRoot "Contoso.msft.corp" -RecipientRestrictionFilter {name -like '*'} –verbos 3.            $RoleGroup = Get-RoleGroup "Server Management" 4.            New-RoleGroup "Server Management - Contoso" -Roles $Role...

E14 Ref: Add-ADPermission (Organization Management Group)

  http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/3d408093-5026-470d-92d5-33575ec365dd/   By default, only member of Organization Management group can run the cmdlet. Add-ADPermission http://technet.microsoft.com/en-us/library/bb124403.aspx Please also run the Exbpa in the Toolbox to do "Permission Check".

Ref: E2010 WSB does not support passive database copies (DAG)

    http://exchangeserverpro.com/exchange-2010-passive-database-copies-included-backups-dag-members   So what do we learn from this? Reminder, the below should be read in conjunction with the notice at the start of the article, as backing up passive database copies using Windows Server Backup is not a supported scenario Yes, passive database copies stored on a volume are backed up by Windows Server Backup Yes, this allows backups of passive database copies to be restored, although not directly Yes, this would allow a backup of a passive database copy to be used for disaster recovery of a database No, the backup time stamp is not written when a passive database copy is backed up, so any monitoring of backups that involves checking that time stamp needs to take that into consideration http://blog.chrislehr.com/2010/03/exchange-2010-dag-backups-using-windows.htm

LAB: Exchange 2010 Recovery by WSB

Image
  http://www.simple-talk.com/sysadmin/exchange/restoring-exchange-server-2010-using-windows-server-backup/ http://exchangeserverpro.com/restore-individual-mailbox-exchange-2010                                   http://technet.microsoft.com/en-us/library/bb125218.aspx    

E14 Ticket: Unable to Download OAB after Exchange 2010 SP2–Part2

Image
  (*Final Answer*) OAB issues after simplifying the OWA 2010 URL? http://blogs.msexchange.org/walther/2010/03/22/oab-issues-after-simplifying-the-owa-2010-url/ http://social.technet.microsoft.com/wiki/contents/articles/simplify-the-outlook-web-app-url-in-exchange-server-2010.aspx     http://social.technet.microsoft.com/Forums/sk/exchange2010/thread/0e2e73a1-73ca-4d0c-a5a3-3434be8ebd73 Perhaps you are seeing the same thing.  Check the OAB directory (%ExchangeInstallPath%\ClientAccess\OAB) for a web.config file.  If it exists you can do one of two things.  Delete it (I usually rename it) or grant NT Authority\Authenticated Users READ access to the web.config file. You may have to reset IIS after making the change; not 100% on that.