Skip to main content

Below is summary of milestones in the context of modules, news, and announcements made on getps.dev.

  1. PSMQTT

    Blog post

    PSMQTT reached 40 000 downloads on PSGallery in less than a year!

  2. PSImmich

    Blog post

    Powershell module PSImmich published.

    • Get started
    • A powershell wrapper for the Immich REST API.
  3. PSMQTT

    Blog post

    Powershell module PSMQTT published.

    • Get started
    • A powershell implementation to submit and subscribe to messages to/from a MQTT broker.
    • Uses the M2MQTT library.
  4. PSLogs

    No link

    Powershell module PSLogs published.

    • Get started
    • A logging module with a plugin system for logging targets. Each logging operation is executed in a separate thread reducing impact on script execution.
    • Forked of the original module Logging.
  5. PSDev

    No link

    Powershell module PSDev published.

    • Get started
    • My personal tools modules where a I store various powershell functions and tools.
  6. PSScriptInfo

    No link

    Powershell module PSScriptInfo published.

    • Get started
    • Powershell module containing tools to add/update/remove a comment based header to powershell script files.
    <#PSScriptInfo
    {
    "Version" : "1.0.0.0",
    "GUID" : "a3002a7c-0870-4b5f-8bed-cd31f7f23432",
    "DateCreated" : "2021-03-29",
    "DateUpdated" : "2021-03-30",
    "ProjectSite" : "https://getps.dev"
    }
    PSScriptInfo#>

    Update scriptinfo

    Add-PSScriptInfo -FilePath C:\Script\File.ps1 -Properties @{
    Version = "1.0.0.0"
    DateCreated = "2021-03-30"
    }
  7. PSDaikin

    No link

    Powershell module PSDaikin published.

    • Get started
    • Powershell module containing tools to control a Daikin device locally.
  8. PSDataset

    No link

    Powershell module PSDataset published.

    • Get started
    • Powershell wrapper for the .Net classes System.Collections.Dataset
    • Datasets are in memory data structures like tables.
  9. PSSort

    No link

    Powershell module PSSort published.

    • Get started
    • Hobby project for implementing different sorting algorithms in powershell. Only meant to be a fun and educational project rather than performant tool event though I try to be as efficient as powershell allows me to be within the scope of powershell code.
  10. PSPortainer

    Blog post

    Powershell module PSPortainer published.

    • Get started
    • Powershell wrapper for the Portainer REST API.
  11. PSQueue

    Blog post

    Powershell module PSQueue published.

    • Get started
    • Powershell wrapper for the .Net classes System.Collections.Queue
    • Added functionality for performance monitoring, like queue item velocity.
  12. Website getps.dev launched

    Site