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
June 2013
(1)
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
Bulk populate an AD using a CSV file and New-ADUser, including Passwords
Posted
over 2 years ago
by
SammyKrosoft
7
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
Backup / Synchro de fichiers avec Robocopy : exemples …
Posted
over 3 years ago
by
SammyKrosoft
0
Comments
/MIR = /E (Copier tous les sous-répertoires, même ceux qui sont vides) + /PURGE (Supprimer les fichiers/répertoires destination qui ne sont plus à la source) /Z = mode redémarrable (risque de ralentir la copie) /XJ : ne pas copier les points de...
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 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
Exchange 2010 – RBAC – Issue : Mailbox Import Export–> New-MailboxImportRequest and other management role entries are missing, not available
Posted
over 2 years ago
by
SammyKrosoft
0
Comments
This is just because the current user does not have the "Mailbox Import Export” management role assigned. To give him the role with RoleGroup membership assignment : 1- Create a new RoleGroup: [PS] C:\Windows\system32>New-RoleGroup "PST...
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
Exchange 2010–Links to how to setup CAS Array with a Load Balancer
Posted
8 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 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
Note - Comportement des groupes AD lors de déplacements d'utilisateurs entre deux domaines
Posted
over 4 years ago
by
SammyKrosoft
1
Comments
Lors du déplacement de comptes Active Directory d'un domaine à un autre, même au sein d'une même forêt, des effets de bords sur les Groupes dont ces comptes sont membres ne doivent pas être négligés ! Ces déplacements, surtout sur un grand nombre de comptes, s'apparentent à un véritable projet de migration, et doivent être gérés comme tel (Etude de l'existant, audit de l'annuaire, maquettage, processus général et détaillé, etc...) ......
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
PowerShell Scripting - Déclarer un tableau
Posted
over 3 years ago
by
SammyKrosoft
0
Comments
Déclarer comme : $a = @() # Initialise un tableau … utile pour des inputs successifs à stocker dedans par exemple ou bien [int32[]]$a # Force l’utilisation de valeurs de type Int32 pour le tableau Source : aide ci-desssous et Internet … If the...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
TIP - Administration Exchange 2007 et PowerShell V2 Integrated scripting environment (ISE)
Posted
over 4 years ago
by
SammyKrosoft
1
Comments
Il est possible d’installer l’environnement PowerShell V2 CTP3 (pour Community Technology Preview 3 càd la dernière version “pre-beta”) et l’utiliser pour scripter et administrer votre environnement Exchange 2007. Cette console facilite grandement la...
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
PowerShell V2 et la console graphique “Integrated Scripting Environment” !
Posted
over 4 years ago
by
SammyKrosoft
0
Comments
Bonjour à tous ! Afin d’inaugurer la nouvelle adresse de mon Blog, je commence avec un petit post illustré pour présenter (très) rapidement la nouvelle console graphique “ISE” fournie avec la version 2 de PowerShell ! Voici à quoi...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Récapitulatif - Caractéristiques fonctionnelles des niveaux fonctionnels Windows 2000, 2003 et 2008
Posted
over 4 years ago
by
SammyKrosoft
0
Comments
A l’occasion de l’installation d’une forêt Windows 2008, la console graphique d’installation résume les caractéristiques de chaque niveau fonctionnels de forêt Windows au moment du choix du niveau fonctionnel du domaine. Je les reprends ici pour références...
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
Consoles MMC Exchange 2007 lentes à l’ouverture (message de timeout)
Posted
over 4 years ago
by
SammyKrosoft
0
Comments
Très bon Post de Nicolas Ramouche : lenteurs à l'ouverture des consoles Exchange , que je me permets de reprendre car l’astuce mérite d’être republiée vu son efficacité :-), pour résoudre certains cas de lenteurs d’ouverture des consoles d’administration...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Powershell V2 : Links for Multi-threading techniques
Posted
7 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
Exchange 2010–Role Based Access Control / RBAC expliqué simplement (j’espère–commentaires bienvenus)
Posted
over 3 years ago
by
SammyKrosoft
0
Comments
Securing MS Exchange 2010: Role Based Access Control (RBAC) Simplified The link has changed in 2013, here is the new location of my article : http://blogs.technet.com/b/mspfe/archive/2010/11/23/securing_2d00_ms_2d00_exchange_2d00_2010_2d00_role_2d00_based_2d00_access_2d00_control_2d00_rbac_2d00_simplified...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Tip – Windows 7 – modifier ou rétablir la machine VirtualXP par défaut
Posted
over 4 years ago
by
SammyKrosoft
0
Comments
Pour réassocier le menu Virtual Windows XP à la bonne machine virtuelle Windows XP (bouton Démarrer –> Windows Virtual PC –> Virtual Windows XP) : Note : ce menu est associé à l’appel de la commande “%SystemRoot%\system32\rundll32...
Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple
Exchange 2010–Dumpster V2.0 questions and answers
Posted
5 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 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
Tip Powershell & Exchange 2010 Setup–Windows 2008 R2 prerequisites–Check all required Windows Features are installed
Posted
over 3 years ago
by
SammyKrosoft
0
Comments
I- Ce post concerne l’installation de Exchange 2010 avec les rôles CAS, HUB,MAILBOX installés sur un serveur Windows 2008 R2 Pour les informations complètes sur les prérequis pour les autres systèmes d’exploitation, voir l’aide en ligne de...
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
Powershell Tip – Afficher les propriétés ou les valeurs d’un compteur de Performances
Posted
over 3 years ago
by
SammyKrosoft
0
Comments
I – La moins évidente : en utilisant directement les objets du Framework .NET : 1- Afficher le % d’utilisation du processeur sur une instance de processeur : $ProcTime= New - Object System.Diagnostics.PerformanceCounter( "Processor" ...
Page 1 of 4 (89 items)
1
2
3
4