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.

Group Policies · PowerShell

Enable Group Policy Powershell Module for Windows 7 domain client Computer.

  Hi, today i was planning to do few things with my “Group Policies”, as usual i prefer to do it using PowerShell. As you all know that to use Group Policy related stuff we need to import its module first. In windows 7 the group policy module in not enabled by default. We need… Continue reading Enable Group Policy Powershell Module for Windows 7 domain client Computer.

PowerShell

List All Cmdlets of a Specific Module in Powershell.

  Hi, sometime you need to know only some or all specific cmdlets for  a module. For example you just imported an “Active Directory” Module and want to know which all cmdlets imported by it. Let’s import an module first. Import-Module ActiveDirectory   ok, Module is imported,, now run the below command to list all cmdlets… Continue reading List All Cmdlets of a Specific Module in Powershell.