Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance 论坛
Viewing all 3457 articles
Browse latest View live

Exchange 2013 Message Tracking

$
0
0

Hi

As far as I know, in Exchange 2013 exists only the cmdlet get-messagetrackinglog, to do a message tracking.

But I am missing information like clientIP, ConnectorID, RecipientStatus etc. I there a way to get these information using the get-messageTrackingLog?

For example I see an eventId FAIL, but there is no information why it failed. I am really missing the good old tracking log Explorer from Exchange 2010. Or am I searching at the wrong place?

Any suggestion would be appreciated.

Regards
Peter


Active monitoring logs randomly clearing after CU5

$
0
0
After performing the Exchange 2013 update to CU5, we have been noticing that some of the active monitoring logs are randomly clearing. Specifically the Throttling Config, Responder Definition, Monitor Definition, Probe Definition, and Maintenance Definition logs. The only correlation I can find is in the Startup Notification logs I see an event every time the logs are cleared starting the Local endpoint manager. I looked back prior to CU5 and this event occurred infrequently, and accompanied by a handful of other startup events, now it seems to be running by itself intermittently. It isn't happening at any consistent time or date range. Sometimes we will have 2 in one day, other times it will wait 2 or 3 days to clear. Default behavior even if the log is full would be to overwrite old logs rather than perform a log clear, but I'm looking at the log and even after a full days worth there's barely 100 events in any given log. I reviewed the logs and there's no indication of trouble, no errors or warnings. Is anyone else seeing this behavior on exchange?

Dynamic Distribution Group Difficulties

$
0
0

I am attempting to create some Dynamic Distribution lists on Exchange 2010, but I am having some difficulties.

What I am trying to do is create the lists based on the division each user is in ie "E - Full Time" the attribut is in AD and is listed in the attribute editor, but I cannot seem to find a way to index it with the command line:

[PS] C:\Windows\system32>New-DynamicDistributionGroup -Name "test2" -RecipientFilter {(RecipientType -eq 'UserMailbox') -and (division -like 'A- Officer')}

It pukes with the following error:

Invoke-Command : Cannot bind parameter 'RecipientFilter' to the target. Exception setting "RecipientFilter": ""division" is not a recognized filterable property. For a complete list of filterable properties see the command help."(RecipientType -eq 'UserMailbox') -and (division -like 'A- Officer')" at position 41." C:\Users\someuser\AppData\Roaming\Microsoft\Exchange\RemotePowerShell\server.domain.com\server-p.domain.com.psm1:26024 char:29

+$scriptCmd = { & <<<<  $script:InvokeCommand `

+ CategoryInfo          : WriteError: (:) [New-DynamicDistributionGroup], ParameterBindingException

+ FullyQualifiedErrorId 

It would seem to me that if it is a queryable attribute in the LDAP it should be able to be used as a search term from the exchange console.

ANy help would be appreciated.



David Qualls

Can I have access to Edge Exchange Server (Ex 2010SP3) using telnet mail.domain.pl 25 from Internet?

$
0
0

Hi

Could you tell me if should I get access to Edge Server from Internet using telnet:

telnet mail.domain.pl 25

Edge Server is behind Cisco ASA Firewall. I'm not sure If is better to get acccess or not. I'm not sure if firewall rules on ASA are good created.

In DMZ network where is Edge server I can access using telnet command.

Thank you in advance for reply.

Tomasz


Kind Regards Tomasz

Give external users access to resources?

$
0
0

Hello TechNet

I need to know if it's possible to give external exchange users access to a meeting room or a resource in Exchange.

We have Exchange 2007 and 2013, the users in the Exchange 2013 enviroment will need access to resources in the Exchange 2007 enviroment. The most important thing is that users can be able to book meeting rooms and get an instant reply from the meeting room. 

I've had a look at GalSync (http://www.galsync.com/)  but this tool will only synchronize the objects.. so i might as well create a simple powershell script instead to accomplish this.

If needed I will upgrade the Exchange 2007 to 2013, this needs to be done anyway. 

Thanks :) 


Best Regards Bjørn Olav Vangen Aure

Windows XP Machines Always Prompt for Credentials (Exchange 2013, Outlook 2010)

$
0
0

I am running Exchange 2013 on Server 2012 Datacenter (VM).  Windows 7 clients with Outlook 2010 work fine.  Windows XP clients with Outlook 2010 prompt for credentials (user name and password) each time Outlook is started, and checking the "Remember my password" box does not prevent this from happening the next time.  The "Always prompt for logon credentials" checkbox on the "Security" tab of the "More Settings" section of the Exchange account is not checked.  I have found a myriad of posts with similar issues, but they all seem to have to do with SBS/Exchange 2007, and I haven't come across something that works as a solution for me.  One suggested certificate issues, and I was having certificate security warnings, but I got that resolved.  I am hopefuly that the fact that this only happens on Windows XP will be telling.

Retention Policies not working for migrated exchange 2007 users to 2013

$
0
0
Have almost completed exchange migration from 2007 to 2013. I have created and recreated retention policies in 2013 for my users. The problem i am experiencing is that any users that were migrated from 2007 don't seem to be getting the retention policies ran against their mailboxes. I have a 2013 user that i created new in 2013 and the policy i have set works as expected. Has anyone else run into this. I currently have a case open with Microsoft but I am not making any progress on it with them.

Retrieving Mailbox Folder Information from an RDB

$
0
0

Hi all --

I'm looking to do a New-MailboxRestoreRequest to recover some specific folders (deeper than top-level) from an RDB mailbox to a production mailbox.  However, before I initiate the restore, I'd like to verify that the production mailbox has enough space to accommodate the folders I'm restoring.

Obtaining folder size information from production mailboxes is straightforward, but I haven't yet seen a way to do it with folders in an RDB mailbox.

I'd like to avoid having to use MAPI and keep this to PowerShell cmdlets if at all possible.

Any help/clues appreciated,

James Mooney, EMC Corp.


Can a MailUser type account be delegated rights to a calendar?

$
0
0

I've created a MailUser (no mailbox) account for an application service. When I try to delegate access to the required users' calendars I get the following:

[PS] C:\WINDOWS\system32>Add-MailboxFolderPermission -AccessRights Author -User zzzz -Identity yyyy:\Calendar
The user "zzzz" was found in Active Directory but isn't valid to use for permissions. Try an SMTP address instead.+ CategoryInfo          : NotSpecified: (:) [Add-MailboxFolderPermission], InvalidInternalUserIdException+ FullyQualifiedErrorId : [Server=xxxx,RequestId=ae8aa027-e2d6-4c80-9b34-4e6668bb47c2,TimeStamp=6/12/2014 6:43:28 PM] [FailureCategory=Cmdlet-InvalidInternalUserIdException] D5F9F342,Microsoft.Exchange.Management.StoreTasks.AddMailboxFolderPermission+ PSComputerName        : xxxx

[PS] C:\WINDOWS\system32>Add-MailboxFolderPermission -AccessRights Author -User zzzz@xxxx.xxx -Identity yyyy:\Calendar
The user "zzzz@xxxx.xxx" is either not valid SMTP address, or there is no matching information.+ CategoryInfo          : NotSpecified: (:) [Add-MailboxFolderPermission], InvalidExternalUserIdException+ FullyQualifiedErrorId : [Server=xxxx,RequestId=c0a02976-4ce3-45cf-9599-f8032c7cc1d5,TimeStamp=6/12/2014 6:43:35 PM] [FailureCategory=Cmdlet-InvalidExternalUserIdException] 5DB0C177,Microsoft.Exchange.Management.StoreTasks.AddMailboxFolderPermission+ PSComputerName        : xxxx


Justin Cervero - MS Enterprise Admin - Appalachian State University


How do you configure "ScriptAgentConfig.xml" for automatic enabling of mailbox auditing for new mailboxes?

$
0
0

I’m trying to enable automatic auditing of mailboxes upon creation and I read on some posts regarding the scripting agent config.xml. In the install directory of one of my Exchange 2013 SP1 boxes, I found the “scriptingagentconfig.xml.sample” file and renamed it to “scriptingagentconfig.xml”. I see that there is a section for auditing – “cmdlets=”new-mailbox”":

<Feature Name="Auditing" Cmdlets="new-mailbox">
<ApiCall Name="Validate">
#parameter list:
#param([ProvisioningHandler]$provisioningHandler, [IConfigurable]$readOnlyIConfigurable)
$newObjectGuid = $readOnlyIConfigurable.Guid.ToString();
</ApiCall>
<ApiCall Name="OnComplete">
#parameter list:
#param([ProvisioningHandler]$provisioningHandler, [bool]$succeeded, [Exception]$exception)
if($succeeded) 
{
WriteToSQL($newObjectGuid);
}
</ApiCall>

</Feature>

Does this mean I just need to push this “xml” file to all my Exchange 2013 SP1 boxes and run “Enable-cmdletextensionagent”???? Guess I'm wondering if I can use the "sample" xml file or do I create a new one???

Reference posts:

http://exchangeserverpro.com/automatically-enabled-mailbox-audit-logging-exchange-server/

Cannot Move Exchange 2013 Database "Object couldn't be found on" Error

$
0
0

Hello,

I am trying to move my exchange 2013 database to a different partition, when I enter the move-databasepath command, It says the operation couldn't be performed because object "databaseName" could not be found on "Southwestdc01"

My Exchange server name is SWPSExchange, I am in the exchange management shell on my exchange server, but it's as if it is looking for the database on my Active directory server.  I have one DC, and an exchange server.  Is there a way to specify which server the database is on?  If it would only look for the database on the SWPSExchange, it would work.

i verified the database name, the issue is when I run the move-database command, it is looking for the database on the wrong server.

Thanks for the help!

Lync 2013 'wipping' proxyaddress attribute in AD when provisioning accounts

$
0
0
We have a 2013 on premises server running Lync. We have noticed when provisoning users that the proxyaddress SMTP attribute is showing as being wiped out

Unable to browse Users catalog in Active Directory from ECP

$
0
0

Hi,

I am in the middle off a migration job from Exchange 2007 running on a SBS 2008 server, to a new Exchange 2013 server. Everything looks fine, but I have one issue. When I try to manage a mailbox, in ECP, with a AD user object located in the Users container in Active Directory, I retrieve a error saying Can't find the organizational unit that you specified. Make sure that you have typed the OU's identity correctly.

If I try to create a new mailbox, I can not chose to place it in the Users container either.

My guess is that this has something to do with how SBS handles security. Has anyone experienced this earlier, or knows how I can solve it?


-ae


Managed Availability MapiExceptionMultiMailboxSearchFailed

$
0
0

Hello Everyone,

Have a fresh Exchange 2013 SP1 install setup and before we start to make any changes towards coexistence we would like to know how to resolve the below alerts on our 4 mailbox servers.

First Event:

Probe: EdiscoveryDeepTestProbe/Mailbox Database 2031363269
Latency: 0ms
Error: MapiExceptionMultiMailboxSearchFailed: Multi Mailbox Keyword Stats Search failed. (hr=0x80004005, ec=2802)
Diagnostic context:
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 55392   StoreEc: 0xAF2     
    Lid: 32864   StoreEc: 0xAF2     
    Lid: 42621   StoreEc: 0xAF2     
    Lid: 1750    ---- Remote Context End ----
    Lid: 63080  
    Lid: 38504   StoreEc: 0xAF2     
    Lid: 58984  
    Lid: 34408   StoreEc: 0xAF2     
Details:
Log:

-------------------------------------------------------------------------------

States of all monitors within the health set:
Note: Data may be stale. To get current data, run: Get-ServerHealth -Identity 'NCITSMBX02' -HealthSet 'Ediscovery.Protocol'

State               Name                                    TargetResource                     HealthSet                     AlertValue     ServerComponent     
-----               ----                                    --------------                     ---------                     ----------     ---------------     
NotApplicable       EdiscoveryDeepTestMonitor                                                  Ediscovery.Protocol           Healthy        None                

Second Event:

Search has unhealthy copy status for mounted database 'Mailbox Database 2031363269'. The last probe error was:

Search catalog is in 'FailedAndSuspended' state for mounted database 'Mailbox Database 2031363269'. Failover has been tried already but did not solve the problem.
Status of all copies of the database among servers:
Copy: 'Mailbox Database 2031363269\NCITSMBX02', Database Status: 'Mounted', Content Index Status: 'FailedAndSuspended', Error Message: 'The content index is corrupted.'.

Please let me know if you need anymore information.  Thanks for any assistance!


How to delegate permission to user to update only his attribute

$
0
0

i create GPO logon that Update user descreption

and to do  that h had to delegate  Permission "property-specifc" to user to write in descreption  attribute

and that work

but the problem is the user can update other user descreption if he use secripts

and i want user to update only his descreption


ediscovery search failed

$
0
0

Exchange 2013 Sp1

When ever i try to run an "in-place eDiscovery & hold" i get the following error right away

The search server can't find an object to execute the search. Please contact you administrator for assistance. The message from the search server is "the active directory user wasn't found, <.'. 

All arbitration mailboxes exist. I have removed them all and recreated them. i have removed the discovery mailbox and recreated it as well using 'Enable-Mailbox -Discovery"DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}"'

and gave the discovery group full access... all commands completed successfully. 

have rebooted all systems as well.

test-mailboxsearch works on all databases as well.

I dont see any errors in the event viewer on the mailbox server.

Thanks


Systems Administrator


update first and last name in exchange admin center fails with error value cannot be null. parameter name value

$
0
0

Hi,

I am trying to update the first name and last name fields for my users in AD using exchange 2013 admin center, some of them works but for others it fails with the below error:

Value cannot be null. Parameter name: Value

What could be the issue knowing that I am already assigned a domain admin and organization management roles. 

Exchange 2010 Monitoring

$
0
0

Hi,

I have a customer who have Exchange 2010. They have asked me to look into monitoring for them. They already monitor standard things like CPU, Memory etc and some Exchange metrics such as Database sizes, queues etc.

The customer wants to be able to look at Exchange and be confident that it would be fit for purpose if sudden growth occurred (such as an acquisition) and how that could potentially impact the Exchange environment (increased connections, latency etc).  Ive found the counters you can use from technet but this list is extensive. I guess I am looking for real world examples of how I can achieve this and be able to use the data to estimate future growth.

Any help greatly appreciated as always

Exchange 2013 Public Folders Array Dimensions Have Exceeded Supported Range

$
0
0

Hello,

I have another odd issue for public folders on Exchange 2013. I am working with an environment with a bit over 3000 Public Folders and we are having some issues where some users are not able to access the public folder. When I try to change the permissions to those folders I get the error of:

"Array Dimensions Have Exceeded Supported Range"

The environment is a 2 Node DAG with all components installed on each server. The latest Roll Up has been in stalled on both servers as well.

Thanks in Advance

Joe

Exchange 2013 - Quota notifications problem

$
0
0

Hello,

First of all I want to express mild disappointment with the way quota notification alerts are documented on Technet for Exchange 2013. The only reference I could find is that QuotaNotificationSchedule parameter of the Set-MailboxDatabase cmdlet no longer does anything: "This parameter has been deprecated in Exchange 2013 and it no longer does anything.".

The only other reference I could find is this forum post:
http://social.technet.microsoft.com/Forums/exchange/en-US/f30bb2ca-91ab-4e69-a8b6-720e6a8a5b83/exchange-2013-quota-notification-message-not-sent-during-schedule?forum=exchangesvrgeneral

where it says: "Quota messages are generated once the user log in to mailbox in exchange 2013."

However, Microsoft Press published a book in 2013 "Inside Out: Microsoft Exchange Server 2013: Mailbox and High Availability" where QuotaNotificationSchedule parameter is being referenced as a working parameter which controls when Quota notification are being sent.

My experience says that the forum post is correct.

Now onto the problem.

While our customer was still on Exchange 2010 they were the victims of this issue:
http://support.microsoft.com/kb/2480474/en-us which could easily be fixed with CheckWarningQuota registry key.

Now we have migrated those mailboxes to Exchange 2013 and again, users are not receiving quota notification e-mails. Only a few users receive quota notifications e-mails and those are users that got their mailbox created on the new Exchange 2013 system. Migrated users do not receive notifications. We have tried CheckWarningQuota on Exchange 2013 but it does nothing. Our theory is that mailbox flag introduced in Exchange 2010 SP1 is migrated with the mailboxes to Exchange 2013 and is the reason why we are not receiving quota notifications again.

I appreciate thoughts and comments.

Regards,
Dinko

Viewing all 3457 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>