Sign in
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Nouveautés, principes, évolution, trucs et astuces - News, principles, evolution, tips and tricks
Visits
Old counter (test)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
activation
Active Directory
AD
admodify
admt
ADUC
calculator
domaines
Exchange 2007
Exchange Server 2007
Exchange Server 2010
forêt
groupe global
groupe local
groupe universel
groupes
HiddenFromAddressListsEnabled
hide from address book
HideFromAddressBook
Pages
Powershell
Sam Drey
SID
Windows 2008
Windows Server 2008
Monthly Archives
Archives
April 2013
(1)
March 2013
(2)
February 2013
(3)
January 2013
(3)
December 2012
(2)
November 2012
(2)
October 2012
(6)
September 2012
(6)
August 2012
(3)
January 2012
(2)
December 2011
(1)
November 2011
(1)
October 2011
(2)
September 2011
(10)
June 2011
(2)
April 2011
(1)
March 2011
(11)
February 2011
(1)
January 2011
(1)
December 2010
(2)
November 2010
(6)
October 2010
(3)
September 2010
(4)
February 2010
(2)
September 2009
(2)
August 2009
(1)
June 2009
(1)
April 2009
(3)
March 2009
(8)
TechNet Blogs
>
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Temporary post
Posted
1 month ago
by
SammyKrosoft
0
Comments
Gc servers.txt | % {&"c:\utils\experfwiz\experfwiz.ps1" -quiet -server $_ -interval 5 –Begin “04/03/2013 11:00:00” –End “04/03/2013 15:00:00“ -filepath C:\PerfLogs}
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 and BES server Throttling Policy settings
Posted
1 month ago
by
SammyKrosoft
0
Comments
The credit for the following article goes to Carter Tan , Microsoft Premier Field Engineer, and BlackBerry (the proudly Canadian company) as well. Thank for putting all this together Carter ! From Exchange 2010 SP1 and later, the MaxSessionsPerUser...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010–Links to nice articles showing how to simply troubleshoot Exchange 2010 performance issues
Posted
1 month ago
by
SammyKrosoft
0
Comments
The first article is Exchange 2010 counters information from the Technet. The principle described in the second and the third article can be applied or declined to any versions of Exchange. 1> The general counters values and thresholds...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Windows 2012–Uninstalling AD DS services (demoting GC)–copied Powershell script from the setup
Posted
3 months ago
by
SammyKrosoft
0
Comments
# # Windows PowerShell script for AD DS Deployment # Import-Module ADDSDeployment Uninstall-ADDSDomainController ` -DemoteOperationMasterRole:$true ` -IgnoreLastDnsServerForZone:$true ` -LastDomainControllerInDomain:$true ` -RemoveApplicationPartitions...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
UNSUPPORTED and DRAFT post - but just to play in a Lab for fun–Installing Exchange system Manager 2003 and Exmerge on a Windows 7 computer to export Exchange 2007 mailbox data to PST files
Posted
3 months ago
by
SammyKrosoft
0
Comments
Installing ExMerge: ExMerge download link : http://www.microsoft.com/en-us/download/details.aspx?id=2743 Installing ESM 2003 on a Windows 7 64 bits machine: - First download the ESM for Vista : http://www.microsoft.com/en-us/download/details...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2007–A Queue Monitoring Console simply built
Posted
3 months ago
by
SammyKrosoft
0
Comments
Using my DTW (Document-Tool-Walkthru) Excel based tool that you can download through : http://www.opsvault.com/how-to-build-a-simple-and-efficient-windows-monitoring-solution-dtw/ Here is a nice HTA console quickly built with the above Excel...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Performance Analysis–Excel (2010) automation : how to create graphs from a Perfmon-generated CSV file–Essay#1
Posted
3 months ago
by
SammyKrosoft
2
Comments
Hi all, Today I’m concentrating my efforts into generating graphs as painless as possible for many data collected on Exchange servers. I’ll start by generating graphs from the two following counters which give an idea of the load of the servers...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010–Dumpster V2.0 questions and answers
Posted
4 months ago
by
SammyKrosoft
0
Comments
Ø Does the archive database has a separate dumpster with a separate retention ? Remember in my presentation, I talked about the dumpster v2.0 and the purposes of the “Deletions”, “Versions”, and “Purges” subfolders. Note that these will be used...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2007–Event ID 9786 potentially followed by Event ID 623 possible causes
Posted
4 months ago
by
SammyKrosoft
0
Comments
Authors : Levon Kohoutek (for the question) and Nagesh Mahadev (for the answer) Question : Exchange 2007 SP3 RU6 - Server 2008 SP2 environment. Quite frequently we’re receiving ExchangeIS Event 9786’s potentially followed by ESE Event ID: 623 ...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
LogParser or ExRAP tools “Log row too long” issue
Posted
5 months ago
by
SammyKrosoft
0
Comments
Bookmark to Rhoderick’s blog : http://blogs.technet.com/b/rmilne/archive/2012/07/05/how-to-fix-log-parser-log-row-too-long.aspx Note : The maximum value is * not * 0xFFFFFFFF. It’s actually 0x00785111 (hard coded in the LogParser code) To...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 DAG–Collapse the MAPI networks in a DAG
Posted
5 months ago
by
SammyKrosoft
0
Comments
To avoid DAG switchover issues, you should always collapse the MAPI networks in a DAG. The following Technet article state that we “should” or we “must” do it: http://technet.microsoft.com/en-us/library/dd298065.aspx#Dat http://technet.microsoft...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
QuickRef–Powershell-Get Exchange services except IMAP4 and POP3
Posted
5 months ago
by
SammyKrosoft
0
Comments
get-service *Exchange* | ? {-not ($_.name -like "*IMAP4*") -and -not ($_.name -like "*POP*")} Notes: “?” is the alias for “Where-Object” CommandType Name ...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Notes for myself–PFE Engagement status reporting framework
Posted
6 months ago
by
SammyKrosoft
0
Comments
I- Onsite Organization Plan (Pull data from MS Project or Excel) Project Project Title Tasks Task description 1 Environment Assessment 1.1 ADTD run and analysis 1.2 DAG configuration deep dive 1.3 DAG configuration analysis and advices to fall...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Notes from the field–Other method to generate 2000 messages in the queues of your Exchange servers
Posted
6 months ago
by
SammyKrosoft
0
Comments
1) Just create a text file and put in the following from: blabla@domain.com to: Recipient@domain.com subject: pick up folder test This is the body 2)Then save the file as EML file extension 3)stop the transport sevrice 4)copy and paste the...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Notes from the field–Bulk create 2000 mailboxes and their associated AD accounts from a CSV file + generating 2000 messages in the queues of an Exchange 2007 server in a Lab (to be continued)
Posted
6 months ago
by
SammyKrosoft
0
Comments
- The prerequisite step is to create a “Test” OU - Then the first step is to create a CSV file using Excel containing 2000 test user names and a minimum set of attributes for these users ( Display Name, sAMAccountName, UserPrincipalName...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Powershell V2 : Links for Multi-threading techniques
Posted
6 months ago
by
SammyKrosoft
0
Comments
References : Multi-Threading in PowerShell V2 (using Jobs) http://ryan.witschger.net/?p=22 Microsoft documentation about Jobs http://msdn.microsoft.com/en-us/library/dd878288%28VS.85%29.aspx PowerShell internals and PowerShell threading (using...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Bookmark - Exchange Server Build Numbers
Posted
7 months ago
by
SammyKrosoft
0
Comments
Exchange Server and Update Rollups Build Numbers (en-US) http://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollups-build-numbers-en-us.aspx Great Barghav, thanks ! Other links : Exchange Server Build...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Outlook 2007/2010–Some basic advice if you experience odd behaviour, startup latencies, calendar item losses ...
Posted
7 months ago
by
SammyKrosoft
0
Comments
•On an Outlook station of a user who complains about Outlook startup latencies : –From the file-level antivirus on the desktop/laptop, Exclude files present in the following directories (whichever is applying to your Windows version...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Idea–Process to use to analyze performance issues using Excel (provided you captured performance data with PERFMON configured to use CSV mode–or use tools like relog or logman to convert BLG to CSV)
Posted
7 months ago
by
SammyKrosoft
0
Comments
Prerequisites : - Collect performance data using the updated Exchange 2003 Perfwiz from Mike Lagase, or the ExPerfWiz for Exchange 2007 or 2010 , from Mike Lagase again - Then, either prior to the data collection start , modify the destination...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
MBSA 2.2–links to MBSA catalog files to copy to an Exchange server that doesn’t have Internet Access
Posted
7 months ago
by
SammyKrosoft
0
Comments
The security update catalog file, wsusscn2.cab ( http://go.microsoft.com/fwlink/?LinkId=76054 ) The Windows Update Redistribution Catalog, wuredist.cab ( http://update.microsoft.com/redist/wuredist.cab ) The authorization catalog file, muauth.cab...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010–Links to how to setup CAS Array with a Load Balancer
Posted
7 months ago
by
SammyKrosoft
0
Comments
(Credits for this research goes to Sathya Narayanan, Microsoft Support Engineer) Persistence : http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2003 to 2010–How to use the excellent ExPerfWiz from Mike Lagase
Posted
7 months ago
by
SammyKrosoft
0
Comments
For Exchange 2003, the Perfwiz is an HTML configuration file, that can be taken from Mike’s blog article specific for Exchange 2003 . For Exchange 2007 and 2010, just download the script from the following link : http://experfwiz.codeplex.com/...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Outlook 2010 on Windows 7–Files to exclude from AntiVirus scanning if encountering latency or usage issues
Posted
7 months ago
by
SammyKrosoft
0
Comments
[Please check the updated version of this post here] For Windows 7 desktop users : Exclude all files present in both below directories: %userprofile%\Application Data\Microsoft\Outlook %userprofile%\AppData\Local\Microsoft\Outlook...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
General–Step by Step Configuring and Using ProcMon to capture Registry activity only
Posted
7 months ago
by
SammyKrosoft
0
Comments
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010–Blackberry IOPS and CPU overhead
Posted
8 months ago
by
SammyKrosoft
0
Comments
Right from a discussion internal reflexions (thanks to Ross Smith IV and Brian Day for their help on putting metrics down), here is the final statement. Based on BES documentation : http://docs.blackberry.com/en/admin/deliverables/8864/BlackBerry_Enterprise_Server_for_Microsoft_Exchange...
Page 1 of 4 (88 items)
1
2
3
4