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
Exchange 2010 – how to take traces using ExTRA (traces analysis by Support Engineers only)
Posted
8 months ago
by
SammyKrosoft
0
Comments
Go to the Exchange Client Access Server and turn on EXTRA tracing. To do so, take these actions: 1) Go to Start, Run… Type EXTRA 2) Once EXTRA opens, at the Update and Customer Feedback screen, Choose “ Check for Updates on Startup ” and “ I do...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 Public Folder Free/Busy folders admin accessibility issues–Troubleshooting step
Posted
8 months ago
by
SammyKrosoft
0
Comments
Using ADSIEDIT : go into configuration>services>microsoft exchange>administrative groups>... and navigate to any public folder database/store and check the properties Find a msExchOwningPFTree attribute: this should equal the distinguished...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Powershell v2 tips–All the Job commands (quick reference)
Posted
9 months ago
by
SammyKrosoft
0
Comments
I’m a red fish, so I wrote the Powershell’s Job commands here so I’ll have a repository. An other way to list the Job commands is to type get-command *-job or get-command –Noun job Start-Job : Start-Job -ScriptBlock {dir –path c:\windows –rec}...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Aide-Mémoire : trouver dans quel site AD on se trouve
Posted
over 1 year ago
by
SammyKrosoft
0
Comments
nltest /DSGetsite
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
How to use a list of servers in a file to process operations on multiple servers
Posted
over 1 year ago
by
SammyKrosoft
0
Comments
Example : I’d like to ping several servers listed in a servers.txt file : - use get-content <filename> in between brackets after a named parameted : Test-Connection -ComputerName (get-content servers.txt) -Count 1 You can also do the same without...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange Server 2010 SP2 is available !
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Here is an awesome news about Exchange 2010 : SP2 is out ! Exchange 2010 SP2 is now available for download: http://www.microsoft.com/download/en/details.aspx?id=28190 The new features include (with some graphical interface improvements): ...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 - Retention Policy Tag not available immediately after definition in EMC
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
> From my buddy Brian Day on this post : After adding personal tags you may need to wait until the managed folder assistant processes the mailbox again before they'll show up. You can force it by running Start-ManagedFolderAssistant <MailboxIdentity>...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
How-to use Powershell to change the Network location type (to Private or Public)
Posted
over 2 years ago
by
SammyKrosoft
1
Comments
Here is how to change the Network type of a specific network (or networks) to Private or Public, to help you better master Firewall policies. This is especially useful if you have a bunch of Windows 2008 servers on a DMZ as it’s more and more the...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
/Hosted mode or not /Hosted mode, that is the question … since Exchange 2010 SP2, recomended not !
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
“If you haven’t yet deployed Exchange 2010, our recommendation is to avoid /hosting mode and go directly to Exchange 2010 SP2 using the on-premises configuration. This will allow you to offer the features customers are looking for, and avoid a...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Bulk populate an AD using a CSV file and New-ADUser, including Passwords
Posted
over 2 years ago
by
SammyKrosoft
3
Comments
Problem : New-ADUser is n ot working as expected to populate a password coming from a CSV file (the account stays disabled) here is the example and the reason: Here is my BulkAddADUsers.csv file sample : Name,SamAccountNAme,Description,Department...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2003 to Exchange 2010 Intra-Organization migration
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
I’ll publish the Excel format migration path shortly + the Exchange 2007 to Exchange 2010 Intra-Organization migration path also. Exchange 2003 to Exchange 2010 migration path Step Step Title Details (migration from Exchange 2003) Step 1 Certificate Acquire...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Active Directory Schema upgrade procedure - with back-out plan
Posted
over 2 years ago
by
SammyKrosoft
2
Comments
The aim of the procedure in this post is to avoid you to dig around the technet to rebuild it. It’s written for Exchange 2010 SP1 here, but can easily be adapted for any product schema updates by replacing the Exchange 2010 SP1 values and links...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange Server–Use ExTRA to take traces for search issues
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
To diagnose a problem more indepth, we will use the Exchange Troubleshooting Analyzer (from the Toolbox on the Exchange Management Console) : - Select a task - Click on trace control - Click on set manual trace log - On components to trace, choose...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange Server 2010 SP1–The replacer of PFDAVAdmin : ExFolders
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
To manage your public folders permissions, including the system folders if you still use them with Outlook 2003 clients, you no longer use PFDAVAdmin, but use ExFolders in replacement. Some of the many new features that deserve to be underlined...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
More everyday procedures to come later on …
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
- How-To procedure - Exchange Server 2010 SP1 - Operations - Exclude PDC Emulator from Exchange servers - How-To procedure - Use the Shell to create a transport rule for messages that have a blank subject - How-To Use ADTD to export Exchange, AD...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2003–2007 and 2010 – Troubleshooting steps for client connection or latency issues on the Server side – nothing complicated at all, just follow the process !
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Users experiencing issues connecting or using Exchange messaging service via Outlook or OWA ? Here is how to sort this out on most of the cases : · First thing to look at is the Application Log, then the System Log,. · Second thing to look at are...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 - Everyday How-To procedures – Enabling Calendar Repair Assistant
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Having trouble with “disappearing” meetings in calendars ? Sometimes for meeting organizers, sometimes for attendees ? - First check the file-level ANTI-VIRUS EXCLUSIONS ON THE CLIENT ! (OST and OAB files on the Outlook workstation) - Second, check...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 – Everyday How-To Procedures – Repair a corrupted mailbox online
Posted
over 2 years ago
by
SammyKrosoft
1
Comments
Remember the good old ISINTEG ? Now in Exchange 2010 SP1 we can do the same without dismounting a database ! Again, put this procedure on your Wiki intranet or in your favorite folders, just in case… Download this procedure here => Repair...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010 - Everyday How-To procedures – Updating members of a DAG
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
I will now publish a series of procedures to help you, Exchange administrators, to remove the fear you may have about the best version of Exchange ever ! Here is the first one, download it, put it on your intranet Wiki site, use it every time you...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange Server 2010–Move Mailbox Request : why the move requests stay in the “Move Request” list after the move ?
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
When you move a mailbox, in my example between an Exchange Server 2010 and Exchange Server 2003 – yes in this order, it’s a back-move, just to show it is possible to do so – after the move is complete, the Move Request stays in the “Move Request...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Matrice de fonctionnalités versions d’Outlook vs versions d’Exchange
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Outlook 2003 Outlook 2007 Outlook 2010 Exchange 2003 (SP2) Outlook Anywhere RMS e-mail Cached mode Reduced Network traffic (50-70%) Search Folders Exchange 2007 (SP1) Outlook...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange Server 2010 (RTM et SP1)–Calendar Repair Agent
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Des rendez-vous qui disparaissent chez les organisateurs de réunions ou chez les participants ? L’agent de réparation de calendrier est votre ami ! Sous Exchange 2010 RTM, l’agent de réparation de Calendrier (Calendar Repair Agent (CRA)...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2003 / 2007 – Error | Event ID 9646 | MAPI Session “/o=CONTOSO/ou=First Admin Group/cn=Recipients/cn=UserAlias” exceeded the maximum of 500 objects of type “objtFolder”
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
This issue may go out by itself. But if the user is still experiencing the issue, try to close the IP connections, and investigate what on his desktop (or on other desktops if he has multiple opened connections) can generate too much MAPI...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Bookmark–Managing AD with Powershell : what do you need to install on your servers and workstations ?
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Mike Pfeiffer wrote a good and concise article that shows step by step how to install the ADGWS on your AD servers, AND how to install the Active Directory Module on the Windows workstations (that need RSAT tools – Remote Server Administration...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
PowerShell–Poster/Carte de référence rapide des commandes Active Directory
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
Bonjour, Avec mes excuses pour le lien erroné dans le cours PowerShell, voici le lien vers le poster original de référence rapide des CmdLets Active Directory (pour rappel, pour pouvoir administrer des serveurs avec les outils PowerShell...
Page 2 of 4 (88 items)
1
2
3
4