SeeminglyScience
seeminglyscience.com
SeeminglyScience
@seeminglyscience.com
Software Engineer for PowerShell at Microsoft
v2.4.0 of #PowerShell module ClassExplorer is released! New commands Invoke-Member and Get-AssemblyLoadContext

github.com/SeeminglySci...
Release v2.4.0 · SeeminglyScience/ClassExplorer
2.4.0 - 2025-12-22 Invoke-Member (aka ivm) (#55) Quality of life command that makes interactive invocation of reflection info easier. Tracks source instance No need to save instances to an intermed...
github.com
December 22, 2025 at 11:13 PM
Reposted by SeeminglyScience
Do you know what bound and unbound script blocks are in PowerShell?

I did not know but they are sometimes talked about in GitHub issues or in the community.

If you are interested, check out my blog post from the past:
mdgrs.hashnode.dev/scriptblock-...
April 29, 2025 at 1:11 PM
Reposted by SeeminglyScience
The #PowerShell and #openSSH community call is this Thursday 9:30am PST! Add any topics you'd liked covered in this discussion github.com/PowerShell/P...
January 16th 2025 Community Call · PowerShell PowerShell · Discussion #24768
Agenda AI Shell Preview @StevenBucher98
github.com
January 13, 2025 at 9:50 PM
Reposted by SeeminglyScience
If your #PowerShell module loads dlls that are widely used by other modules, it's a good practice to implement ALC (Assembly Load Context) so that the right version of dlls are always loaded.

Here is how I learned about PowerShell ALC:
January 13, 2025 at 7:22 AM