Saturday, November 9, 2013

Tools and parameter

NETMON PARAMETER
Ethereal  - smtp.rsp.parameter contains "Authentication unsuccessful"

NetMon ipv4.Address == 10.0.0.5 and ipv4.Address == 10.0.0.2

wireshark (ip.addr eq 10.0.0.5 and ip.addr eq 10.0.0.2)


experfwiz from
http://archive.msdn.microsoft.com/ExPerfwiz
Example
.\experfwiz.ps1 -server <Server FQDN> -interval 5 -filepath C:\Logs

Procdump
http://technet.microsoft.com/en-us/sysinternals/dd996900 
Syntax
=========
procdump.exe -ma -n <number of dumps> -s <number> -accepteula <servicename>.exe c:\dumps\<nameof the dump file>.dmp 



TOOLS
ExTrace.exe -v -c xx.etl >output.txt
aqadmcli.exe
delmsg flags=sender,sender=sender@domain_name.com
Ran aspnet_regiis -i from the \WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder the issue was resolved.
Running ASPNET_REGIIS.EXE –i resolved the issue

Command to check SPN
----------------------------------------
ldifde -t 3268 -d "" -p subtree -r "(serviceprincipalname=*)" -f spn.txt



IIS BOX
========

Outbound : IIS box's IP should be added in the relay in the Exchange server box
Exchange server --> IIS box --> Internet
@IIS
Inbound : Remote domain

SBS SERVER 2003
====================================
How to troubleshoot the POP3 Connector in Windows Small Business Server 2003
http://support.microsoft.com/?scid=kb;en-us;885685&x=9&y=13

E-mail to external recipients with the same e-mail domain causes NDR messages when using the POP3 Connector
http://support.microsoft.com/kb/300681

Exchange Server Connector for POP3 Mailboxes deliver multiple copies of messages
http://support.microsoft.com/kb/264249

Enable logging from EMC (few eg.)
=====================
Get-EventlogLevel "MSExchange ADAccess" | Set-EventlogLevel -Level Lowest
Get-EventlogLevel "MSExchange Common" | Set-EventlogLevel -Level Lowest

Get-EventlogLevel "MSExchange ADAccess" | Set-EventlogLevel -Level Lowest


variable can be used as 
MSExchange Common\General                                                                                  Expert    
MSExchange Common\Configuration                                                                         Expert    
MSExchange Common\Logging                                                                                  Expert
MSExchange Configuration Cmdlet - Management Console\General                         Expert    
MSExchange Configuration Cmdlet - Management Console\RBAC                            Expert    
MSExchange ADAccess\General                                                                             Expert    
MSExchange ADAccess\Cache                                                                                Lowest    
MSExchange ADAccess\Topology                                                                           Expert    
MSExchange ADAccess\Configuration                                                                    Expert    
MSExchange ADAccess\LDAP                                                                                 Expert    
MSExchange ADAccess\Validation                                                                         Expert

MSExchange ADAccess\Site Update                                                                      Expert    




Image compression software
=======================
http://compressnow.com/        //it compresses the file to the % of the file

No comments:

Post a Comment