Showing posts with label Exchange. Show all posts
Showing posts with label Exchange. Show all posts

Tuesday, July 28, 2015

10 PowerShell hot pedaling in your Exchange environment

As one Arrentino saying "How are you"?
Staff, the footprint here is as follows; put 10 hot commands for you streamline your daily tasks.
come on:
# 01 - Test-MAPIConnectivity -Identity EMAILDOUSUARIO@DOMINIO.COM | fl
This command being positive ensures that system services, such as Managed Folder Assistant and OWA able to successfully access the mailbox in question, it also brings that server information is located Database and the user's Mailbox. Bears the name of the Mailbox and the coolest, brings Latency. Not to mention that the camando also shows you the status.
# 02 - Get-MailboxDatabaseCopyStatus * | where {$ _ eq ContentIndexState "Failed".}
This is maniero Pakas Mermão. The more show this command is that it shows you which Databases are with the millennium bug's in the Index. Likes? It has more Mermão.
# 03 - Get-MailboxDatabaseCopyStatus * | where {$ _. ContentIndexState -eq "Failed"} | Update-MailboxDatabaseCopy -CatalogOnly
Recalls that the tip # 02 I said I had more? Command that you identified which Databases are with Millennium Bug in the Index, right? It is Mermão, now you correct. Is not it beautiful?
# 04 - Get-MailboxServer | fl name
Get-ClientAccessServer | fl name
Get-TransportServer | fl name
The above commands list the servers of their respective functions. Convenient and fast as well.
# 05 - Get-MailboxDatabase -Status | ft name, last -auto *
Get that is supimpa. The crazy list the status of the last backup (Full / incremental / copy) of databases.
# 06 - Move-ActiveMailboxDatabase NOMEDODATABASE -ActivateOnServer SERVERNAME -Confirm: $ false
Command to move mailbox.
# 07 - Get-Mailbox -Identity CONTADOUSUARIO | Get-MailboxPermission | fl
It happens sometimes, users report that they are receiving pop up asking for password. This command checks the access permissions.
# 08 - New-MoveRequest -identify CONTADOUSUARIO -TargetDatabase DATABASENAME -BadItemLimit 50 -AcceptLargeDataLoss
Comandinho supimpa to move users. And an environment that there are several rules that comanado Database is very useful.
# 09 - Get-MailboxServer -identity NOMEDOSERVERMAILBOX | Get-MailboxDatabase | where {$ _ name -match "NOMEDATABASE."} | Get-Mailbox
Cool command that shows users on the database.
# 10 - Get-Mailbox -identity EMAILDOUSUARIO@DOMINIO.COM | Select-Object Alias ​​| foreach-object {Get-MailboxFolderStatistics -Identity $ _ alias | select-object Identity, ItemsInFolder, FolderSize.}
This command is to close with a flourish. Get this shows all your folders created in your mailbox, items in your folder and the size of each.

I hope these tips to accelerate everyday tasks. Soon we will bring the TOP 10 PowerShell for Active Directory.

Wednesday, February 1, 2012

Last Send Message

Follow link for the script that lists the date of the last message sent by the recipients! Very useful especially to find inactive objects.

Just run in PS, select your Hub-Transport's range and date.

http://msgdev.mvps.org/exdevblog/showlastsentrecv1.zip

Remote Connectivity Analyzer

This URL is in the Toolbox Exchange Server 2010. ...

A good site to have to Favorites:

https://www.testexchangeconnectivity.com

We are offering Z1br recovery service bases...

We (Z1br) offering recovery service corrupted Exchange databases. ... When the ESEUTIL and isinteg does not work, it's always good to have a letter (Z1br) up his sleeve! Contact http://z1br.com.br

ExchangeStoreDB ID 123

Personal

Follow the link to problem solving in catalog corrupted members of DAG in Exchange Server 2010. The error occurs at the time of activation of the database in another member of the DAG.

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

I hope it's useful!

Exchange Network Port Reference

Follow the link for all ports used by Exchange 2007 and 2010:

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

MSExchange ADAccess 2114

In a recent project, I experienced a problem (at least by the messages on the Installation Wizard on eSales and Viewer - see image below).. This problem occurred (at least in my case) the installation of the Hub-Transport. Below is the message displayed EventViewer ...

MSEXCHANGEADTOPOLOGYSERVICE.EXE Process (PID = 1256). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To this, use Microsoft Knowledge Base article 218185, "Microsoft LDAP Error Codes." Use the information in That article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.

... Such an error occurs in Exchange Server 2007.2010. The resolution is put to the same Exchange server account in the Domain Admin group. After inclusion of the server group, restart the server and reinstall Exchange (if the problem has been presented in time of installation.).

Also spent a similar problem with Exchange Server 2003 ... in this case, the situation was regarding the deletion of an account of the Exchange server object AD.A restoration was carried out via ADRESTORE and even after inclusion of the restored object in the security groups required for Exchange Server Exchange services failed to initialize ....

Appears in the Event Viewer event ID 2114 MSExchange DSAccess.

In this case, I performed the following procedures:

  1. After the deletion of the object, restore the same with ADRESTORE;
  2. Add in the server security groups required (in some cases, these steps alone are enough to return to normal services);
  3. Remove the network cable from the Exchange server;
  4. Place the Exchange server in Workgroup and restart the server, without attaching the network cable;
  5. In AD, reset the account of the Exchange server;
  6. Plug the cable into the Exchange server and put it back in the field;
  7. Restart the server;

After these procedures, the services back to work!

Another very common procedure for troubleshooting permissions on an Exchange organization, and runs the setup / domainprep command again in DC.

Hope that helps!

Monday, March 28, 2011

Exchange Server 2010 Deployment Assistance

Guys,

Follow link for Exchange Server 2010 Deployment Assistance. Very useful for migration projects for an organization or native and coexistence with other versions, including BPOS.

# http://technet.microsoft.com/pt-br/exdeploy2010/default.aspx Index

Thursday, October 21, 2010

Limiting the size of pst file

Quantcast

A critical point in the administration of any network is the file used to archive e-mail messages from Microsoft Outlook clients, the famous ´ s pst files.

Something critical in administering these important files is the administration of the same size, since a very large PST in addition to causing slowness in searches of messages, the large size can (and probably will) cause corruption of the file.

For Microsoft Outlook 2003 and 2007 (not yet tested in 2010 … .. but I believe that works well) we limit the size of PST by changing registry keys on the workstations.

Here's a link:

http://support.microsoft.com

Friday, July 23, 2010

Wizard ´ s for creating records policy framework (SPF)

 

The SPF record is used as a form of control and authenticity of servers that are responsible for sending emails in a domain, so the SpamCheck ´ s …

To assist in creating these records in DNS, follows below two WIZARD ´ s:

http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/

http://old.openspf.org/wizard.html

I hope it's useful!

Monday, May 3, 2010

Configuring IMAP4 and POP3 in MS Outlook 2007, 2010 with Exchange Server 2007.2010 published with ISA Server 2004, 2006 and Forefront TMG

 

Personnel, after catching a little error messages as 0x800CCC80, 0x800CCC6a, event ID 4625, etc… decided to post the required settings for configuring Microsoft Outlook 2007, 2010 for IMAP4 and POP3 connection with default settings for Exchange Server 2007, 2010 published with ISA Server 2004, 2006 and Forefront TMG. Do the settings for an account using the IMAP4 Protocol, however all settings apply POP3 accounts, exeto by the number of ports.

The first step is to configure the user information, server and log on as the image below. Recalling that we can inform the IP servers.

image

After filling out the fields with the required information, we must configure the connection information as follows:

On the tab "Outgoing server" option "my outgoing server (SMTP) requires authentication" should be unchecked.

image

And "Advanced" tab in the IMAP server must meet in 147 port (default) and the type of TLS, encryption of the connection to the SMTP server using the default port (25) Protocol and no encryption type for the connection.

image

Ready! after these settings are only test.

Note:-settings can vary according to the settings made on the CAS Server as well as in the firewall.

Monday, January 25, 2010

Microsoft Posters

 

These posters from Microsoft are very good for study, not only those who are seeking certification as well as for everyday tasks.

image

People .... Just click on the link:

http://cid-fe19f09132c649bd.skydrive.live.com/browse.aspx/.res/FE19F09132C649BD!1033

Thursday, December 3, 2009

Antivirus exceptions in Exchange Server 2007

Staff,

The next link useful related to configuring Antivirus in an Exchange 2007 server is very important that the exception settings for files and directories on antivirus to eliminate corruption incidents and performance on your servers.

The next link:

http://TechNet. Microsoft. com/en-us/library/.aspx bb332342

I hope that is helpful.

Customizing the OWA Exchange Server 2007 and 2003

The next link to total customization of the themes of OWA in Exchange Server 2007!

Official documentation!

Exchange Server 2007:

http://TechNet. Microsoft. com/en/library/.aspx bb310750

Exchange Server 2003:

http://TechNet. Microsoft. com/en/library/aa996007 (Exchg. 65).

Free tool – Attachment filtering with Exchange 2007-2010

Ladies and gentlemen!

… I was "sapeando" by the Internet and found this tool FREE quarantine control for attachments in messages to Exchange Server 2007 and 2010 …

… seemed pretty cool, I worked straight. then follows the tip and the tutorial link and download configuration:

http://www. corelan .be: 8800/index. php/08/07/21/free-tool-attachment-filtering-with-Exchange-2007-custom-transport-agent/

I hope that is useful

Enable attachment control in Exchange Server 2007

Next commands to be executed to enable and configure the attachment control in Exchange Server 2007:

http://TechNet. Microsoft. com/en/library/.aspx aa997139