Outlook · PowerShell

PowerShell Script : KB2692134 – Copy Outlook Contact’s Other field data to other contact fields using PowerShell.

  Quote of the Day: “All our dreams can come true – if we have the courage to pursue them. – Walt Disney”   If you remember, few days ago I have uploaded a script to which access “Outlook” contact’s using PowerShell and I also wrote a blog article on it. In that post, I… Continue reading PowerShell Script : KB2692134 – Copy Outlook Contact’s Other field data to other contact fields using PowerShell.

PowerShell

Powershell and Outlook : Create and send a new email using Powershell “OutlookTools” Module.

  Hi, I have added a new functionality in “OutlookTools” module. Now we can compose and send a new emails using “New-OutlookEmail” function. This function also do support adding attachments to the composed email, but for now we can attach only one single file. “OutlookTools” Module download link: https://github.com/AmanDhally/OutlookTools Let’s start   First download the… Continue reading Powershell and Outlook : Create and send a new email using Powershell “OutlookTools” Module.

PowerShell

Powershell and Outlook : Find your default Outlook Profile name using Powershell.

Hi, Good Afternoon everyone. Today while working on my “OutlookTools” , one question  strike in my mind. The question was “How to find out default profile name for the Outlook?”. Finding the default profile for outlook is a bit handy for scripts. for example you are creating a Outlook profile using some sort of scripts… Continue reading Powershell and Outlook : Find your default Outlook Profile name using Powershell.

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.

PowerShell

Powershell and Outlook: Create Calendar Meetings using Powershell function.

Hi, Good Evening Guys. I hope you had enjoyed my yesterday post about Powershell and iTunes. In my point of view the main purpose of scripting is , making our lives easy, click free, error free and have some fun in spare time using automate tasks and automation improve productivity and efficiency. I spent most… Continue reading Powershell and Outlook: Create Calendar Meetings using Powershell function.