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

outlook

$
0
0
hi everyone I have two accpeted domain in exchange for example test.com and list.com for test.com I have domain controller test.local,I added list.com to exchange, I configure outlook and it work but when I log of or restart computer outlook ask me password I enter password and save it but after restart it ask me password again.when computer is not in Doman it is work

Windows 2012 Cluster with Exchange 2013 DAG

$
0
0
Hi,

I have a question regarding Windows 2012 Failover clustering.

We have Windows 2012 running with Exchange 2013 DAG. 8 nodes 1 witness server 

There are few instances where one of the nodes lost the quorum due to network issues.  When ever that happens cluster service goes in restarting (crashing).  I tried to change Cluster service to manual and then start it but, it just keep crashing until I restart the server after that it works fine that node once again gets added into the quorum without any issues.

My question - Is it normal behavior if node lose the quorum cluster service keep restarting until you restart the server?  Or is there any way to bring back that server in the quorum without restart of the server.

clussvc.exe version 6.2.9200.21268

Error

The Cluster Service service terminated unexpectedly.  It has done this 15 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.

Thanks,

Raman

find large emails using EMS

$
0
0

I want to find large individuals emails (lets say over 10mb) in users mailboxes.

Can this be done with Exchange Management Shell?
If possible, can someone give me an EMS Code Example?

As output I would like to display: User mailbox name, mailbox folder, email subject and total size of email.

Thanks

Exchange 2013 Server Search Platform Service Errors

$
0
0

Hi Forum Members,

I seem to be getting a lot of these errors and can't seem to resolve it. I have a 2 node DAG with five (5) mailbox databases. Content Index of just two databases are healthy on just a server while all others show failed on both servers. Please can someone help with resolving this as I believe this is the key to permanently solving this content index issues. Please see image of error below:

Create Custom Folders For Specific Users

$
0
0

I have been asked to find a way to create custom folders that will show up in a users Outlook Client. Basically, when someone is hired and they belong to this specific group OU group or security group they would be assigned a custom folder list from Exchange 2013. This custom folder list would show up in the users Outlook. Has anyone done something like this? Is it possible?

Any help would be appreciated. 

outlook crashing when opening with below error code. and this is for single user who was migrated 2 month back from exchange 2007 to exchange 2010.

$
0
0
Problem signature:
  Problem Event Name:APPCRASH
  Application Name:OUTLOOK.EXE
  Application Version:14.0.4760.1000
  Application Timestamp:4ba8ff82
  Fault Module Name:ntdll.dll
  Fault Module Version:6.1.7601.18869
  Fault Module Timestamp:556366f2
  Exception Code:c0000005
  Exception Offset:000000000005107c
  OS Version:6.1.7601.2.1.0.16.7
  Locale ID:1033

Additional information about the problem:
  LCID:1033
  skulcid:1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

needed RCA ... plz help..

After Exchange 2013 CU9 Get-MailboxDatabase returns objects with incorrect property types

$
0
0

It appears after CU9, unless you have installed the CU9 management tools locally on the machine, Get-MailboxDatabase returns objects whose properties are mostly strings

Take the following commands

[1] (Get-MailboxDatabase)[0].ActivationPreference | gm
[2] (Get-MailboxDatabase)[0].ProhibitSendQuota | gm

On a machine with CU9 installed, the following is returned

[1]    TypeName: System.Collections.Generic.KeyValuePair`2[[Microsoft.Exchange.Data.Directory.ADObjectId,Microsoft.Exchange.Data.Directory, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Int32,mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

[2]    TypeName: Microsoft.Exchange.Data.Unlimited`1[[Microsoft.Exchange.Data.ByteQuantifiedSize, Microsoft.Exchange.Data,
Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]

However, on a machine without the tools installed from CU9, OR, on a machine that has no tools and simply does a remote powershell session, the following is returned

[1]    TypeName: System.String

[2]    TypeName: System.String

I suspect that upgrading the tools to those included with CU9 may fix the issue, a colleague did a fresh install using the CU9 install and his seems to work as expected.  

Is anyone else seeing something like this?

Search-Mailbox –confirm:$false don't work

$
0
0

Hello,

I don't want the prompt for confirm yes or not to delete.

My command is:

Search-Mailbox –identity “user one” –SearchQuery kind:contacts -DeleteContent -confirm:$false 

But always i have the confirmation.

Thx for your help.


Users can see public folders in outlook that they do not have access to

$
0
0

Hi all

We are running Exchange 2013 and Outlook 2010. Some users can see some public folders in their Outlook that they do not have access too.

The users only see an empty folder when they try to open it.

I can't remove those folders from the public folder list. I do not think the users should have something visible they do not use.

Do you know where I can do that ?

Thanks in advance

Full Access to All Mailboxes on a Exchange 2013

$
0
0

Hi ,

I have been asked by a manager to provide him access to all users mailboxes in our environment through his outlook client. We presently single have Exchange 2013 Mailbox server with three database. Auto Mapping should be off.
Thank you for your help.


MG

PowerShell - move contact list to public folder

$
0
0

Hello,

I want move my personnal contact in a contact list inside the public folder.

Is it possible by PowerShell ?

Thx a lot,


Message cannot be delivered - DAG Maintenance mode

$
0
0

Recently I needed to do some maintenance to 1 of the members in our 3 node Exchange 2013 DAG. I put the server in maintenance mode using the following commands.

Set-ServerComponentState servername –Component HubTransport –State Draining –Requester Maintenance
Suspend-ClusterNode –Name servername
Set-MailboxServer servername –DatabaseCopyActivationDisabledAndMoveNow $true
Get-MailboxServer servername | Select DatabaseCopyAutoActivationPolicy
Set-MailboxServer servername –DatabaseCopyAutoActivationPolicy Blocked
Set-ServerComponentState servername –Component ServerWideOffline –State InActive –Requester Maintenance

Once all of the commands had run I confirmed that the server was in maintenance mode before I began updating that server. Once I began updating the server, I got a call from a user that they can't send email. They received an NDR that said their email could not be delivered. I had the user try and resend the email and it went through fine. My question is, how do I prevent from happening in the future? I thought once the server was in maintenance mode it could not be contacted by clients. Should I also add I line to my script that also stops the transport service to prevent any connections? Any help would be greatly appreciated.

Thanks

Lots of error messages in Security Log

$
0
0

We have installed a fresh install of Exchange 2013 on Server 2012.

We see Event ID: 4625 in the Security Logs and see thousands a day.

I have a read a few articles on this but I cannot put my finger on the cause so would welcome comment or solution.


A typical error reads as follows:

 
An account failed to log on.
 
Subject:
                Security ID:                         SYSTEM
                Account Name:                 SERVER$
                Account Domain:                             SERVER0
                Logon ID:                             0x3E7
 
Logon Type:                                       3
 
Account For Which Logon Failed:
                Security ID:                         NULL SID
                Account Name:                 
                Account Domain:                             
 
Failure Information:
                Failure Reason:                 Unknown user name or bad password.
                Status:                                  0xC000006D
                Sub Status:                         0xC0000064
 
Process Information:
                Caller Process ID:             0xfc8
                Caller Process Name:     C:\Program Files\Microsoft\Exchange Server\V15\Bin\MSExchangeHMWorker.exe
 
Network Information:
                Workstation Name:        SERVER
                Source Network Address:            -
                Source Port:                       -
 
Detailed Authentication Information:
                Logon Process:                  C
                Authentication Package:               Kerberos
                Transited Services:          -
                Package Name (NTLM only):       -
                Key Length:                        0
 
This event is generated when a logon request fails. It is generated on the computer where access was attempted.
 
The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
 
The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
 
The Process Information fields indicate which account and process on the system requested the logon.
 
The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
 
The authentication information fields provide detailed information about this specific logon request.
                - Transited services indicate which intermediate services have participated in this logon request.
                - Package name indicates which sub-protocol was used among the NTLM protocols.
                - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.


exchange 2013 ecp error 400 Bad Request

$
0
0

i'll try to get https://mine.echange.com/ecp 

entering my credentials and i get  Bad Request :( 

i found some solutions for 2010, but it wouldn't work :(

PowerShell - Path CSV not correct

$
0
0

Hello,

A  very little question but i don't find.

i must exécute this command in PowerShell for import my contact from a CSV. All is perfect.

But i must take the CSV on teh network. In my computer it's ok but when i want place teh CSV on the network that don't work:

OK

.\Import-MailboxContacts.ps1 -CSVFileName .\Contacts.csv -EmailAddress ob@ok.com -EwsUrl https://srvexch/EWS/Exchange.asmx

NOT OK

.\Import-MailboxContacts.ps1 -CSVFileName "\\srvfiles\Contacts.csv" -EmailAddress ob@ok.com -EwsUrl https://srvexch/EWS/Exchange.asmx



thx,



Powershell command - delete a folder from an mailbox

$
0
0

We have an mailbox that just collects data from mailbox searches, we would like to purge some of this data from the mailbox, do I have any options via the powershell to accomplish this.

Thanks in advance

Exchange 2010 Auto Accept Room

$
0
0

I have setup 5 Room accounts for meeting invites. When users invite those rooms, they show as tentative.

How can i set this to show as "accepted"

Thanks,

"Office 365 Mailbox" missing for users that are member of Ricipent Management role

$
0
0

Hi,

I have a hybrid setup with Office 365 and one exchange 2013 standard server on-premises.

I currently have an issue with that I have a button after pressing the + under recipient to create a Office 365 mailbox from the ECP, but users that are members of the Recipient Management role don't have that button visible.

What extra permissions are required to be able to create an Office 365 mailbox from the on-premises Exchange?

Which tool for monitoring health check exchange server ?

$
0
0

Dear Sir,

I would like to know Which tool for monitoring health check exchange server and active directory server?

Exchange Server 2013 Report tools

$
0
0

Hey folks,

I was curious what was a recommended reporting tool for Exchange 2013.  Is there a handy out-of-the-box solution for reporting Mailbox trends, sizes?  Reports on general email usage for users, groups etc?  Would there be a solution that offers reports, but also offers real time alerts, say if the DAG goes down or there's something nasty going on with the server?

Anyway, thanks for your suggestions!

Viewing all 3457 articles
Browse latest View live


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