joakimbs 

By: | 236,559 downloads | Last Updated: 5/25/2023 | Latest Version: 3.1.4

Use Svendsen Tech's Get-STDotNetVersion function to list installed .NET versions up to the last hard-coded, known "Release" registry key value. GitHub here: https://github.com/EliteLoser/DotNetVersionLister/ - Online blog documentation here: https://www.powershelladmin.com/wiki/List_installed_.NET_versions_on_remote_computers

By: | 147,948 downloads | Last Updated: 2/26/2018 | Latest Version: 2.1.3

Svendsen Tech's SSH-Sessions module provides SSH session creation, management and interaction from PowerShell. Lets you execute commands via SSH against Linux and certain network equipment, etc. MIT license. Online documentation here: https://www.powershelladmin.com/wiki/SSH_from_PowerShell_using_the_SSH.NET_library

By: | 54,927 downloads | Last Updated: 12/12/2017 | Latest Version: 1.7.0.3

Use Svendsen Tech's Merge-Csv function to merge CSV files and/or custom PowerShell objects based one or more shared ID properties. Online documentation here: http://www.powershelladmin.com/wiki/Merge_CSV_files_or_PSObjects_in_PowerShell

By: | 48,288 downloads | Last Updated: 7/18/2018 | Latest Version: 1.3.1

Svendsen Tech's PSnmap is an asynchronous Linux nmap look-alike for PowerShell. Ping sweeps and scans a network (accepts CIDR notation) for specified open ports. Also performs DNS lookups.

By: | 33,564 downloads | Last Updated: 1/1/2019 | Latest Version: 1.2.2.1

Use Svendsen Tech's Write-Ascii function to produce (optionally colored) ASCII art text letters from strings, in PowerShell. See Get-Help Write-Ascii for more information. GitHub link here: https://github.com/EliteLoser/WriteAscii - online blog documentation here: https://www.powershelladmin.com/wiki/Ascii_art_characters_powershell_script

By: | 13,367 downloads | Last Updated: 2/14/2017 | Latest Version: 1.2

Svendsen Tech's Invoke-PsExec for PowerShell is a function that lets you execute PowerShell and batch/cmd.exe code asynchronously on target Windows computers, using PsExec.exe. Online documentation here: http://www.powershelladmin.com/wiki/Invoke-PsExec_for_PowerShell

By: | 12,262 downloads | Last Updated: 8/23/2019 | Latest Version: 1.3.1

Get folder sizes blazingly fast, with the Svendsen Tech Get-STFolderSize function. Also measures and displays how long it takes for each folder. GitHub here: https://github.com/EliteLoser/GetSTFolderSize - Online blog documentation here: https://www.powershelladmin.com/wiki/Get_Folder_Size_with_PowerShell,_Blazingly_Fast

By: | 2,769 downloads | Last Updated: 12/9/2018 | Latest Version: 1.2.2.2

Svendsen Tech's Benchmark module provides a convenient interface to benchmark and compare execution speed of code blocks containing arbitrary PowerShell code. GitHub here: https://github.com/EliteLoser/Benchmark - Online documentation here: https://www.powershelladmin.com/wiki/PowerShell_benchmarking_module_built_around_Measure-Command

By: | 1,457 downloads | Last Updated: 1/21/2017 | Latest Version: 1.2

Generates cryptographically secure or pseudorandom data. Can be used to generate keys and password with the -StreamToSTDOUT parameter and has comprehensive features for generating files with random data, of a specified size. Online "blog" documentation here: http://www.powershelladmin.com/wiki/Create_cryptographically_secure_and_pseudorandom_data_w... More info

By: | 859 downloads | Last Updated: 7/14/2018 | Latest Version: 2.1.3

Turns "docker ps" output (with optional arguments) into custom PowerShell objects with (optional) dynamically generated methods - based on the docker output text structure as of 2018-05-20. https://github.com/EliteLoser/misc/tree/master/PowerShell/STDockerPS

By: | 647 downloads | Last Updated: 3/31/2017 | Latest Version: 1.0

Manage local group membership on remote servers using ADSI/PSRemoting. Online documentation here: http://www.powershelladmin.com/wiki/Manage_local_group_membership_on_remote_servers_with_PowerShell

By: | 579 downloads | Last Updated: 10/18/2017 | Latest Version: 1.0.1.8

Svendsen Tech's STOXR module provides convenient access to currency exchange rates and data collected from the OpenExchangeRates API (OXR) and performs conversions using PowerShell/.NET. Sophisticated fuzzy matching/search for currency codes and names. Online documentation here: https://www.powershelladmin.com/wiki/STOXR_-_Currency_Conversion_Softw... More info

By: | 379 downloads | Last Updated: 12/17/2018 | Latest Version: 1.0

Use Svendsen Tech's Remove-OldFiles function to delete files based on date logic with time granularity ranging from milliseconds to months, and an optional file name regex filter. GitHub here: https://github.com/EliteLoser/RemoveOldFiles