Tag Archives: Powershell
-
#PowershellBasics: Warnings and how to hide them.
1December 8, 2022 by Kenneth Fisher
One of my favorite parts of having a new job is that I learn a ton. (No really, my brain …
Continue reading -
Setting up my new workstation with some Chocolatey goodness.
9November 11, 2022 by Kenneth Fisher
As you might be aware I started a new job last week. Which means a new workstation and installing lots …
Continue reading -
#PowershellBasics: Multi-line commands
2July 19, 2022 by Kenneth Fisher
When I’m sharing code one of the things I hate most is having a scroll bar along the bottom. I …
Continue reading -
#PowershellBasics: Write the output to a file.
1July 14, 2022 by Kenneth Fisher
Last week I posted about a request to get a list of services. The first problem I ran into was …
Continue reading -
#PowershellBasics: Expanding the column width to avoid truncation
3July 7, 2022 by Kenneth Fisher
I was recently asked to get a list of all of the services running on one of the boxes we …
Continue reading -
#PowershellBasics: The WHERE clause
1November 9, 2021 by Kenneth Fisher
Sometimes when you are trying to figure something out you run across something really interesting. In this case I discovered …
Continue reading -
#PowershellBasics: Select the columns in the output.
1November 4, 2021 by Kenneth Fisher
After my post last week on sorting the list, I now have a list of files, sorted in the right …
Continue reading -
#PowershellBasics: Sort a list
3October 26, 2021 by Kenneth Fisher
In my last post I grabbed a file list but I really need it sorted alphabetically. Now, I’ve been a …
Continue reading -
#PowershellBasics: Get a list of files from a directory.
4October 21, 2021 by Kenneth Fisher
I’ve got a project I’m working on at the moment and it includes a number of elements from my recent …
Continue reading -
#PowershellBasics: Adding data to a string using subexpressions.
7October 14, 2021 by Kenneth Fisher
I’m working on a project right now where I want to add the date/time to the end of a filename. …
Continue reading