Below is summary of milestones in the context of modules, news, and announcements made on getps.dev.
PSMQTT
PSMQTT reached 40 000 downloads on PSGallery in less than a year!
PSImmich
Powershell module PSImmich published.
- Get started
- A powershell wrapper for the Immich REST API.
PSMQTT
Powershell module PSMQTT published.
- Get started
- A powershell implementation to submit and subscribe to messages to/from a MQTT broker.
- Uses the M2MQTT library.
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.
PSDev
No link
Powershell module PSDev published.
- Get started
- My personal tools modules where a I store various powershell functions and tools.
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"
}PSDaikin
No link
Powershell module PSDaikin published.
- Get started
- Powershell module containing tools to control a Daikin device locally.
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.
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.
PSPortainer
Powershell module PSPortainer published.
- Get started
- Powershell wrapper for the Portainer REST API.
PSQueue
Powershell module PSQueue published.
- Get started
- Powershell wrapper for the .Net classes System.Collections.Queue
- Added functionality for performance monitoring, like queue item velocity.
Website getps.dev launched