Sean Wheeler
Blogs, Articles, and Posts
A closer look at the parsing code of a Crescendo output handler
(devblogs.microsoft.com)
In my previous post, I showed you how to parse the output from the netstat command. The output of
By: Sean Wheeler submitted:Jun 16 2022
In my previous post, I showed you how to parse the output from the netstat command. The output of
netstat is not very complex. The goal of the post was to introduce some parsing strategies that you can use to create a full Crescendo module. In this post, I explain the details of a more complex parsing function that I created for my VssAdmin module.
By: Sean Wheeler submitted:Jun 16 2022
My Crescendo journey
(devblogs.microsoft.com)
In a recent PowerShell Users Group meeting I was thinking that it might be good to talk about the
By: Sean Wheeler submitted:Jun 16 2022
In a recent PowerShell Users Group meeting I was thinking that it might be good to talk about the
new Crescendo module and how to use it. I was going to ask Jason Helmick if he would do a presentation for us. Then, in an unrelated conversation, someone mentioned using vssadmin.exe for some project. This got me thinking: vssadmin is a perfect candidate for a Crescendo module and maybe I should just learn it and do the presentation myself.
By: Sean Wheeler submitted:Jun 16 2022
Books, Media, and Learning Resources
Running commands in the shell
(docs.microsoft.com)
PowerShell is a command-line shell and a scripting language used for automation. Similar to other
By: Sean Wheeler submitted:Aug 26 2022
PowerShell is a command-line shell and a scripting language used for automation. Similar to other
shells, like bash on Linux or the Windows Command Shell (cmd.exe), PowerShell lets you to run any command available on your system, not just PowerShell commands.
By: Sean Wheeler submitted:Aug 26 2022