Tag Archives: powershell

Advent of Code Day 1, Puzzle A

I have been working my way through the Advent of Code series across the last few weeks. This is a side project, allowing me to use some Python skills to solve the various puzzles. I also started to use PowerShell … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Running Powershell with Task Scheduler

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. One of the things I needed to do with my SQL Saturday download process was run this automatically. I don’t … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Ending My Loop in PowerShell Early

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. I was modifying my PowerShell (PoSh) script to download SQL Saturday files recently to not re-download files. However when I … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Test if a File Exists with Powershell

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. Awhile back I wrote a PowerShell script (PoSh) to download the SQL Saturday XML files used for the Guidebook application. … Continue reading

Posted in Blog | Tagged , , | 4 Comments