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 · Vmware

Powershell & VMware: “Stopping” running Virtual Machines on VMware server using PowerCLI.

  Hi, The one of the main task as a administrator we do is shutting down and powering on the machines 🙂 . Let see how we can stop/shutdown virtual machines using PowerCLI. Let’s Start. Connected to your VMware VSphere Server first using PowerCLI. ( http://newdelhipowershellusergroup.blogspot.in/2012/07/powershell-vmware-getting-started-with.html ) use Get-VM cmdlet to list all Virtual Machine… Continue reading Powershell & VMware: “Stopping” running Virtual Machines on VMware server using PowerCLI.

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 · Vmware

Powershell and VMware: “Get the list of all Virtual machines on VMware VSphere Server using PowerCLI.

  HI, In my first post about “Getting Started with VMware Vshpere PowerCLI” i already showed how to connect with VMware server. Our today’s task is simple. you get the list of all Virtual machines, and then we search for all “Powered ON” machines and after that all “Power off” machines. Nothing complicated here. this… Continue reading Powershell and VMware: “Get the list of all Virtual machines on VMware VSphere Server using PowerCLI.