ExMixedFolders 1.39

User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.44

Post by Sven »

- In order not to waste time in the Exchange folder selection dialog, you can now choose whether related mailboxes should also be loaded.
- The fields PHYSICALADDRESSINDEX, EmailAddress1Name, EmailAddress2Name, EmailAddress3Name can now also be imported via CSV.
- Bugfix: Backup and recovery folderselection did not work.
- BugFix: Backup time control did not work properly.
- BugFix: Exchange folder selection does not work if pause was active.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.46

Post by Sven »

New: There is a new PowerShell module wich can create tasks via template.


Example:
In this script we create a migration from one server to another via ServiceConnection 1 and 2. These have to be defined in the configuration. (The connections must use Impersonation.)

If you use this command, the service will be stopped and a configuration file for ExMixedFolders will been created with the help of a template. (C:\ProgramData\ExMixedFolders\MigrationTaskTemplate.ttpl)

Code: Select all

Import-Module 'C:\Program Files\Somebytes\ExMixedFolders\ExMixedFoldersPS.dll'

Add-ExMixedFoldersMigration user1@server1.net user1@server2.net ServiceConnection1 ServiceConnection2

After the command is ready, the service is starting again in order to read the configuration and start the migration.

As next you can define a csv file with all your users which may look like this:

Code: Select all

Users1;Users2
user1@somebytes.de;user1@server2.de
user2@somebytes.de;user2@server2.de
user3@somebytes.de;user3@server2.de
user4@somebytes.de;user4@server2.de
user5@somebytes.de;user5@server2.de
user6@somebytes.de;user6@server2.de
With the csv file you can now feed the Add-ExMixedFoldersMigration powershell cmdlet like this:

Code: Select all

Import-Module 'C:\Program Files\Somebytes\ExMixedFolders\ExMixedFoldersPS.dll'
$csv = import-csv D:\migrationusersTest.csv -Delimiter ';'
Add-ExMixedFoldersMigration $csv.Users1 $csv.Users2 ServiceConnection1 ServiceConnection2

(Of cause I will write it into the documentation in the next version.)
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.50

Post by Sven »

Bugfix: Deadlock when saving taskdata on tasks using many subfolders
Bugfix: OAuth (401) error solved

New: There will be soon a new improved GUI for ExMixedFolders. If yu want to see it, you can start ExMixedFolders via:

Code: Select all

ExMixedFoldersConfig.exe ExMixedFolders NEW
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.51

Post by Sven »

BugFix: Adding extra info to subject AddSubject1 und AddSubject2 reversed
BugFix: AddSubject1, AddSubject2, AddCategory1, AddCategory2 was not working in all scenarios
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.52

Post by Sven »

BugFix: Start of other clients was not possible via command line parameter
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.54

Post by Sven »

BugFix: When you used the mass creation of tasks by template it was not possible with public folders.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.63

Post by Sven »

BugFix: ( FolderAlreadyExists ) When using the mass creation or Excel import, it was not possible to create a folder when there are more then 1000 subfolders on that path.
BugFix: Wrong version of System.Runtime.CompilerServices.Unsafe
BugFix: Method not found: System.Net.Http.HttpClientExtensions.PostAsJsonAsync
New: Detection of AllDayEvents in iCalendar importtasks.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.39.88

Post by Sven »

-Wenn die Unterordnersynchronisation aktiv war, wurden in einigen Exchangeversionen die gelöschten Ordner im Öffentlichen Ordner nicht erkannt.
-.NET Framework 4.8.
-Geburtstage aus Kontakten werden nun geändert oder gelöscht, wenn der Kontakt selbst sich ändert.
-Der Ordnerbrowser funktionierte beim Wiederherstellungstask nicht.
-Der Kategoriefilter kann nun mehrere negative Kategorien besitzen.
-Besprechungen erhalten einen Hinweis, dass es sich um die Kopie handelt.
-Die Logfunktion wurde überarbeitet. (NLog)
Post Reply