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]
17 mars 2010
Exporting to / Importing from a network share [Hyper-V]
The first thing that I needed to do as part of my big rebuild was to move non-critical virtual machines to a remote file server. The easiest way to do this would have been to export the virtual machines to a local location and then move them up to a network share. Unfortunately I did not have enough space on the local hard disk to do this. So what I needed to do was to export the virtual machines directly to a remote network share.
Luckily I had two things working in my favor:
Both my Hyper-V server and my file... [Lire la suite]
21 mai 2009
Hyper-V R2 Import/Export – Part 1 – The Case for New Import/Export Functionality
This is the first blog entry of a multi-part series of blogs that addresses Import/Export in Windows Server 2008 R2. This blog talks about the scenarios enabled by the changes made to import/export in R2.
Ben Armstrong had blogged earlier about the intricacies of Import and Export with v1 Hyper-V in his blog posts:http://blogs.msdn.com/virtual_pc_guy/archive/2008/08/26/hyper-v-export-import-part-1.aspx http://blogs.msdn.com/virtual_pc_guy/archive/2008/08/27/hyper-v-export-import-part-2.aspx
Now, the big problem with how import... [Lire la suite]
13 janvier 2009
Import Virtual Machines from Virtual Server to Hyper-V with VMC2HV
Je pense que c'est du déjà vu, mais comme le sujet revient sur le tapis régulièrement...
Matthijs ten Seldam, who has developed VMRC+ (see my Manage Virtual Server Machines with VMRC Plus article for more info), has released a new tool that helps import Virtual Server or Virtual PC virtual machines to Hyper-V.
You see, the VHD file is compatible between the two, but the configuration file format has changed. While System Center Virtual Machine Manager (SCVMM) 2008 can also accomplish the same task, SCVMM is not free, while... [Lire la suite]