Friday , April 19 2024
Home - Migrationspage 2

Migrations

Decrypt of Mail Items in a User’s Lotus Notes Mailbox via Agent

Creating a agent in the mail template allows the removal of the encryption status (Decrypt of Mail Items) from the all the documents in the user’s mailbox.  This allows the mailbox to be accessed on mailbox migration via another Notes ID. In the mail template create a view called “Encrypted” with the following view selection formula: SELECT (Form = “Memo” …

Read More »

Creating Dynamic Distribution Groups

Ive been asked to create a Distribution Group based on Users City Value.  The following Powershell commands create a example Office based group. Once Powershell for On-premises or Office 365 shell has been started.  Enter the following command changing as required: [crayon-6621d43864781886884759/] To enable the Mail tip use this additional command: [crayon-6621d43864789564764269/] The following command will test and display which users will receive the email from …

Read More »

Microsoft Office 365 for Professionals and Small Business – without moving to Microsoft domain registrar

I’ve setup many accounts for Office 365 using the Enterprise plans and found the verify/add domain wizard pretty straight forward. You can manage your own DNS records on your on registrar.  However, setting up for Professionals and Small Businesses Plans its a little more basic, with the wizard telling your to move to Microsoft DNS registrar.  Now, that to me moves to …

Read More »

Troubleshooting Domino Sched Task

In the troubleshooting Domino servers handling scheduler requests for external person document, the domino console running ‘Qcalcon’ or ‘Calcon’ tasks can be monitored with the following command: SET CONFIG DEBUG_SCHED_ALL=1 To enable full diags for the sched to show all information on validation: SET CONFIG Debug_Schedule=32768 More details: http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21141060    

Read More »