Hi, Thanks a lots to everyone who joined our "User Group Meeting" personally and on a Webcast. Thanks to appreciates my efforts and thanks...
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....
Create a hardware Inventory using PowerShell.
Hi, The basic idea of this script to find the Parts Number and Serial Number of installed hardware. For example serial Number of Hard...
New Delhi PowerShell User Group Meeting.
Hi,Finally we are doing our first PowerShell User Group Meeting. Please Check below for Details.I am also planning to do the Live Meeting also. and...
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...
Clean Disk Space using PowerShell.
Hi, I wrote a simple PowerShell script which helps us to clean some of the disk space for us. This script wrote primarily for...
Using the -F format Operator in PowerShell
Hi, Yesterday I was using –F format Operator in PowerShell. In the first view it seems like puzzle me to but after spending few...
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...
Using BEEP sound in PowerShell Scripts.
Hi, After watching the valentine post of “Jeffery Hicks” I started playing with $([char]) characters. And while working with these characters I found a great...