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.

Active Directory · PowerShell

Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

Hi Everyone. Finally i come back to India and it is always love to be at home. My today’s task was to create a list of all empty active directory groups, all groups those are not having any members. As you know, i don’t like to do the manual tasks, so i decided to use… Continue reading Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Finding User whose password is Expired.

Hi, Yesterday i have got a call from my remote user, she is  saying that she is not able to login to the Intranet System and Outlook, I asked her if she has got any notifications about password failed (Setting using Group Policies). and she denied. i said “OK”.. Somehow i feel this is related… Continue reading Powershell and Active Directory: Finding User whose password is Expired.

Active Directory · PowerShell

Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Hi, Reporting,Monitoring and the Documentation are few of the major tasks which most of the IT admin does like me. If you know how to do scripting it saves lots of time. For all IT guys those primarily works on Windows Platform for them i think learning of Powershell is must, because if you know… Continue reading Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Active Directory · PowerShell

Powershell and Active Directory: Powershell based GUI Application to create Group in AD.

Hi, GUI are for dumbs and for lazy likes me or for beginners. Few days ago a new IT guy joined our company, he is kind of fresher. I first which we gave him is to create few Groups in active directory. He is new so i don’t want him to sit on any live… Continue reading Powershell and Active Directory: Powershell based GUI Application to create Group in AD.

Active Directory · PowerShell

Powershell and Active Directory: Maintains the Leavers of your Company using powershell GUI based Application.

  HI, Like every IT Administrator we have to create user accounts when someone joined the company and also delete and reset the account when someone leaves. From past few days i was trying to write a GUI Application based on powershell. My Main objective was. Reset Leaving Users Password. Remove him from all groups.… Continue reading Powershell and Active Directory: Maintains the Leavers of your Company using powershell GUI based Application.

Group Policies · PowerShell

Powershell and Group Policy : “Find all Group Policy Objects in a domain environment using Powershell”

  Hi, As you know that yesterday we install “RSAT” tools and enable the “Group Policy” module for powershell. You can refer to this link about enable Group Policy Module. After Enabling our “Group Policy Module” our first task is to list all Group Policies. Let See which cmdlet we can use. Lets Start. Make… Continue reading Powershell and Group Policy : “Find all Group Policy Objects in a domain environment using Powershell”

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.