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.

PowerShell · Vmware

Powershell & VMware: Getting started with VMware vSphere™ PowerCLI.

  Hi, Sometime when i meet with IT Administrator who are handling lots of server in their environment, and I asked them that if they know PowerShell., and the answer is “We DONT”, because we mainly works on “VMware”, “Symantec” and we don’t think so that Powershell helps us. That statement was right few year… Continue reading Powershell & VMware: Getting started with VMware vSphere™ PowerCLI.

PowerShell

Test Connectivity of Multiple Server and then do “Trace Route” on failed servers using powershell script.

Hi, Yesterday one of our “New Delhi PowerShell User Group” member was trying to do the following. Ping a list of Internet and External Server, and then do the “Trace Route” on the failed ones.  He was facing a problem using “foreach” cmdlets. to help him i tried to write a script for him and… Continue reading Test Connectivity of Multiple Server and then do “Trace Route” on failed servers using powershell script.

PowerShell

Powershell script to take backups on USB Drive.

  Hi, For one of my friend i was working on a backup Script. He want to take his backup to a USB Drive. First time i thought that it is going to be easy , but found some glitches but fixed them later using “BING” :o) . Download the Script from this link : http://gallery.technet.microsoft.com/scriptcenter/Powershell-Script-to-ddfd223f… Continue reading Powershell script to take backups on USB Drive.

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.