Cody Paternostro
codypaternostro.bsky.social
Cody Paternostro
@codypaternostro.bsky.social
Pinned
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
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...
www.pdq.com
Reposted by Cody Paternostro
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
April 12, 2025 at 7:42 PM
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)
Changelog - RemotePro
PowerShell WPF GUI for MilestonePSTools
www.remotepro.dev
March 23, 2025 at 10:29 AM
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
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...
www.pdq.com
March 17, 2025 at 4:32 PM
Update to not show camera passwords by default for hardware reports
RemotePro 0.2.4
PowerShell WPF GUI for MilestonePSTools. Documentation: https://www.remotepro.dev/
www.powershellgallery.com
March 16, 2025 at 5:15 PM
Gradually adding to the mkdocs page. The next step is to include some tutorials!
www.remotepro.dev
RemotePro
PowerShell WPF GUI for MilestonePSTools
www.remotepro.dev
March 12, 2025 at 1:43 AM
Reposted by Cody Paternostro
#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!
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.
powershell.one
February 14, 2025 at 6:15 PM
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.
January 4, 2025 at 7:37 PM
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...
January 1, 2025 at 10:27 PM