Active Directory · PowerShell

Powershell & Active Directory : “Find all users Email ID’s in Active Directory Using Powershell”.

Hi, My todays task was to create a list of our all of our “Active Directory” users email Id’s. Normally you can do this easily using download your global address list of exchange server and export in to the file. But remember Powershell is all about automation. Now imagine, your manager told you that every… Continue reading Powershell & Active Directory : “Find all users Email ID’s in Active Directory Using Powershell”.

PowerShell

PowerShell based Network Range Pinging application “Network Pinger “Ajit””.

HI, I love to easy my workload using Powershell. I love the way in powershell work, easy to use and easy to learn. I always want to write a GUI tools.Before powershell it was not so easy, even for me writing scripts was very difficult. I never thought that one day i even try to… Continue reading PowerShell based Network Range Pinging application “Network Pinger “Ajit””.

PowerShell

PowerShell based Network Range Pinging application “Network Pinger “Ajit””.

HI, I love to easy my workload using Powershell. I love the way in powershell work, easy to use and easy to learn. I always want to write a GUI tools.Before powershell it was not so easy, even for me writing scripts was very difficult. I never thought that one day i even try to… Continue reading PowerShell based Network Range Pinging application “Network Pinger “Ajit””.

Active Directory · PowerShell

powershell & Active Directory: Find all users who have “Password Never Expires” enabled using Powershell.

Hi, In domain controller environment we all have some password policies set. In some organizations the users password is expired in 60 days in some 90 or in 180 Days. User’s password must expired in the defined period, changing password often is a good security policy. But when we create a user account some time… Continue reading powershell & Active Directory: Find all users who have “Password Never Expires” enabled using Powershell.

PowerShell

Powershell Trick : Make an email ID using user Environment Variables and powershell

Hi, Last Friday i was working on one script, that script send an email to a “Service Desk” system. But that script required an email id of the sending user. So that if someone replied to that email from service desk software it should goes to users email id. This is global script and we… Continue reading Powershell Trick : Make an email ID using user Environment Variables and powershell

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.

PowerShell

Reset “Internet Explorer” Settings to default using PowerShell script.

  Hi, Few days back we deployed an internal software, that software is Web based application, and users just need to open it on their browsers and start working on them. Few of the users facing some problem and when we talked to our software development team they told us that they all need to… Continue reading Reset “Internet Explorer” Settings to default using PowerShell script.

PowerShell

Sherlock Holmes: Secret of encrypted PowerShell Script files.. Password Protect .PS1 files using VIM.

  Hi, This article is quite off from my regular PowerShell topic, but it’s fun doing it .  So the situation is like that, One of my friend wrote a Powershell script but someone he wants to encrypt or password protected so that on one else {his fellow colleagues who just believes in COPYING &… Continue reading Sherlock Holmes: Secret of encrypted PowerShell Script files.. Password Protect .PS1 files using VIM.