Sample that demonstrates how distribution groups can be converted to Office365 groups.
Перейти к файлу
Den Delimarsky d8f1658c04 Merge pull request #4 from Umashree/master
String Updates and UX Formatting changes
2016-08-29 10:27:41 -07:00
src Changing DLL location 2016-08-29 13:23:47 +05:30
LICENSE.txt Moving license. 2015-11-18 16:46:31 -08:00
README.md Update README.md 2015-11-18 16:42:20 -08:00
SETUP.txt Changes: 2016-08-29 12:54:30 +05:30

README.md

Hummingbird for O365 and Active Directory

Sample that demonstrates how distribution groups can be converted to Office365 groups.

Use at your own risk. This code is provided as-is with the sole intent of demonstrating EWS and AD APIs leveraged together to perform DL to Modern Group conversion. Neither groups nor distribution lists are automatically deleted.

##Where do I need to make changes? Make sure that you specify your AD domain information (if you are using AD) in Core/AppSetup.cs. In addition to that, revise the built-in XML resources to properly reference your company domain.

##Logging For most of the functions performed by Hummingbird there is a logging action associated with it. The log is stored locally in the application directory and is not being uploaded anywhere. Inspect it if you run into any issues with the sample that are not covered by caught exceptions.

##Feedback and Comments Please open an Issue in case there is anything that does not work as expected. We are also accepting pull requests, so feel free to fork the repo, add modifications and then issue a PR.