Category Archives: Powershell
-
SQL Homework – December 2020 – Participate in the Advent of Code.
Leave a commentDecember 3, 2020 by Kenneth Fisher
Christmas. Depending on where you live it’s a big deal even if you aren’t Christian. It pervades almost every aspect …
Continue reading -
Non-SQL Tips and tricks – #tsql2sday 127 Rollup
3June 16, 2020 by Kenneth Fisher
I was thrilled to host TSQL Tuesday this month (#127) and I my prompt was non-SQL tips and tricks. Now …
Continue reading -
#PowershellBasics: Using environment variables ($env:ProgramFiles)
1April 6, 2020 by Kenneth Fisher
The other day Kendra Little (blog|twitter) mentioned that she was trying to get a command in Powershell working. Specifically one …
Continue reading -
#PowershellBasics: Run a file and pass it a parameter.
Leave a commentFebruary 17, 2020 by Kenneth Fisher
I realized in my last #PowershellBasics post that I was talking about running a file and passing in an optional …
Continue reading -
#PowershellBasics: Get input using Read-Host
Leave a commentFebruary 5, 2020 by Kenneth Fisher
Conditions are the life blood of programming. This condition is met so now I need to do this task. That …
Continue reading -
Common commands and tasks to make dealing with Windows Core easier.
2January 20, 2020 by Kenneth Fisher
I don’t know how many of you are working with Windows Core these days but personally I think it’s a …
Continue reading -
#PowershellBasics: Working with arrays
2November 25, 2019 by Kenneth Fisher
I mentioned arrays in a previous post so I figured I should talk about what they are and how to …
Continue reading -
#PowershellBasics: The GetType() and GetTypeCode() methods
1October 28, 2019 by Kenneth Fisher
I’m a DBA. Data types are kind of important to me. I mean I know they are important to developers …
Continue reading -
#PowershellBasics: Get-Help -Online
Leave a commentOctober 21, 2019 by Kenneth Fisher
One of the other things I learned from the Powershell class I’m taking this week is that there is an …
Continue reading -
#PowershellBasics: Powershell vs Powershell Core
1October 10, 2019 by Kenneth Fisher
I’m taking a Powershell class this week and I have to say the teacher is one of the best I’ve …
Continue reading