Access module's private member functions inside another Runspace

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ModuleBuilder

    A PowerShell Module to help scripters write, version, sign, package, and publish.

  • I'm using the ModuleBuilder module to perform the build. This follows the "Public", and "Private" folder conventions, etc... It builds the module into one single `.psm1`, from all the files in the public and private folders. Any function files in the public folder are automatically added to the exported module functions in the module's `.psd1` manifest.

  • PoshRSJob

    Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.

  • The module utilizes runspaces using PoshRSJob for some tasks. The scripts that are run inside these runspaces are going to be provided as part of the module. There are considered private and not intended to be altered or run directly.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Looking for GUI help with PowerShell

    3 projects | /r/PowerShell | 27 Sep 2022
  • How to recursively look for files containing a matching pattern starting in C:? (in parallel if possible)

    1 project | /r/PowerShell | 7 Aug 2022
  • Optimize script - script taking too long to run

    1 project | /r/PowerShell | 29 Jul 2022
  • Is there a way to make multiple commands run in parallel prior to PowerShell 7's ForEach-Parallel?

    2 projects | /r/PowerShell | 16 Jan 2023
  • Friday PowerShell Discussion: Fixing Automation

    2 projects | /r/PowerShell | 5 Mar 2021