PowerShell

Powershell and Outlook: Create a new Outlook Note using Powershell “OutlookTools” module.

Hi, Good Evening everyone. I would like to say thanks to everyone to give me a positive feedback on my “OutlookTools” module. Now We have a Powershell functions to create new Calendar meeting, contacts, tasks. now its is time to create a outlook notes using Powershell. “OutlookTools” Module download link: https://github.com/AmanDhally/OutlookTools Let’s start   First… Continue reading Powershell and Outlook: Create a new Outlook Note using Powershell “OutlookTools” module.

PowerShell

Powershell and Outlook: Create a New Outlook Task using Powershell OutlookTools Module.

  Hi, Good Evening everyone. In my previous posts we have created new, contacts, calendar meeting using Powershell and now it is time to create outlook tasks using Powershell. I have converted all functions to the module and you can download the module from my Github repository. “OutlookTools” Module download link: https://github.com/AmanDhally/OutlookTools  Let’s start  … Continue reading Powershell and Outlook: Create a New Outlook Task using Powershell OutlookTools Module.

PowerShell

Powershell and Outlook: Create a new Outlook Contacts using Powershell Module.

Hi, Good Evening everyone. In my previous post, we created a Powershell function using Ms Outlook com objects. That functions creates new  calendar meetings. We use that function on Powershell console or in our scripts too. Today I converted the script in to module , so that we can use it whenever we want. I… Continue reading Powershell and Outlook: Create a new Outlook Contacts using Powershell Module.