PowerShell

Get an Average Ping Response time of multiple Servers using PowerShell.

  Hi, If you are an IT admin, then I am sure you are using PING command everyday. In PowerShell we have an Test-Connection command which is a very good alternative of it. as we know PowerShell is an object based scripting language by using it we can do much more. Whenever I/we have network… Continue reading Get an Average Ping Response time of multiple Servers using PowerShell.

General · PowerShell

Webcast and Meeting Slides and Event Pictures.

  Hi, Thanks a lots to everyone who joined our “User Group Meeting” personally and on a Webcast.  Thanks to appreciates my efforts and thanks to make this user group meeting successful. Their  was 6 new members who came in person to join the meeting and 6 users were attending the event online. Experiments: Doing… Continue reading Webcast and Meeting Slides and Event Pictures.

PowerShell

PowerShell Webcast.

  PowerShell Webcast Join us for a Webinar on March 10 Space is limited.Reserve your Webinar seat now at: https://www4.gotomeeting.com/register/719114255 The first web cast on Powershell. This is going to be the basic introduction of Powershell. visit the below link for more info: http://newdelhipowershellusergroup.blogspot.in/2012/03/new-delhi-powershell-user-group-meeting.html Thanks Aman Dhally Title: PowerShell Webcast Date: Saturday, March 10, 2012… Continue reading PowerShell Webcast.

Active Directory · PowerShell

Remove Computer Account from All Domain controllers using PowerShell

  Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers to the domain. Some times when you format user computer and add it again to the Domain it gives an error that “Computer Already exists in the domain”. Or you… Continue reading Remove Computer Account from All Domain controllers using PowerShell

PowerShell

List of useful WMI classes to use with PowerShell.

  Hi, Here is the list of some useful WMI Classes :). ClassName Contains win32_ComputerSystemProduct Serial Number, Vendor, information win32_bios Bios Information , including Version Number of BIOS win32_battery Battery Information win32_Physicalmemory Serial Number, Capacity, Part Number of Installed Memory Stick. win32_DiskDrive Capacity, Serial Number of Drive and other info of the Hard-disk win32_DesktopMonitor Monitor… Continue reading List of useful WMI classes to use with PowerShell.