PowerShell

PowerShell Techniques : Alias v/s Full Cmdlets usage.

Hi Everyone, I hope you are enjoying your weekend. This is my another post on Powershell techniques. We all love Powershell alias’s they are good and they handy and saved lots of key strokes.  I use Powershell alias a lot. But i have seen few Powershell scripter and they do use Powershell alias in their… Continue reading PowerShell Techniques : Alias v/s Full Cmdlets usage.

PowerShell

PowerShell Techniques : Commenting Scripts, it’s always helpful.

Hi, I hope you are enjoying my Powershell Techniques series of web post. I always mention in most of my blog posts that, learning or memorizing what cmdlets do is really easy , but it is bit difficult to find techniques. In my opinion these tips and trick or we can say techniques are universal,… Continue reading PowerShell Techniques : Commenting Scripts, it’s always helpful.

PowerShell

Powershell Techniques : Use While loop for rebooting laptop after 30 seconds with a informative message .

Hi, I hope you all are doing well, I am in Italy for this week and enjoying Italian coffee. Anyway. In few of my scripts, before rebooting the laptop, I use Start-Sleep cmdlet to give a pause for 30-60 seconds. We can do this easily using Start-Sleep 30.But, it is always good to show informative… Continue reading Powershell Techniques : Use While loop for rebooting laptop after 30 seconds with a informative message .

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.