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
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
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
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