Month: March 2021

  • GimmeNote

    General Information GimmeNote is an Outlook VSTO plugin written in C#. It enables users to add notes to mail and appointment items. GimmeNote is designed to work with your primary (default) mailbox, which must be an Exchange account. IMAP and POP3 accounts do not support categories. Creating notes should also work on secondary accounts (even…

  • Programmatically delete a user’s profile

    Deleting old and orphaned user profiles on a PC can easily be done using the Advanced System Properties dialog. But is there a way to delete local Profiles remotely? In short: Yes, there is. And even better, you can do this all from command line or from Powershell. The WMI class Win32_UserProfile offers a not…