04 mai 2011

Permissions and Role Based Access Control (RBAC) – Part I

Pre-Exchange 2010 vs. Exchange 2010 Permission Models Microsoft Exchange Server 2010 now comes with the new RBAC (Role Based Access Control) permissions model. This new permissions model allows you to define both a broad, as well as a more granular assignment of permissions to administrators. The roles you assign to administrators can reflect more accurately the actual roles they perform in your organization. --> The rest of the article is on Petri's website : http://www.petri.co.il/rbac-in-exchange-2010.htm 
Posté par jcdemarque à 15:01 - - Permalien [#]
Tags : , , , ,

16 mars 2011

Exchange 2010 SP1. Importer des données depuis des fichiers PST en Powershell

Pour pouvoir importer des données PST, vous devez utiliser la commande suivante. New-MailboxImportRequest -Mailbox <MailboxOrMailUserIdParameter> -FilePath <LongPath> [-AcceptLargeDataLoss <SwitchParameter>] [-AssociatedMessagesCopyOption <DoNotCopy | MapByMessageClass | Copy>] [-BadItemLimit <Unlimited>] [-BatchName <String>] [-Confirm [<SwitchParameter>]] [-ConflictResolutionOption <KeepSourceItem | KeepLatestItem | KeepAll>] [-DomainController <Fqdn>] [-ExcludeDumpster... [Lire la suite]
Posté par jcdemarque à 10:43 - - Permalien [#]
Tags : , , , , , , ,