Browse by Tags

Tagged Content List
  • Wiki Page: PowerShell Learning Resources

    Free Videos : http://www.youtube.com/user/ConcentratedDon http://www.idera.com/Promo/Practical-PowerShell/ http://newdelhipowershellusergroup.blogspot.in/p/videos.html Windows PowerShell: Learn It Now Before It's an Emergency Free Books: http://powershell.com/cs/blogs...
  • Wiki Page: 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 or internet...
  • Wiki Page: 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 hours working on it start seems simple. -F format operator is basically a .NET based. Why we need to use the –F format operator? Yes we have few cmdlets by using...
  • Wiki Page: Set Computer Name using PowerShell.

    Hi, Yesterday I faced a problem in which I need to change the computer name using PowerShell. First I was looking for some cmdlet which can do this job for me but there is not any inbuilt cmdlet for it. Then I searched and finally find a way by which I can do this within the PowerShell. This...
  • Wiki Page: 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 character that is character 7. So what is interesting in character number 7?, it is a Beep Sound. For example if in your script you...
  • Wiki Page: List of useful WMI Classes in PowerShell.

    Hi, As we know that PowerShell is very good with WMI. And we can access WMI in PowerShell very easily. I make a list of some mostly used WMI classes. ClassName Contains win32_ComputerSystemProduct Serial Number, Vendor, information ...
  • Wiki Page: Automate "Remote Server Administration Tools (RSAT)" Deployment Using PowerShell

    HI, These days I am working on a script which does few “Active directory” task for us. This was seems simple so for but then I have found a major hurdle comes. Problem: The script on which I am working will be run on newly formatted system which is having Windows7 installed...
Page 1 of 1 (7 items)
Can't find it? Write it!