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 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.

PowerShell

Powershell Script : Get the file and Product version of Ms office Applications.

Hi, I hope you guys are doing good. My last two months were very busy, that why i was not able to post any article. I apologize for that.   Last week Microsoft has release few mandatory ms office update. That update was crucial for outlook users, before apply ms office updates, we need to… Continue reading Powershell Script : Get the file and Product version of Ms office Applications.

PowerShell

“Script to list all folder of Outlook and total number of emails store in them” using PowerShell

  Hi, from past few days I tried to writing a script which shows me that how many folders I do have in my Outlook and total number of emails stored on them. I get only 50% success so far, I am able to see the folders but somehow not able to see the total… Continue reading “Script to list all folder of Outlook and total number of emails store in them” using PowerShell