Posts

E14 Ticket: How to Reconnect Deleted Mailbox

  http://exchangeserverpro.com/reconnect-disconnected-mailbox-exchange-server-2010 [PS] C:\>Get-MailboxDatabase | Get-MailboxStatistics | where {$_.DisconnectReason -ne $null} | ft displayname,database,disconnectreason -auto DisplayName                  Database                          DisconnectReason -----------                  --------                          ---------------- Evelyn Yeh         ...

E14 RBAC: Add MessageTracking Role to child domain

Image
    Message Tracking Role http://technet.microsoft.com/en-us/library/dd876858.aspx Although we’ve assigned “Message Tracking” role on “BQC Recipient Root” but it seems not work when tracking message on local hub servers. Now try to assign “Message Tracking” role on local site server scope. Get-ManagementRole “Message Tracking” [PS] C:\>New-ManagementRoleAssignment -SecurityGroup "BQC E14 Copy of Server Management @BQC_E14_Servers" -Role "Message Tracking"   [PS] C:\>Get-MessageTrackingLog -ResultSize Unlimited -Start "1/31/2013 01:00AM" -Sender "Andrew.Yang@MSFT.com" -Recipients "1637970000@qq.com" | ft ClientIP, ClientHostName, ConnectorID, ServerHostName,RecipientStatus

E14 LAB: RBAC – Remove-ManagementRoleAssignment

Image
  [PS] C:\>Get-ManagementRoleAssignment -Identity "Send*" | ft Name [PS] C:\>Get-ManagementRoleAssignment "Send Connectors-BQC E14 Copy of Server Management @BQC_E14_Serve" | Remove-ManagementRoleAssignment –Confirm

E14 Ticket: RBAC for Customize Role for Send Connector

Image
    Create a role from parent role [PS] C:\>New-ManagementRole -Name "BQC-Send Connectors" -Parent "Send Connectors" Name RoleType ---- -------- BQC-Send Connectors SendConnectors [PS] C:\>Get-ManagementRole "BQC-Send Connectors" | fl   RunspaceId : c28c8c78-5d9b-4140-9d8e-7983a2c3e5cf RoleEntries : {(Microsoft.Exchange.Management.PowerShell.E2010) Get-DomainController -Credential -Debug -DomainName -ErrorAction -ErrorVariable -Forest -GlobalCatalog -OutBuffer -OutVariable - Verbose -WarningAction -WarningVariable, (Microsoft.Exchange.Management.PowerShell.E2010) Get-ExchangeServer -Debug -Domain -DomainController -ErrorAction -ErrorVariable -Identit y -OutBuffer -OutVariable -Status -Verbose -WarningAction -WarningVariable, (Microsoft.Ex ...

E14 Ticket: RBAC - Add role for Create connector at child domain - V1

Image
  Version 1 New-SendConnector is not present in the role definition of the current user. About Send-Connector role is http://technet.microsoft.com/en-us/library/dd876913.aspx   The Send Connectors management role enables administrators to manage transport Send connectors in an organization. Find Send Connectors Role [PS] C:\Windows\system32>Get-ManagementRole | Sort-Object Name | ft Name [PS] C:\Windows\system32> Get-ManagementRole -Identity "Send Connectors" | fl RunspaceId                  : 388383d1-ae70-4f8d-8c00-c07f31dc1594 RoleEntries                 : {(Microsoft.Exchange.Management.PowerShell.E2010) Set-SendConnector -AddressSpaces...

E14 Ticket: Mailbox Audit & log Search

    http://www.msexchange.org/articles-tutorials/exchange-server-2010/compliance-policies-archiving/auditing-mailbox-access.html

Ticket: Messages stuck in Outbox with Outlook Anywhere

Image
    http://blogs.technet.com/b/messaging_with_communications/archive/2012/06/06/outlook-anywhere-timeout-issue-and-recommendation.aspx http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/15-tips-optimize-exchange-2010-infrastructure-part2.html Messages stuck in Outbox with Outlook Anywhere - Newer network devices have more aggressive timeouts. These timeouts can manifest as problems when using Outlook Anywhere; specifically, messages stuck in the Outbox. To resolve this issue, change the timeout for the RPC Proxy component to 120 seconds: HKLM\Software\Policies\Microsoft\Windows NT\Rpc\MinimumConnectionTimeout http://whited0gg.blogspot.tw/2012/08/new-best-practice-for-rpc-timeouts-in.html http://www.expta.com/2012/06/new-best-practice-for-rpc-timeouts-in.html http://social.technet.microsoft.com/Forums/en-US/exchangesvrgeneral/thread/3c776c4f-d74d-4dd2-8661-17b2059aad94 [PS] C:\>get-mailbox -database "BQT-...