Exporting aliases from a module

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

    PowerShell for every system!

  • @{ RootModule = 'MyModule.psm1' ModuleVersion = '{0}' CompatiblePSEditions = @('Desktop','Core') GUID = '37ab75a9-7190-43fa-a0cd-f3c492e6a9d0' Author = 'Thotaz' CompanyName = 'Unknown' Copyright = '(c) 2022 Thotaz. All rights reserved.' Description = 'This is a demo module that shows what a module manifest could look like.' PowerShellVersion = '5.1' FunctionsToExport = @({1}) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @({2}) DscResourcesToExport = @() FileList = @({3}) PrivateData = @{ PSData = @{ Tags = @("Demo", "Module") LicenseUri = 'https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt' ProjectUri = 'https://github.com/PowerShell/PowerShell' ReleaseNotes = @"

  • 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

  • 3 lines of code don't understand the results.

    1 project | /r/PowerShell | 8 Dec 2023
  • Task Scheduler -windowstyle hidden / minimized

    1 project | /r/PowerShell | 7 Dec 2023
  • Just messing around with arrays and efficiency in PS, thought I'd share

    1 project | /r/PowerShell | 4 Dec 2023
  • Register-ArgumentCompleter: how to fall back to file completion when completing a flag such as "--foo="

    1 project | /r/PowerShell | 16 Oct 2023
  • New PowerShell Version - v7.3.7: [7.3.7] - 2023-09-18

    1 project | /r/PowerShell | 20 Sep 2023