Blog

Using the ISE Debugger

ISE has a simple yet effective debugger built-in that you can use to step through your code. The debugger does require that you save your script...

Finding Matching Brackets

Sometimes, in larger PowerShell scripts it is hard to find the corresponding opening or closing bracket or brace. One thing you can do, of course,...

Finding Next Sunday

If you'd like to find out how long it is until next Sunday (or how many days have passed since last Sunday), simply use the property DayOfWeek. It...

Dumping Scheduled Tasks

There is an underestimated option to make schtasks.exe dump scheduled tasks as CSV data. PowerShell can grab the CSV data and turn it into objects,...

Clone FireMonkey objects

I've got a task of cloning FireMonkey objects. Let it be "chess". An object is created as an aggregate in design-time. Look at the...

Unix Log Scanner

After the installation of the Unix Log Scanner using the uptime plugin manager I try to create a service monitor. But every time I run the test I...

1 76 77 78 79 80 83