Scripting

Subscribe via RSS →
1 min read

Powershell Scripting Games - Day 3

This is my solution for Beginner Event 3 Here we have to parse a file and split it into two and rename the original file # Read the input file $InputFile = ".\Shot Put.txt" #Get the content of …

  • Scripting Games
  • Scripting
  • Powershell
  • Miscellaneous
1 min read

Powershell Scripting Games - Day 4

This is my solution for Beginner Event 4 Connecting and extracting data from a Access Database and retrieving the best result. Now of course you could get the correct result with an SQL statement, by …

  • Scripting Games
  • Scripting
  • Powershell
  • Miscellaneous
2 min read

Powershell Scripting Games - Day 1

If you have not heard about it yet - the Summer Scripting Games 2009 have started. Well I am one day late (sorry!!) but I was trying to figure out the solution for the Event for Day 1 -Beginner - it …

  • Scripting Games
  • Scripting
  • Powershell
1 min read

Powershell Scripting Games - Day 2

Here is my solution for Day 2 - Beginner All the information is retrieved from WMI #First we get the info from WMI $computer = "Localhost" $mycomp = Get-WmiObject Win32_Processor -ComputerName …

  • Scripting Games
  • Scripting
  • Powershell
  • Miscellaneous
1 min read

A (tiny) bit of Powershell..

Even though I was not there - the VI Toolkit lab, Lab 11 was highly popular and you can voice your opinion on that if you would like. Now Carter Shanklin was so kind to give me permission to publish …

  • Virtualization
  • VMworld
  • Scripting
  • Powershell
1 min read

So How Are You All Doing with SCVMM Managing vCenter???

That was actually meant to be highly sarcastic, it seems that the folks in Microsoft thought this would be a good idea (acutally it would be very good - if it would work properly..) So you can control …

  • Microsoft
  • SCVMM
  • Scripting
  • Powershell
1 min read

Community Technology Preview-3 (CTP3) of Windows PowerShell V2

So the folks at Microsoft have been busy, just in time for Christmas and the Holidays. Well you know that is the advantage of living in Israel (and being Jewish…) - we don’t celebrate …

  • Microsoft
  • Scripting
  • Powershell
  • Windows
1 min read

Time to Change the Passwords Again...

Do you all know how one of the biggest headaches you have is changing all the service accounts and administrative passwords on a regular basis? Well I did that this week. This entailed changing …

  • Active Directory
  • Microsoft
  • Server
  • Scripting