PowerShell Tutorial the switch statement part 1.

PowerShell’s switch statement is similar to an if statement though easier to implement when you want to evaluate numerous conditions. You can use the switch statement to automate tasks such as retrieving System event log entries and performing actions based on the type of entry, and or moving and deleting files based on their file names.

Continue reading

Free CD burner for windows

Maybe I’m wrong, but I don’t think I’m alone in the thinking that the cd burning software included with windows is one of the worst, if not plainly the worst cd composition software available to users today. It is severely lacking in features such as those that would allow you to copy a cd, design an audio cd with any normalization or track control, or even simply create an .iso image file. About the only thing it does do is allow you to burn some piece of data on to the physical media that we call cd’s or dvd’s. That’s why I’m happy to have found CDBurner XP.

Continue reading

Powershell tutorial. The For Statement

This week’s lesson builds on last weeks tutorial but introduces the For statement. The For statement uses a counting loop that processes and continues through a collection as long as the condition equals true. Similar to If statements, the for statement includes a conditional code block and a script block. However you will see that the conditional code block is far more complex.

Continue reading

Windows VPS overview

One of our increasingly popular services is a Windows VPS (Virtual Private Server). And we’ve seen the uses for them vary depending on the customer. Some of them wish to migrate their bookkeeping software to a centralized location, so that it can be accessed worldwide. Others are looking to replace their workstations and would like the advantages of an IT person without having the expense. But what are the capabilities of a VPS server, and what are their strengths and weaknesses.

Continue reading

Windows Media Services Problems?

Yesterday I ran into a problem with a Windows Media Server that I found surprisingly little information about. A round of Windows updates came through which were meant to beef up security, but it also seems they were destined to Break Everything! The error message I received when Windows Media Encoder attempted to make a connection to WMS was this;

the server that received the http push request is not a compatible version of windows media services (WMS). This error may indicate the push request was received by IIS instead of WMS. Ensure WMS is started and has the HTTP Server control protocol properly enabled and try again. (0xC00D2F0C)

Continue reading