Cody Paternostro's Avatar

Cody Paternostro

@codypaternostro

PowerShell fanatic! LinkedIn: https://www.linkedin.com/in/codypaternostro/ GitHub: https://github.com/codypaternostro

29
Followers
138
Following
10
Posts
21.12.2024
Joined
Posts Following

Latest posts by Cody Paternostro @codypaternostro

Get-PSPodcast sample from the PSPodcast PowerShell module

Get-PSPodcast sample from the PSPodcast PowerShell module

The first release of the PSPodcast #PowerShell module is now in the PowerShell Gallery. It requires PS and the pwshSpectreConsole module. I recommend looking at the project's README file. This is designed for interactive fun. github.com/jdhitsolutio... /cc @andrewpla.tech

12.04.2025 19:42 πŸ‘ 16 πŸ” 6 πŸ’¬ 3 πŸ“Œ 3
Changelog - RemotePro PowerShell WPF GUI for MilestonePSTools

Modified behavior of Start-RpRemotePro to hide the terminal by default. Show-Terminal parameter can be used to display the terminal as usual. This provides a quick and easy method for troubleshooting the main window in combination with verbose output (e.g., Start-RpRemotePro -ShowTerminal -Verbose)

23.03.2025 10:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Ep. 162, Exploring PowerShell for physical security and automation - The PowerShell Podcast In this episode of The PowerShell Podcast, we welcome Cody Paternostro, a rising star in PowerShell automation, to discuss his unique journey into IT, the power...

I was able to have a chat with @andrewpla.tech and talk about the journey I had so far with PowerShell. We started from my experience of creating mega scripts all the way through to www.remotepro.dev, my first module.

Thank you the chance to share my story!

#PowerShellPodcast #RemotePro

17.03.2025 16:32 πŸ‘ 10 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
RemotePro 0.2.4 PowerShell WPF GUI for MilestonePSTools. Documentation: https://www.remotepro.dev/

Update to not show camera passwords by default for hardware reports

16.03.2025 17:15 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
RemotePro PowerShell WPF GUI for MilestonePSTools

Gradually adding to the mkdocs page. The next step is to include some tutorials!
www.remotepro.dev

12.03.2025 01:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Abstract Syntax Tree - powershell.oneLayer 1Layer 2background The Abstract Syntax Tree (AST) groups tokens into meaningful structures and is the most sophisticated way of analyzing PowerShell code.

#pwsh tip of the day!

The Abstract Syntax Tree, or AST for sure, is chock-full of super helpful information about the PowerShell code you are running. One of the best articles I've seen written about it is at powershell.one/powershell-i..., and I encourage you to read it!

Happy Scripting!

14.02.2025 18:15 πŸ‘ 6 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

I am just learning the lyrics now 😁

23.01.2025 01:32 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image Post image Post image

Working out creating a default config for WPF buttons. I started building ShowDialog parameters directly into cmdlets to lessen the XAML needed for the main UI. Each command is auto-added to the config file to allow users to modify the parameters used with the underlying cmdlets.

04.01.2025 19:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My dog comes over and slaps my keyboard sometimes. I see the eyes you are getting right nowπŸ˜…

04.01.2025 15:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Excited to share RemotePro (pre-release)! A PowerShell module to simplify remote server management by wrapping MilestonePSTools. Manage connection profiles, runspace pools, and retrieve thread results all in one place.

github.com/codypaternos...

01.01.2025 22:27 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Great post! I think of bash being like CMD. Then python is like PowerShell and C# combined.

31.12.2024 02:21 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It’s also very neat to look at the definition property of object returned from Get-Command!

(get-command TestCommand).definition

Very helpful as it can return the code behind the cmdlet!

28.12.2024 16:24 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0