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.

PowerShell

Powershell and MS Office : Setting User Initials in MS Office using Powershell.

Hi, I hope you all are doing fine and enjoying my blog post. I think we covered lots of things from setting wallpapers using Powershell to the generating reports from Active Directory, and this shows how powerful Powershell is and how we can use it in our various task to automate. I simply love Powershell,… Continue reading Powershell and MS Office : Setting User Initials in MS Office using Powershell.

PowerShell

Powershell Scripting Techniques : Using While in the Scripts to wait for Network Connection to be Establish.

Hi, In any scripting language, the one of the  important things are techniques. You can call it scripting techniques. Sometime when you are writing scripts, there are some  certain problems come , and to solve them we need to add a special logics and special techniques to handle them. Same thing was happen to me,… Continue reading Powershell Scripting Techniques : Using While in the Scripts to wait for Network Connection to be Establish.